Home | History | Annotate | Download | only in tool

Lines Matching refs:OPT_FLAG

102 enum option_type { OPT_FLAG=1,  OPT_INT,  OPT_DBL,  OPT_STR,
1416 {OPT_FLAG, "b", (char*)&basisflag, "Print only the basis in report."},
1417 {OPT_FLAG, "c", (char*)&compress, "Don't compress the action table."},
1420 {OPT_FLAG, "g", (char*)&rpflag, "Print grammar without actions."},
1421 {OPT_FLAG, "m", (char*)&mhflag, "Output a makeheaders compatible file."},
1422 {OPT_FLAG, "l", (char*)&nolinenosflag, "Do not print #line statements."},
1423 {OPT_FLAG, "p", (char*)&showPrecedenceConflict,
1425 {OPT_FLAG, "q", (char*)&quiet, "(Quiet) Don't print the report file."},
1426 {OPT_FLAG, "r", (char*)&noResort, "Do not sort or renumber states"},
1427 {OPT_FLAG, "s", (char*)&statistics,
1429 {OPT_FLAG, "x", (char*)&version, "Print the version number."},
1430 {OPT_FLAG,0,0,0}
1734 }else if( op[j].type==OPT_FLAG ){
1777 case OPT_FLAG:
1813 case OPT_FLAG:
1897 case OPT_FLAG:
1917 case OPT_FLAG: