Searched refs:SH_CFLAG (Results 1 – 10 of 10) sorted by relevance
/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() 329 sh_onoption(SH_CFLAG); in sh_main() 574 if(!sh_isstate(SH_INTERACTIVE) && !sh_isoption(SH_CFLAG)) in exfile() 584 if(!sh_isstate(SH_PROFILE) && sh_isoption(SH_CFLAG) && in exfile()
|
H A D | args.c | 74 SH_DICTIONARY, SH_INTERACTIVE, SH_RESTRICTED, SH_CFLAG, 355 else if(is_option(&newflags,SH_CFLAG)) in sh_argopts()
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 58 #define SH_CFLAG 0 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() 343 sh_onoption(SH_CFLAG); in sh_main() 583 if(!sh_isstate(SH_INTERACTIVE) && !sh_isstate(SH_CFLAG)) in exfile()
|
H A D | args.c | 71 SH_DICTIONARY, SH_INTERACTIVE, SH_RESTRICTED, SH_CFLAG, 346 else if(is_option(&newflags,SH_CFLAG)) in sh_argopts()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 63 #define SH_CFLAG 0 macro
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 67 #define SH_CFLAG 0 macro
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 67 #define SH_CFLAG 0 macro
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 67 #define SH_CFLAG 0 macro
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 67 #define SH_CFLAG 0 macro
|