Searched defs:expect1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) argument
85 if (tokp->kind != expect1 && tokp->kind != expect2)
86 expected2(expect1, expect2);
93 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) argument
96 if (tokp->kind != expect1 && tokp->kind != expect2 &&
98 expected3(expect1, expect2, expect3);

Completed in 44 milliseconds