Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c831 static struct wchar_range comb_table[] = { variable
900 for (i = 0; i < countof(comb_table); i++) in is_combining_char()
902 if (ch1 == comb_table[i].first && in is_combining_char()
903 ch2 == comb_table[i].last) in is_combining_char()