Searched refs:SH_INIT (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dinit.c435 if(!sh_isstate(SH_INIT) && (type>=0 || type==LC_ALL || type==LC_LANG))
447 if(!sh_isstate(SH_INIT) || shp->login_sh==0)
731 if(sh_isstate(SH_INIT) && (cp=shp->lastarg) && *cp=='*' && (pid=strtol(cp+1,&cp,10)) && *cp=='*')
1317 sh_onstate(SH_INIT);
1548 sh_offstate(SH_INIT);
1628 sh_onstate(SH_INIT);
1633 sh_offstate(SH_INIT);
H A Dargs.c392 if(!sh_isstate(SH_INIT) && is_option(&newflags,SH_PRIVILEGED) != sh_isoption(SH_PRIVILEGED) || sh_isstate(SH_INIT) && is_option(&((Arg_t*)shp->arg_context)->sh->offoptions,SH_PRIVILEGED) && shp->gd->userid!=shp->gd->euserid)
H A Dnvdisc.c326 else if(sh_isstate(SH_INIT) || np==SH_FUNNAMENOD)
H A Dname.c1326 * SH_INIT is only set while initializing the environment
1499 if(sh_isstate(SH_INIT))
/ast/src/cmd/ksh93/include/
H A Ddefs.h302 #define SH_INIT 15 /* set when initializing the shell */ macro
305 #define SH_PREINIT 18 /* set with SH_INIT before parsing options */

Completed in 33 milliseconds