Home
last modified time | relevance | path

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

12

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dmain.c165 sh_onstate(SH_PROFILE); in sh_main()
243 sh_offstate(SH_PROFILE); in sh_main()
405 if(!sh_isstate(SH_PROFILE)) in exfile()
426 if(sh_isstate(SH_PROFILE) && (jmpval==SH_JMPFUN || jmpval==SH_JMPEXIT)) in exfile()
480 if(sh_isstate(SH_PROFILE)) in exfile()
574 if(!sh_isstate(SH_PROFILE) && sh_isoption(SH_CFLAG) && in exfile()
588 if(sh_isoption(SH_TFLAG) && !sh_isstate(SH_PROFILE)) in exfile()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dmain.c165 sh_onstate(SH_PROFILE); in sh_main()
243 sh_offstate(SH_PROFILE); in sh_main()
405 if(!sh_isstate(SH_PROFILE)) in exfile()
426 if(sh_isstate(SH_PROFILE) && (jmpval==SH_JMPFUN || jmpval==SH_JMPEXIT)) in exfile()
480 if(sh_isstate(SH_PROFILE)) in exfile()
574 if(!sh_isstate(SH_PROFILE) && sh_isoption(SH_CFLAG) && in exfile()
588 if(sh_isoption(SH_TFLAG) && !sh_isstate(SH_PROFILE)) in exfile()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dmain.c170 sh_onstate(shp,SH_PROFILE); in sh_main()
272 sh_offstate(shp,SH_PROFILE); in sh_main()
434 if(!sh_isstate(shp,SH_PROFILE)) in exfile()
455 if(sh_isstate(shp,SH_PROFILE) && (jmpval==SH_JMPFUN || jmpval==SH_JMPEXIT)) in exfile()
509 if(sh_isstate(shp,SH_PROFILE)) in exfile()
603 if(!sh_isstate(shp,SH_PROFILE) && sh_isoption(shp,SH_CFLAG) && in exfile()
617 if(sh_isoption(shp,SH_TFLAG) && !sh_isstate(shp,SH_PROFILE)) in exfile()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmain.c134 sh_onstate(shp, SH_PROFILE); in sh_main()
221 sh_offstate(shp, SH_PROFILE); in sh_main()
360 if (!sh_isstate(shp, SH_PROFILE)) { in exfile()
378 if (sh_isstate(shp, SH_PROFILE) && in exfile()
433 if (sh_isstate(shp, SH_PROFILE)) { in exfile()
522 if (sh_isoption(shp, SH_TFLAG) && !sh_isstate(shp, SH_PROFILE)) tdone++; in exfile()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dreturn.c78 if (shp->fn_depth == 0 && shp->dot_depth == 0 && !sh_isstate(shp, SH_PROFILE)) { in b_return()
H A Dsource.c156 sh_eval(shp, iop, sh_isstate(shp, SH_PROFILE) ? SH_FUNEVAL : 0); in b_source()
/dports/shells/ksh93-devel/ast-cc1bca27/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()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dcflow.c70 if(shp->fn_depth==0 && shp->dot_depth==0 && !sh_isstate(shp,SH_PROFILE)) in b_return()
H A Dmisc.c295 sh_eval(shp,iop,sh_isstate(shp,SH_PROFILE)?SH_FUNEVAL:0); in b_dot_cmd()
/dports/shells/ksh93/ast-93u/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()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h295 #define SH_PROFILE 8 /* set when processing profiles */ macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h295 #define SH_PROFILE 8 /* set when processing profiles */ macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h225 #define SH_PROFILE 8 // set when processing profile macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h312 #define SH_PROFILE 8 /* set when processing profiles */ macro
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_unix.c888 #if defined(SIGPROF) && !defined(SH_PROFILE) in sh_unix_siginstall()
897 #if defined(SIGVTALRM) && !defined(SH_PROFILE) in sh_unix_siginstall()
1618 #if !defined(SH_PROFILE) in sh_unix_resettimer()
1637 #if !defined(SH_PROFILE) in sh_unix_resetsignals()
1665 #if !defined(SH_PROFILE) in sh_unix_resetsignals()
2075 #ifdef SH_PROFILE in sh_unix_init()
H A Dsamhain.c2141 #ifndef SH_PROFILE in main()
2148 #ifndef SH_PROFILE in main()
H A Dsh_processcheck.c841 #if !defined(SH_PROFILE) in sh_processes_check()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_unix.c888 #if defined(SIGPROF) && !defined(SH_PROFILE) in sh_unix_siginstall()
897 #if defined(SIGVTALRM) && !defined(SH_PROFILE) in sh_unix_siginstall()
1618 #if !defined(SH_PROFILE) in sh_unix_resettimer()
1637 #if !defined(SH_PROFILE) in sh_unix_resetsignals()
1665 #if !defined(SH_PROFILE) in sh_unix_resetsignals()
2075 #ifdef SH_PROFILE in sh_unix_init()
H A Dsamhain.c2141 #ifndef SH_PROFILE in main()
2148 #ifndef SH_PROFILE in main()
H A Dsh_processcheck.c841 #if !defined(SH_PROFILE) in sh_processes_check()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_unix.c888 #if defined(SIGPROF) && !defined(SH_PROFILE) in sh_unix_siginstall()
897 #if defined(SIGVTALRM) && !defined(SH_PROFILE) in sh_unix_siginstall()
1618 #if !defined(SH_PROFILE) in sh_unix_resettimer()
1637 #if !defined(SH_PROFILE) in sh_unix_resetsignals()
1665 #if !defined(SH_PROFILE) in sh_unix_resetsignals()
2075 #ifdef SH_PROFILE in sh_unix_init()
H A Dsamhain.c2141 #ifndef SH_PROFILE in main()
2148 #ifndef SH_PROFILE in main()
H A Dsh_processcheck.c841 #if !defined(SH_PROFILE) in sh_processes_check()

12