Searched refs:PRINT_ALL (Results 1 – 5 of 5) sorted by relevance
186 (sh_isoption(SH_BASH)?PRINT_ALL|PRINT_NO_HEADER:0)| in sh_argopts()647 if(!(mode&(PRINT_ALL|PRINT_VERBOSE))) /* only print set options */ in sh_printopts()678 else if(mode&PRINT_ALL) /* print unset options also */ in sh_printopts()692 if(!(mode&(PRINT_VERBOSE|PRINT_ALL))) in sh_printopts()
195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE; in b_shopt()
46 PRINT_ALL = 0xFF enumerator
446 FRUTREE_DEBUG1(PRINT_ALL, "SUNW_frutree:debug = %x", in frutree_get_env()
437 #define PRINT_ALL 0x02 /* list unset options too */ macro