Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dstrings.pro6 int csh_like_shell(void);
/vim-8.2.3635/src/
H A Dstrings.c122 csh_like_shell(void) in csh_like_shell() function
168 csh_like = csh_like_shell(); in vim_strsave_shellescape()
H A Dex_getln.c3922 if (what == VSE_SHELL && csh_like_shell() && p != NULL) in vim_strsave_fnameescape()
H A Dscreen.c909 if (xp->xp_shell && csh_like_shell() && s[1] == '\\' && s[2] == '!') in skip_status_match_char()