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

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro39 int utf_printable __ARGS((int c));
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c939 else if (!utf_printable(uc))
940 /* Note: we assume here that utf_printable() doesn't
983 if (charlen == 1 || uc < 0xa0 || !utf_printable(uc))
996 /* Note: we assume here that utf_printable() doesn't
H A Dcharset.c986 return utf_printable(c);
1003 return utf_printable(c);
H A Dmbyte.c1447 if (!utf_printable(c))
2355 utf_printable(c) function

Completed in 203 milliseconds