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

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_parse.c191 while (peekscan(TOK_COMMA, &tok)) {
313 if (peekscan(TOK_CASE, &tok)){
323 } while (peekscan(TOK_CASE, &tok));
445 if (peekscan(TOK_LBRACKET, &tok)) {
453 } else if (peekscan(TOK_LANGLE, &tok)) {
458 if (peekscan(TOK_RANGLE, &tok)) {
496 if (peekscan(TOK_IDENT, &tok)) /* optional name of argument */
510 if (peekscan(TOK_STAR, &tok)) {
515 if (peekscan(TOK_IDENT, &tok)) {
520 if (peekscan(TOK_LANGL
[all...]
H A Drpc_scan.h135 int peekscan(tok_kind expect, token *tokp);
H A Drpc_scan.c137 peekscan(tok_kind expect, token *tokp) function

Completed in 102 milliseconds