Searched refs:scan2 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_parse.c | 380 scan2(TOK_VERSION, TOK_RBRACE, &tok); in def_program() 409 scan2(TOK_COMMA, TOK_RBRACE, &tok); in def_enum() 426 scan2(TOK_IDENT, TOK_STRCONST, &tok); in def_const() 451 scan2(TOK_IDENT, TOK_CHARCONST, &tok); in def_union() 459 scan2(TOK_IDENT, TOK_CHARCONST, &tok); in def_union() 576 scan2(TOK_STAR, TOK_IDENT, &tok); in get_declaration()
|
H A D | rpc_scan.h | 110 extern void scan2(tok_kind, tok_kind, token *);
|
H A D | rpc_scan.c | 82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() function
|