Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dargs.c186 (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()
H A Dbash.c195 int verbose=PRINT_SHOPT|PRINT_ALL|PRINT_NO_HEADER|PRINT_VERBOSE; in b_shopt()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h46 PRINT_ALL = 0xFF enumerator
H A Dpiclfrutree.c446 FRUTREE_DEBUG1(PRINT_ALL, "SUNW_frutree:debug = %x", in frutree_get_env()
/titanic_50/usr/src/lib/libshell/common/include/
H A Ddefs.h437 #define PRINT_ALL 0x02 /* list unset options too */ macro