Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.c182 while (peekscan(TOK_COMMA, &tok)) { in def_program()
302 if (peekscan(TOK_CASE, &tok)){ in def_union()
312 } while (peekscan(TOK_CASE, &tok)); in def_union()
426 if (peekscan(TOK_LBRACKET, &tok)) { in get_declaration()
434 } else if (peekscan(TOK_LANGLE, &tok)) { in get_declaration()
439 if (peekscan(TOK_RANGLE, &tok)) { in get_declaration()
477 if (peekscan(TOK_IDENT, &tok)) /* optional name of argument */ in get_prog_declaration()
491 if (peekscan(TOK_STAR, &tok)) { in get_prog_declaration()
496 if (peekscan(TOK_IDENT, &tok)) { in get_prog_declaration()
501 if (peekscan(TOK_LANGLE, &tok)) { in get_prog_declaration()
[all …]
H A Drpc_scan.h130 int peekscan(tok_kind expect, token *tokp);
H A Drpc_scan.c127 peekscan(tok_kind expect, token *tokp) in peekscan() function