Searched refs:escaped_string (Results 1 – 1 of 1) sorted by relevance
77 char_u *escaped_string; in vim_strsave_escaped_ext() local96 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() local219 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()