Searched refs:expect1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/usr.bin/rpcgen/ |
| HD | rpc_scan.c | 87 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() argument 90 if (tokp->kind != expect1 && tokp->kind != expect2) { in scan2() 91 expected2(expect1, expect2); in scan2() 99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() argument 102 if (tokp->kind != expect1 && tokp->kind != expect2 in scan3() 104 expected3(expect1, expect2, expect3); in scan3()
|
| HD | rpc_scan.h | 131 void scan2(tok_kind expect1, tok_kind expect2, token *tokp); 132 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp);
|