Searched refs:execflg (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 663 int execflg = (type&sh_state(SH_NOFORK)); in sh_exec() local 918 int was_nofork = execflg?sh_isstate(SH_NOFORK):0; in sh_exec() 939 if(execflg) in sh_exec() 956 type = (execflg && !shp->subshell && !shp->st.trapcom[0]); in sh_exec() 998 if(execflg && !shp->subshell && in sh_exec() 1038 if(execflg && !was_nofork) in sh_exec() 1137 indx = sh_redirect(shp,io,execflg); in sh_exec() 1178 (execflg2 || (execflg && in sh_exec() 1260 if(execflg && shp->subshell && !shp->subshare) in sh_exec() 1388 execflg = 0; in sh_exec() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 984 int execflg = (type&sh_state(SH_NOFORK)); in sh_exec() local 1024 execflg = 0; in sh_exec() 1312 int was_nofork = execflg?sh_isstate(SH_NOFORK):0; in sh_exec() 1333 if(execflg) in sh_exec() 1350 type = (execflg && !shp->subshell && !shp->st.trapcom[0]); in sh_exec() 1390 if(execflg && !shp->subshell && in sh_exec() 1436 if(execflg && !was_nofork) in sh_exec() 1552 indx = sh_redirect(shp,io,execflg); in sh_exec() 1619 (execflg2 || (execflg && shp->fn_depth==0 && in sh_exec() 1915 execflg in sh_exec() 3336 sh_funscope(int argn,char * argv[],int (* fun)(void *),void * arg,int execflg) sh_funscope() argument 3491 sh_funct(Shell_t * shp,Namval_t * np,int argn,char * argv[],struct argnod * envlist,int execflg) sh_funct() argument [all...] |
/titanic_51/usr/src/lib/libpicltree/ |
H A D | ptree_impl.h | 201 short execflg; member
|
H A D | picltree.c | 101 * event handler completes execution (execflg == 0) 242 ent->execflg = 0; in ptree_register_handler() 295 if (evhdlrp->execflg) { in ptree_unregister_handler() 328 iter->execflg = 1; in call_event_handlers() 339 iter->execflg = 0; in call_event_handlers()
|
/titanic_51/usr/src/uts/common/io/ |
H A D | fdc.c | 1073 fdrecalseek(struct fcu_obj *fjp, int funit, int arg, int execflg) in fdrecalseek() argument 1106 if (rval = fdc_exec(fcp, 1, execflg)) in fdrecalseek()
|
/titanic_51/usr/src/uts/sun/io/ |
H A D | fd.c | 209 static int fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg); 4924 fdrecalseek(struct fdctlr *fdc, int unit, int arg, int execflg) in fdrecalseek() argument 4957 if (result = fdexec(fdc, FDXC_SLEEP | execflg)) { in fdrecalseek()
|