Home
last modified time | relevance | path

Searched refs:utf_printable (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro41 int utf_printable(int c);
/vim-8.2.3635/src/
H A Dgui_beval.c772 else if (!utf_printable(uc)) in set_printable_label_text()
832 if (charlen == 1 || uc < 0xa0 || !utf_printable(uc)) in set_printable_label_text()
H A Dcharset.c924 return utf_printable(c); in vim_isprintc()
938 return utf_printable(c); in vim_isprintc_strict()
H A Dmbyte.c1586 if (!utf_printable(c)) in utf_char2cells()
2599 utf_printable(int c) in utf_printable() function