Searched refs:comstring (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/ape/cmd/make/ |
| H A D | dosys.c | 13 dosys(char *comstring, int nohalt, int nowait, char *prefix) in dosys() argument 33 fputs(comstring, stdout); in dosys() 37 procp->pid = (forceshell || metas(comstring) ) ? in dosys() 38 doshell(comstring,nohalt) : doexec(comstring); in dosys() 172 doshell(char *comstring, int nohalt) in doshell() argument 181 execl(SHELLCOM, "sh", (nohalt ? "-c" : "-ce"), comstring, NULL); in doshell()
|
| H A D | doname.c | 322 docom1(char *comstring, int nohalt, int noprint, int doit, int nowait) in docom1() argument 327 if(comstring[0] == '\0') in docom1() 335 if(dynmacro(comstring) || !doit) in docom1() 340 puts(comstring); /* with a newline */ in docom1() 346 status = dosys(comstring, nohalt, nowait, prefix); in docom1()
|