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

/freebsd-9.3-release/contrib/less/
H A Dcvt.c17 extern int utf_mode;
27 if (utf_mode)
H A Dline.c61 extern int utf_mode;
284 if (!IS_ASCII_OCTET(c) && utf_mode)
301 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
431 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
433 if (!utf_mode || is_ascii_char(ch))
763 if (mbc_buf_len > 0) /* utf_mode must be on. */
783 if (!utf_mode)
841 r = (!utf_mode) ? 1 : mbc_buf_index;
888 overstrike = utf_mode ? -1 : 0;
945 } else if ((!utf_mode || is_ascii_cha
[all...]
H A Dttyin.c28 extern int utf_mode;
H A Dcharset.c25 public int utf_mode = 0; variable
37 { "utf-8", &utf_mode, "8bcccbcc18b95.b126.bb" },
258 if (s && utf_mode)
397 if (utf_mode)
426 if ((c < 128 || !utf_mode) && !control_char(c))
620 if (!utf_mode || ch < 0x80)
675 if (!utf_mode)
H A Doutput.c333 extern int utf_mode;
334 if (utf_mode)
H A Dcmdbuf.c24 extern int utf_mode;
155 if (!utf_mode)
1236 if (!utf_mode)
H A Dfilename.c54 extern int utf_mode;
H A Dsearch.c37 extern int utf_mode;

Completed in 80 milliseconds