Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c73 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator
1331 {OPT_FLAG, "b", (char*)&basisflag, "Print only the basis in report."},
1332 {OPT_FLAG, "c", (char*)&compress, "Don't compress the action table."},
1333 {OPT_FLAG, "g", (char*)&rpflag, "Print grammar without actions."},
1334 {OPT_FLAG, "m", (char*)&mhflag, "Output a makeheaders compatible file"},
1335 {OPT_FLAG, "q", (char*)&quiet, "(Quiet) Don't print the report file."},
1336 {OPT_FLAG, "s", (char*)&statistics, "Print parser stats to standard output."},
1337 {OPT_FLAG, "x", (char*)&version, "Print the version number."},
1338 {OPT_FLAG,0,0,0}
1644 }else if( op[j].type==OPT_FLAG ){
[all …]