Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcgen/
H A Drpc_parse.c380 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 Drpc_scan.h110 extern void scan2(tok_kind, tok_kind, token *);
H A Drpc_scan.c82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() function