Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c70 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator
1328 {OPT_FLAG, "b", (char*)&basisflag, "Print only the basis in report."},
1329 {OPT_FLAG, "c", (char*)&compress, "Don't compress the action table."},
1330 {OPT_FLAG, "g", (char*)&rpflag, "Print grammar without actions."},
1334 {OPT_FLAG, "x", (char*)&version, "Print the version number."},
1335 {OPT_FLAG,0,0,0}
1641 }else if( op[j].type==OPT_FLAG ){
1683 case OPT_FLAG:
1719 case OPT_FLAG:
1808 case OPT_FLAG: in OptPrint()
[all …]