Searched refs:metachars (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/usr.bin/less/ |
| D | lessecho.c | 38 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)
|
| D | filename.c | 120 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/ |
| D | cygwin.c | 83 char **a,*s,*metachars = "$&*(){}[]'\";\\?>|<~`\n"; in do_spawn() local 105 if (strchr (metachars,*s)) in do_spawn()
|
| /mirbsd/src/gnu/usr.bin/perl/djgpp/ |
| D | djgpp.c | 153 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/ |
| D | Changes | 145 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/ |
| D | README.os2 | 2620 unless needed (metachars found).
|