Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDfilename.c146 shell_quote(s) in shell_quote() function
598 esccmd = shell_quote(cmd);
662 qfilename = shell_quote(p);
673 qfilename = shell_quote(p);
715 qpathname = shell_quote(pathname);
764 esc = shell_quote(esc);
HDlsystem.c137 char *esccmd = shell_quote(cmd);
HDmain.c213 filename = shell_quote(*argv);
HDfuncs.h121 public char * shell_quote ();
HDtags.c528 qtag = shell_quote(tag);
HDcmdbuf.c1095 char *qword = shell_quote(word+1); in init_compl()