Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dcharset.c762 is_in_table(ch, table) in is_in_table() function
795 return is_in_table(ch, &compose_table) ||
796 (bs_mode != BS_CONTROL && is_in_table(ch, &fmt_table));
806 int ubin = is_in_table(ch, &ubin_table) ||
807 (bs_mode == BS_CONTROL && is_in_table(ch, &fmt_table));
830 return is_in_table(ch, &wide_table);