Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/lesstest/
H A Dunicode.c11 static wchar_range fmt_table[] = { variable
41 is_in_table(ch, fmt_table, countof(fmt_table)); in is_composing_char()
/netbsd-src/external/bsd/less/dist/
H A Dcharset.c867 (bs_mode != BS_CONTROL && is_in_table(ch, &fmt_table)); in is_composing_char()
878 (bs_mode == BS_CONTROL && is_in_table(ch, &fmt_table)); in is_ubin_char()