Lines Matching refs:utf_mode
104 extern int utf_mode;
504 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1; in pwidth()
507 if (!utf_mode || is_ascii_char(ch)) in pwidth()
1056 if (!utf_mode) in pappend_b()
1102 r = (!utf_mode) ? 1 : mbc_buf_index; in pappend_b()
1221 overstrike = utf_mode ? -1 : 0; in do_append()
1222 if (utf_mode) in do_append()
1280 if ((!utf_mode || is_ascii_char(ch)) && control_char(ch)) in do_append()
1283 } else if (utf_mode && ctldisp != OPT_ON && is_ubin_char(ch)) in do_append()
1494 cw = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1; in col_vs_pos()
1501 } else if ((!utf_mode || is_ascii_char(ch)) && control_char(ch)) in col_vs_pos()
1512 if (utf_mode && ctldisp != OPT_ON && is_ubin_char(wch)) in col_vs_pos()