Searched refs:PRINT_NO_HEADER (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c187 verbose = (f?PRINT_VERBOSE:PRINT_NO_HEADER)|
189 (sh_isoption(SH_BASH)?PRINT_ALL|PRINT_NO_HEADER:0)|
190 ((opt_info.arg&&(!*opt_info.arg||*opt_info.arg=='-'))?(PRINT_TABLE|PRINT_NO_HEADER):0);
603 if(!(mode&PRINT_NO_HEADER))
H A Dbash.c195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE;
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h478 #define PRINT_NO_HEADER 0x04 /* omit listing header */ macro

Completed in 23 milliseconds