Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_scan.h127 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp);
H A Drpc_parse.c252 scan3(TOK_COMMA, TOK_RBRACE, TOK_EQUAL, &tok); in def_enum()
322 scan3(TOK_CASE, TOK_DEFAULT, TOK_RBRACE, &tok); in def_union()
H A Drpc_scan.c89 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() function