Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dcharset.c134 static struct wchar_range_table user_prt_table; variable
227 wchar_range_table_set(&user_prt_table, &user_prt_array); in ichardef_utf()
862 if (is_in_table(ch, &user_prt_table)) return 0; in is_composing_char()
873 if (is_in_table(ch, &user_prt_table)) return 0; in is_ubin_char()