Searched refs:TOK_INT (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 553 (void) peekscan(TOK_INT, &tok); in get_type() 557 (void) peekscan(TOK_INT, &tok); in get_type() 561 (void) peekscan(TOK_INT, &tok); in get_type() 572 case TOK_INT: in get_type() 598 (void) peekscan(TOK_INT, &tok); in unsigned_dec() 603 (void) peekscan(TOK_INT, &tok); in unsigned_dec() 608 (void) peekscan(TOK_INT, &tok); in unsigned_dec() 610 case TOK_INT: in unsigned_dec()
|
| H A D | rpc_scan.h | 70 TOK_INT, enumerator
|
| H A D | rpc_scan.c | 392 {TOK_INT, "int"},
|
| H A D | rpc_util.c | 357 {TOK_INT, "int"},
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/config/ |
| H A D | config.c | 37 TOK_INT, enumerator 670 case TOK_INT: in _type() 673 match(TOK_INT); in _type() 739 p->t = TOK_INT; /* fudge so the fall through for in _get_token()
|