Searched refs:SH_SFLAG (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 79 #define SH_SFLAG 21 macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 84 #define SH_SFLAG 21 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 88 #define SH_SFLAG 21 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 88 #define SH_SFLAG 21 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 88 #define SH_SFLAG 21 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 88 #define SH_SFLAG 21 macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 192 sh_isoption(SH_SFLAG) && tty_check(0) && tty_check(ERRIO)) in sh_main() 275 if(sh_isoption(SH_SFLAG)) in sh_main()
|
H A D | args.c | 73 SH_KEYWORD, SH_MONITOR, SH_NOEXEC, SH_PRIVILEGED, SH_SFLAG, SH_TFLAG,
|
H A D | init.c | 1225 sh_onoption(SH_SFLAG); in sh_init() 1226 if(!sh_isoption(SH_SFLAG)) in sh_init()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | main.c | 176 sh_isoption(SH_SFLAG) && tty_check(0) && tty_check(ERRIO)) in sh_main() 259 if(sh_isoption(SH_SFLAG)) in sh_main()
|
H A D | args.c | 76 SH_KEYWORD, SH_MONITOR, SH_NOEXEC, SH_PRIVILEGED, SH_SFLAG, SH_TFLAG,
|
H A D | init.c | 1475 sh_onoption(SH_SFLAG); in sh_init() 1476 if(!sh_isoption(SH_SFLAG)) in sh_init()
|