Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c553 (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 Drpc_scan.h70 TOK_INT, enumerator
H A Drpc_scan.c392 {TOK_INT, "int"},
H A Drpc_util.c357 {TOK_INT, "int"},
/netbsd-src/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.c37 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()