Searched refs:ubin (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Dcharset.c743 DECLARE_RANGE_TABLE_START(ubin)
744 #include "ubin.uni"
745 DECLARE_RANGE_TABLE_END(ubin)
806 int ubin = is_in_table(ch, &ubin_table) || local
809 if (!ubin && utf_mode == 2 && ch < 0x10000)
817 ubin = 1;
820 return ubin;

Completed in 124 milliseconds