Searched refs:PRINT_NO_HEADER (Results 1 – 3 of 3) sorted by relevance
187 verbose = (f?PRINT_VERBOSE:PRINT_NO_HEADER)| in sh_argopts()189 (sh_isoption(SH_BASH)?PRINT_ALL|PRINT_NO_HEADER:0)| in sh_argopts()190 ((opt_info.arg&&(!*opt_info.arg||*opt_info.arg=='-'))?(PRINT_TABLE|PRINT_NO_HEADER):0); in sh_argopts()604 if(!(mode&PRINT_NO_HEADER)) in sh_printopts()
195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE; in b_shopt()
488 #define PRINT_NO_HEADER 0x04 /* omit listing header */ macro