Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c190 ((opt_info.arg&&(!*opt_info.arg||*opt_info.arg=='-'))?(PRINT_TABLE|PRINT_NO_HEADER):0); in sh_argopts()
606 if(mode&PRINT_TABLE) in sh_printopts()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h490 #define PRINT_TABLE 0x10 /* table of all options */ macro