Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dcharset.c131 static struct wchar_range_table user_wide_table;
132 static struct wchar_range_table user_ubin_table;
133 static struct wchar_range_table user_compose_table;
134 static struct wchar_range_table user_prt_table;
139 static void wchar_range_table_set(struct wchar_range_table *tbl, struct xbuffer *arr) in wchar_range_table_set()
809 …}; struct wchar_range_table name##_table = { name##_array, sizeof(name##_array)/sizeof(*name##_arr…
833 static int is_in_table(LWCHAR ch, struct wchar_range_table *table) in is_in_table()
H A Dless.h349 struct wchar_range_table struct