Searched refs:texec (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/f77/ |
| H A D | f77.c | 118 static void done(int), texec(char *, char **); 589 texec(path+9, argv); /* command */ in sys() 590 texec(path+4, argv); /* /bin/command */ in sys() 591 texec(path , argv); /* /usr/bin/command */ in sys() 601 texec(char *f, char **av) in texec() function
|
| /netbsd-src/bin/csh/ |
| H A D | exec.c | 103 static void texec(Char *, Char **); 223 texec(*av, av); in doexec() 227 texec(dp, av); in doexec() 268 texec(Char *sf, Char **st) in texec() function
|
| /netbsd-src/bin/ksh/ |
| H A D | exec.c | 456 static struct op texec; /* Must be static (XXX but why?) */ local 734 texec.type = TEXEC; 735 texec.left = t; /* for tprint */ 736 texec.str = tp->val.s; 737 texec.args = ap; 738 rv = exchild(&texec, flags, -1);
|