Searched refs:OPT_FLAG (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 100 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator 1361 {OPT_FLAG, "b", (char*)&basisflag, "Print only the basis in report."}, 1362 {OPT_FLAG, "c", (char*)&compress, "Don't compress the action table."}, 1363 {OPT_FLAG, "g", (char*)&rpflag, "Print grammar without actions."}, 1367 {OPT_FLAG, "x", (char*)&version, "Print the version number."}, 1368 {OPT_FLAG,0,0,0} 1675 }else if( op[j].type==OPT_FLAG ){ 1717 case OPT_FLAG: 1753 case OPT_FLAG: 1842 case OPT_FLAG: in OptPrint() [all …]
|