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

/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c898 # define IS_NONPRINTABLE(c) (((c) < 0x20 && (c) != TAB && (c) != NL) \ macro
927 len += IS_NONPRINTABLE(*p) ? 2 : 1; /* nonprintable: ^X */
971 if ((*p & 0x80) == 0 && !IS_NONPRINTABLE(*p))
1036 # undef IS_NONPRINTABLE macro

Completed in 124 milliseconds