Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dfilename.c147 shell_quote(s) in shell_quote() function
594 esccmd = shell_quote(cmd);
659 qfilename = shell_quote(p);
670 qfilename = shell_quote(p);
714 qpathname = shell_quote(pathname);
763 esc = shell_quote(esc);
Dmain.c192 filename = shell_quote(*argv);
Dlsystem.c133 char *esccmd = shell_quote(cmd);
Dfuncs.h101 public char * shell_quote ();
Dtags.c524 qtag = shell_quote(tag);
Dcmdbuf.c858 char *qword = shell_quote(word+1); in init_compl()