Searched refs:SYSEXEC (Results 1 – 6 of 6) sorted by relevance
47 short index = initio(t->treio, (type != SYSEXEC)); in builtin()136 case SYSEXEC: in builtin()
205 { "exec", SYSEXEC },
80 #define SYSEXEC 3 macro
30 #define SYSEXEC (shgd->bltin_cmds+1) macro
1347 else if(np==SYSEXEC) in sh_exec()1473 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC)) in sh_exec()
1490 else if(np==SYSEXEC) in simple()