Home
last modified time | relevance | path

Searched refs:SH_PROFILE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c168 sh_onstate(SH_PROFILE); in sh_main()
246 sh_offstate(SH_PROFILE); in sh_main()
412 if(!sh_isstate(SH_PROFILE)) in exfile()
433 if(sh_isstate(SH_PROFILE) && (jmpval==SH_JMPFUN || jmpval==SH_JMPEXIT)) in exfile()
490 if(sh_isstate(SH_PROFILE)) in exfile()
591 if(sh_isoption(SH_TFLAG) && !sh_isstate(SH_PROFILE)) in exfile()
H A Dlex.c577 if(!sh_isoption(SH_POSIX) && n=='>' && (sh_isoption(SH_BASH) || sh_isstate(SH_PROFILE))) in sh_lex()
2178 if(!sh_isstate(SH_INTERACTIVE) && !sh_isstate(SH_PROFILE)) in sh_syntax()
H A Djobs.c1445 if(hp && !sh_isstate(SH_PROFILE)) in job_post()
H A Dxec.c1622 if(sh_isstate(SH_PROFILE) || shp->dot_depth) in sh_exec()
1758 if(sh_isstate(SH_PROFILE) || sh_isstate(SH_INTERACTIVE)) in sh_exec()
H A Dmacro.c2773 if(sh_isstate(SH_PROFILE) || shp->fn_depth==0 || !shp->st.cmdname) in special()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dcflow.c71 if(shp->fn_depth==0 && shp->dot_depth==0 && !sh_isstate(SH_PROFILE)) in b_return()
H A Dmisc.c295 sh_eval(iop,sh_isstate(SH_PROFILE)?SH_FUNEVAL:0); in b_dot_cmd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h300 #define SH_PROFILE 8 /* set when processing profiles */ macro