Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c132 static struct wchar_range_table user_wide_table;
133 static struct wchar_range_table user_ubin_table;
134 static struct wchar_range_table user_compose_table;
135 static struct wchar_range_table user_prt_table;
136 static struct wchar_range_table user_omit_table;
141 static void wchar_range_table_set(struct wchar_range_table *tbl, struct xbuffer *arr) in wchar_range_table_set()
826 }; struct wchar_range_table name##_table = { name##_array, countof(name##_array) };
854 static lbool is_in_table(LWCHAR ch, struct wchar_range_table *table) in is_in_table()
880 … not_user_defined(LWCHAR ch, struct wchar_range_table *tbl1, struct wchar_range_table *tbl2, struc… in not_user_defined()
H A Dless.h335 struct wchar_range_table struct