Home
last modified time | relevance | path

Searched refs:v_count (Results 1 – 4 of 4) sorted by relevance

/src/crypto/heimdal/lib/wind/
H A Dnormalize.c62 enum { v_count = 21}; enumerator
65 enum { n_count = v_count * t_count};
104 if (in[1] < v_base || in[1] >= v_base + v_count) in hangul_composition()
107 return (l_index * v_count + v_index) * t_count + s_base; in hangul_composition()
/src/contrib/nvi/vi/
H A Dvi.c35 static int v_count(SCR *, ARG_CHAR_T, u_long *);
509 if (v_count(sp, key, &vp->count)) in v_cmd()
667 if (v_count(sp, vp->character, &vp->count2)) in v_cmd()
1125 v_count( in v_count() function
/src/sbin/ifconfig/
H A Difconfig.h272 void print_bits(const char *btype, uint32_t *v, const int v_count,
H A Difconfig.c1928 print_bits(const char *btype, uint32_t *v, const int v_count, in print_bits() argument
1933 for (int i = 0; i < v_count * 32; i++) { in print_bits()