Home
last modified time | relevance | path

Searched refs:SH_NOUSRPROFILE (Results 1 – 12 of 12) sorted by relevance

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dmain.c203 if(!sh_isoption(SH_NOUSRPROFILE) && !sh_isoption(SH_PRIVILEGED)) in sh_main()
213 if(!sh_isoption(SH_NOUSRPROFILE) && !sh_isoption(SH_PRIVILEGED) && sh_isoption(SH_RC)) in sh_main()
H A Dargs.c391 on_option(&newflags,SH_NOUSRPROFILE); in sh_applyopts()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dmain.c203 if(!sh_isoption(SH_NOUSRPROFILE) && !sh_isoption(SH_PRIVILEGED)) in sh_main()
213 if(!sh_isoption(SH_NOUSRPROFILE) && !sh_isoption(SH_PRIVILEGED) && sh_isoption(SH_RC)) in sh_main()
H A Dargs.c391 on_option(&newflags,SH_NOUSRPROFILE); in sh_applyopts()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmain.c169 if (!sh_isoption(shp, SH_NOUSRPROFILE) && !sh_isoption(shp, SH_PRIVILEGED)) { in sh_main()
179 if (!sh_isoption(shp, SH_NOUSRPROFILE) && !sh_isoption(shp, SH_PRIVILEGED) && in sh_main()
H A Dargs.c601 if (is_option(&newflags, SH_PRIVILEGED)) on_option(&newflags, SH_NOUSRPROFILE); in sh_applyopts()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dmain.c208 if(!sh_isoption(shp,SH_NOUSRPROFILE) && !sh_isoption(shp,SH_PRIVILEGED)) in sh_main()
218 … if(!sh_isoption(shp,SH_NOUSRPROFILE) && !sh_isoption(shp,SH_PRIVILEGED) && sh_isoption(shp,SH_RC)) in sh_main()
H A Dargs.c610 on_option(&newflags,SH_NOUSRPROFILE); in sh_applyopts()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h314 #define SH_NOUSRPROFILE 79 macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h314 #define SH_NOUSRPROFILE 79 macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h244 #define SH_NOUSRPROFILE 79 macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h332 #define SH_NOUSRPROFILE 79 macro