Home
last modified time | relevance | path

Searched refs:expect3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_scan.c89 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() argument
93 && tokp->kind != expect3) { in scan3()
94 expected3(expect1, expect2, expect3); in scan3()
H A Drpc_scan.h127 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp);