Searched refs:v_count (Results 1 – 3 of 3) sorted by relevance
62 enum { v_count = 21}; enumerator65 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()
35 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
1926 print_bits(const char *btype, uint32_t *v, const int v_count, in print_bits() argument1931 for (int i = 0; i < v_count * 32; i++) { in print_bits()