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

/freebsd-9.3-release/contrib/less/
H A Dline.c294 width = is_wide_char(ch) ? 2 : 1;
301 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
431 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
468 if (is_wide_char(ch))
H A Dfuncs.h66 public int is_wide_char ();
H A Dcmdbuf.c162 int width = is_wide_char(ch) ? 2 : 1;
242 *pwidth = is_wide_char(ch)
H A Dcharset.c1146 is_wide_char(ch) function

Completed in 58 milliseconds