Home
last modified time | relevance | path

Searched refs:SH_CFLAG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c175 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()
H A Dargs.c74 SH_DICTIONARY, SH_INTERACTIVE, SH_RESTRICTED, SH_CFLAG,
355 else if(is_option(&newflags,SH_CFLAG)) in sh_argopts()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h63 #define SH_CFLAG 0 macro