Searched refs:vim_isprintc_strict (Results 1 – 4 of 4) sorted by relevance
30 int vim_isprintc_strict(int c);
528 )) || (c < 256 && vim_isprintc_strict(c))) in transchar_buf()933 vim_isprintc_strict(int c) in vim_isprintc_strict() function
64 if (vim_isprintc_strict(c) && (c < ' ' in do_ascii()
4638 if (!vim_isprintc_strict(*conceal_char)) in get_syn_options()