Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.h56 TOK_LPAREN, enumerator
H A Drpc_parse.c319 scan(TOK_LPAREN, &tok); in def_program()
443 scan(TOK_LPAREN, &tok); in def_union()
H A Drpc_util.c326 {TOK_LPAREN, "("},
H A Drpc_scan.c247 tokp->kind = TOK_LPAREN; in get_token()