Searched refs:OPT_FLAG (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 195 enum option_type { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator 1651 {OPT_FLAG, "p", (char*)&showPrecedenceConflict, in main() 1655 {OPT_FLAG, "s", (char*)&statistics, in main() 1657 {OPT_FLAG, "S", (char*)&sqlFlag, in main() 1659 {OPT_FLAG, "x", (char*)&version, "Print the version number."}, in main() 1662 {OPT_FLAG,0,0,0} in main() 1994 }else if( op[j].type==OPT_FLAG ){ in handleflags() 2037 case OPT_FLAG: in handleswitch() 2074 case OPT_FLAG: in handleswitch() 2158 case OPT_FLAG: in OptPrint() [all …]
|