Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_scan.h63 TOK_RANGLE, enumerator
H A Drpc_parse.c595 if (peekscan(TOK_RANGLE, &tok)) { in get_declaration()
600 scan(TOK_RANGLE, &tok); in get_declaration()
663 if (peekscan(TOK_RANGLE, &tok)) { in get_prog_declaration()
669 scan(TOK_RANGLE, &tok); in get_prog_declaration()
H A Drpc_scan.c259 tokp->kind = TOK_RANGLE; in get_token()