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

/macosx-10.10.1/less-25/less/
H A Dline.c298 width = is_wide_char(ch) ? 2 : 1;
305 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
435 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
472 if (is_wide_char(ch))
H A Dfuncs.h65 public int is_wide_char ();
H A Dcmdbuf.c160 int width = is_wide_char(ch) ? 2 : 1;
240 *pwidth = is_wide_char(ch)
H A Dcharset.c1141 is_wide_char(ch) function

Completed in 105 milliseconds