Searched defs:execflg (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h201 short execflg; member in struct:eh_list
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c876 int execflg = (type&sh_state(SH_NOFORK)); local
1177 int was_nofork = execflg?sh_isstate(SH_NOFORK):0;
1198 if(execflg)
1215 type = (execflg && !shp->subshell && !shp->st.trapcom[0]);
1257 if(execflg && !shp->subshell &&
1297 if(execflg && !was_nofork)
1406 indx = sh_redirect(shp,io,execflg);
1460 (execflg2 || (execflg &&
1728 execflg = 0;
1754 sh_redirect(shp,t->fork.forkio,execflg);
3120 sh_funscope(int argn, char *argv[],int(*fun)(void*),void *arg,int execflg) argument
3282 sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int execflg) argument
[all...]

Completed in 22 milliseconds