Searched refs:SYSEXEC (Results 1 – 6 of 6) sorted by relevance
48 short index = initio(t->treio, (type != SYSEXEC)); in builtin()137 case SYSEXEC: in builtin()
207 { "exec", SYSEXEC },
80 #define SYSEXEC 3 macro
30 #define SYSEXEC (sh.bltin_cmds+1) macro
953 else if(np==SYSEXEC) in sh_exec()1075 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC)) in sh_exec()
1371 else if(np==SYSEXEC) in simple()