Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstrings.c77 char_u *escaped_string; in vim_strsave_escaped_ext() local
96 escaped_string = alloc(length); in vim_strsave_escaped_ext()
97 if (escaped_string != NULL) in vim_strsave_escaped_ext()
99 p2 = escaped_string; in vim_strsave_escaped_ext()
115 return escaped_string; in vim_strsave_escaped_ext()
154 char_u *escaped_string; in vim_strsave_shellescape() local
219 escaped_string = alloc(length); in vim_strsave_shellescape()
220 if (escaped_string != NULL) in vim_strsave_shellescape()
222 d = escaped_string; in vim_strsave_shellescape()
300 return escaped_string; in vim_strsave_shellescape()