HomeSort by: relevance | last modified time | path
    Searched refs:utf_mode (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/less/dist/
cvt.c 19 extern int utf_mode;
26 if (utf_mode)
78 } while (dst > odst && utf_mode &&
charset.c 35 public int utf_mode = 0; variable
47 { "utf-8", &utf_mode, "8bcccbcc18b95.b126.bb" },
370 if (s && utf_mode)
519 if (utf_mode)
544 if ((c < 128 || !utf_mode) && !control_char(c))
720 if (!utf_mode || ch < 0x80)
771 if (!utf_mode)
line.c 102 extern int utf_mode;
472 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
475 if (!utf_mode || is_ascii_char(ch))
903 if (mbc_buf_len > 0) /* utf_mode must be on. */
923 if (!utf_mode)
969 r = (!utf_mode) ? 1 : mbc_buf_index;
1071 overstrike = utf_mode ? -1 : 0;
1072 if (utf_mode)
1130 if ((!utf_mode || is_ascii_char(ch)) && control_char((char)ch))
1133 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch)
    [all...]
ttyin.c 37 extern int utf_mode;
pattern.c 20 extern int utf_mode;
69 ((utf_mode) ? PCRE_UTF8 | PCRE_NO_UTF8_CHECK : 0) |
output.c 412 extern int utf_mode;
413 if (utf_mode)
filename.c 52 extern int utf_mode;
466 if (utf_mode && !is_utf8_well_formed(p, edata-p))
cmdbuf.c 26 extern int utf_mode;
157 if (!utf_mode)
1197 if (!utf_mode)
command.c 74 extern int utf_mode;
909 WideCharToMultiByte(utf_mode ? CP_UTF8 : GetConsoleOutputCP(),
screen.c 161 extern int utf_mode;
3011 if (utf_mode == 2)
search.c 38 extern int utf_mode;

Completed in 54 milliseconds