Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcharset.pro30 int vim_isprintc_strict(int c);
/vim-8.2.3635/src/
H A Dcharset.c528 )) || (c < 256 && vim_isprintc_strict(c))) in transchar_buf()
933 vim_isprintc_strict(int c) in vim_isprintc_strict() function
H A Dex_cmds.c64 if (vim_isprintc_strict(c) && (c < ' ' in do_ascii()
H A Dsyntax.c4638 if (!vim_isprintc_strict(*conceal_char)) in get_syn_options()