Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c822 static lbool is_in_table(LWCHAR ch, struct wchar_range_table *table)
851 if (is_in_table(ch, &user_prt_table)) return FALSE; in is_in_table()
852 return is_in_table(ch, &user_compose_table) || in is_in_table()
853 is_in_table(ch, &compose_table) || in is_in_table()
854 (bs_mode != BS_CONTROL && is_in_table(ch, &fmt_table)); in is_in_table()
862 if (is_in_table(ch, &user_prt_table)) return FALSE; in is_composing_char()
863 return is_in_table(ch, &user_ubin_table) || in is_composing_char()
864 is_in_table(ch, &ubin_table) || in is_composing_char()
865 (bs_mode == BS_CONTROL && is_in_table(ch, &fmt_table)); in is_composing_char()
873 return is_in_table(c in is_ubin_char()
833 static int is_in_table(LWCHAR ch, struct wchar_range_table *table) is_in_table() function
[all...]