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

/ast/src/cmd/ksh93/sh/
H A Dargs.c184 verbose = (f?PRINT_VERBOSE:PRINT_NO_HEADER)|
186 (sh_isoption(SH_BASH)?PRINT_ALL|PRINT_NO_HEADER:0)|
187 ((opt_info.arg&&(!*opt_info.arg||*opt_info.arg=='-'))?(PRINT_TABLE|PRINT_NO_HEADER):0);
595 if(!(mode&PRINT_NO_HEADER))
H A Dbash.c195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE;
/ast/src/cmd/ksh93/include/
H A Ddefs.h483 #define PRINT_NO_HEADER 0x04 /* omit listing header */ macro

Completed in 15 milliseconds