Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dcharset.c756 static struct wchar_range comb_table[] = { variable
845 for (i = 0; i < sizeof(comb_table)/sizeof(*comb_table); i++)
847 if (ch1 == comb_table[i].first &&
848 ch2 == comb_table[i].last)