Searched refs:shell_quote (Results 1 – 9 of 9) sorted by relevance
142 shell_quote(s) in shell_quote() function585 esccmd = shell_quote(cmd);646 qfilename = shell_quote(p);657 qfilename = shell_quote(p);698 qfilename = shell_quote(pfilename);747 esc = shell_quote(esc);896 qfilename = shell_quote(filename);
144 char *esccmd = shell_quote(cmd);
313 s = shell_quote(get_filename(curr_ifile));
487 char *qfilename = shell_quote(filename);
562 qtag = shell_quote(tag);
1113 char *qword = shell_quote(word+1); in init_compl()
132 public char * shell_quote LESSPARAMS ((char *s));
175 std::string shell_quote(const std::string &s);
639 config::shell_quote(const string &s) in shell_quote() function in config707 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()