Home
last modified time | relevance | path

Searched refs:vim_strsave_shellescape (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dstrings.pro7 char_u *vim_strsave_shellescape(char_u *string, int do_special, int do_newline);
/vim-8.2.3635/src/
H A Dsound.c386 esc = vim_strsave_shellescape(tv_get_string(&argvars[0]), FALSE, FALSE); in f_sound_playfile()
H A Dstrings.c149 vim_strsave_shellescape(char_u *string, int do_special, int do_newline) in vim_strsave_shellescape() function
H A Ddiff.c1250 esc_name = vim_strsave_shellescape( in ex_diffpatch()
H A Dfilepath.c699 p = vim_strsave_shellescape(*fnamep, FALSE, FALSE); in modify_fname()
H A Dnormal.c3767 p = vim_strsave_shellescape(ptr, TRUE, TRUE); in nv_ident()
H A Devalfunc.c9200 rettv->vval.v_string = vim_strsave_shellescape( in f_shellescape()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt10219 Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy)