Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.h111 extern void scan3(tok_kind, tok_kind, tok_kind, token *);
H A Drpc_parse.c405 scan3(TOK_COMMA, TOK_RBRACE, TOK_EQUAL, &tok); in def_enum()
481 scan3(TOK_CASE, TOK_DEFAULT, TOK_RBRACE, &tok); in def_union()
H A Drpc_scan.c93 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() function