Home
last modified time | relevance | path

Searched refs:PRINT_TABLE (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h440 #define PRINT_TABLE 0x10 /* table of all options */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dargs.c187 ((opt_info.arg&&(!*opt_info.arg||*opt_info.arg=='-'))?(PRINT_TABLE|PRINT_NO_HEADER):0); in sh_argopts()
597 if(mode&PRINT_TABLE) in sh_printopts()