Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c816 /* comb_table is special pairs, not ranges. */
817 static struct wchar_range comb_table[] = {
886 for (i = 0; i < countof(comb_table); i++) in is_wide_char()
888 if (ch1 == comb_table[i].first &&
889 ch2 == comb_table[i].last)
828 static struct wchar_range comb_table[] = { global() variable