Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c189 (sh_isoption(SH_BASH)?PRINT_ALL|PRINT_NO_HEADER:0)| in sh_argopts()
656 if(!(mode&(PRINT_ALL|PRINT_VERBOSE))) /* only print set options */ in sh_printopts()
687 else if(mode&PRINT_ALL) /* print unset options also */ in sh_printopts()
701 if(!(mode&(PRINT_VERBOSE|PRINT_ALL))) in sh_printopts()
H A Dbash.c195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE; in b_shopt()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h487 #define PRINT_ALL 0x02 /* list unset options too */ macro