Searched refs:not_user_defined (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | charset.c | 885 static lbool not_user_defined(LWCHAR ch, struct wchar_range_table *tbl1, struct wchar_range_table *… in not_user_defined() function 903 not_user_defined(ch, &user_prt_table, &user_ubin_table, &user_omit_table))); in is_composing_char() 916 not_user_defined(ch, &user_prt_table, &user_compose_table, &user_omit_table))); in is_ubin_char() 926 not_user_defined(ch, &user_compose_table, &user_ubin_table, &user_omit_table)); in is_wide_char() 936 not_user_defined(ch, &user_prt_table, &user_compose_table, &user_ubin_table)); in is_omit_char()
|