Searched refs:SH_TFLAG (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/data/ |
H A D | options.c | 89 bashextra("onecmd", SH_TFLAG)
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 90 bashextra("onecmd", SH_TFLAG)
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 77 #define SH_TFLAG 19 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 82 #define SH_TFLAG 19 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 86 #define SH_TFLAG 19 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 86 #define SH_TFLAG 19 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 86 #define SH_TFLAG 19 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 86 #define SH_TFLAG 19 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 191 if(!sh_isoption(SH_INTERACTIVE) && !sh_isoption(SH_TFLAG) && !sh_isoption(SH_CFLAG) && in sh_main() 607 if(sh_isoption(SH_TFLAG) && !sh_isstate(SH_PROFILE)) in exfile()
|
H A D | args.c | 73 SH_KEYWORD, SH_MONITOR, SH_NOEXEC, SH_PRIVILEGED, SH_SFLAG, SH_TFLAG,
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | main.c | 175 if(!sh_isoption(SH_INTERACTIVE) && !sh_isoption(SH_TFLAG) && !sh_isoption(SH_CFLAG) && in sh_main() 598 if(sh_isoption(SH_TFLAG) && !sh_isstate(SH_PROFILE)) in exfile()
|
H A D | args.c | 76 SH_KEYWORD, SH_MONITOR, SH_NOEXEC, SH_PRIVILEGED, SH_SFLAG, SH_TFLAG,
|