Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c131 static struct xbuffer user_omit_array; variable
184 xbuf_init(&user_omit_array); in ichardef_utf()
211 xbuf_add_data(&user_omit_array, &range, sizeof(range)); in ichardef_utf()
234 wchar_range_table_set(&user_omit_table, &user_omit_array); in ichardef_utf()