Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c130 static struct xbuffer user_prt_array; variable
183 xbuf_init(&user_prt_array); in ichardef_utf()
215 xbuf_add_data(&user_prt_array, &range, sizeof(range)); in ichardef_utf()
218 xbuf_add_data(&user_prt_array, &range, sizeof(range)); in ichardef_utf()
233 wchar_range_table_set(&user_prt_table, &user_prt_array); in ichardef_utf()