Searched refs:shell_quote (Results 1 – 9 of 9) sorted by relevance
139 public char * shell_quote(char *s) in shell_quote() function563 esccmd = shell_quote(cmd); in shellcmd()622 qfilename = shell_quote(p); in lglob()633 qfilename = shell_quote(p); in lglob()674 qfilename = shell_quote(pfilename); in lglob()723 esc = shell_quote(esc); in lglob()877 qfilename = shell_quote(filename); in open_altfile()968 qfilename = shell_quote(filename); in close_altfile()969 qaltfilename = shell_quote(altfilename); in close_altfile()
136 char *esccmd = shell_quote(cmd); in lsystem()
293 s = shell_quote(get_filename(curr_ifile)); in protochar()
537 qtag = shell_quote(tag); in findgtag()
666 char *qfilename = shell_quote(filename); in edit_ifile()
137 public char * shell_quote(char *s);
1060 char *qword = shell_quote(word+1); in init_compl()
173 std::string shell_quote(const std::string &s);
650 config::shell_quote(const string &s) in shell_quote() function in config718 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()