Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dlessecho.c38 static char metachars[64] = ""; variable
209 metachars[num_metachars++] = *++arg;
210 metachars[num_metachars] = '\0';
213 metachars[num_metachars++] = lstrtol(++arg, 0, &s);
216 metachars[num_metachars] = '\0';
249 if (strchr(metachars, *s) != NULL)
261 if (strchr(metachars, *s) != NULL)
Dfilename.c120 metachars() in metachars() function
140 return (strchr(metachars(), c) != NULL);
775 len = strlen(lessecho) + strlen(ofilename) + (7*strlen(metachars())) + 24;
780 for (s = metachars(); *s != '\0'; s++)
/mirbsd/src/gnu/usr.bin/perl/cygwin/
Dcygwin.c83 char **a,*s,*metachars = "$&*(){}[]'\";\\?>|<~`\n"; in do_spawn() local
105 if (strchr (metachars,*s)) in do_spawn()
/mirbsd/src/gnu/usr.bin/perl/djgpp/
Ddjgpp.c153 char **a,*s,*shell,*metachars; in do_spawn2() local
160 metachars=unixysh ? "$&*(){}[]'\";\\?>|<~`\n" EXTRA : "*?[|<>\"\\" EXTRA; in do_spawn2()
183 if (strchr (metachars,*s)) in do_spawn2()
/mirbsd/src/gnu/usr.bin/perl/os2/
DChanges145 metachars, or if magic-line asks for sh, or there is no magic
244 If the only shell-metachars of a command are ' 2>&1' at the
/mirbsd/src/gnu/usr.bin/perl/
DREADME.os22620 unless needed (metachars found).