Searched refs:vim_strsave_shellescape (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | strings.pro | 7 char_u *vim_strsave_shellescape(char_u *string, int do_special, int do_newline);
|
| /vim-8.2.3635/src/ |
| H A D | sound.c | 386 esc = vim_strsave_shellescape(tv_get_string(&argvars[0]), FALSE, FALSE); in f_sound_playfile()
|
| H A D | strings.c | 149 vim_strsave_shellescape(char_u *string, int do_special, int do_newline) in vim_strsave_shellescape() function
|
| H A D | diff.c | 1250 esc_name = vim_strsave_shellescape( in ex_diffpatch()
|
| H A D | filepath.c | 699 p = vim_strsave_shellescape(*fnamep, FALSE, FALSE); in modify_fname()
|
| H A D | normal.c | 3767 p = vim_strsave_shellescape(ptr, TRUE, TRUE); in nv_ident()
|
| H A D | evalfunc.c | 9200 rettv->vval.v_string = vim_strsave_shellescape( in f_shellescape()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 10219 Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy)
|