Home
last modified time | relevance | path

Searched refs:TOK_RANGLE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.c441 if (peekscan(TOK_RANGLE, &tok)) { in get_declaration()
446 scan(TOK_RANGLE, &tok); in get_declaration()
505 if (peekscan(TOK_RANGLE, &tok)) { in get_prog_declaration()
511 scan(TOK_RANGLE, &tok); in get_prog_declaration()
H A Drpc_scan.h84 TOK_RANGLE, enumerator
H A Drpc_scan.c255 tokp->kind = TOK_RANGLE; in get_token()