Searched refs:shell_quote (Results 1 – 7 of 7) sorted by relevance
142 shell_quote(s) in shell_quote() function589 esccmd = shell_quote(cmd);650 qfilename = shell_quote(p);661 qfilename = shell_quote(p);702 qfilename = shell_quote(pfilename);751 esc = shell_quote(esc);883 qfilename = shell_quote(filename);
137 char *esccmd = shell_quote(cmd);
554 qtag = shell_quote(tag);
124 public char * shell_quote LESSPARAMS ((char *s));
1070 char *qword = shell_quote(word+1); in init_compl()
176 std::string shell_quote(const std::string &s);
640 config::shell_quote(const string &s) in shell_quote() function in config708 dst.append(is_shell ? shell_quote(get_variable(buffer)) : get_variable(buffer)); in expand_one()