Home
last modified time | relevance | path

Searched refs:TOK_COLON (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.h67 TOK_COLON, enumerator
H A Drpc_parse.c454 scan(TOK_COLON, &tok); in def_union()
466 scan(TOK_COLON, &tok); in def_union()
485 scan(TOK_COLON, &tok); in def_union()
H A Drpc_util.c334 {TOK_COLON, ":"},
H A Drpc_scan.c211 tokp->kind = TOK_COLON; in get_token()