Searched refs:tok_kind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/usr.bin/rpcgen/ |
| D | rpc_scan.h | 73 enum tok_kind { enum 115 typedef enum tok_kind tok_kind; typedef 121 tok_kind kind; 130 void scan(tok_kind expect, token *tokp); 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); 135 int peekscan(tok_kind expect, token *tokp);
|
| D | rpc_util.h | 180 void expected1(tok_kind exp1); 181 void expected2(tok_kind exp1, tok_kind exp2); 182 void expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3);
|
| D | rpc_util.c | 287 static const char *toktostr(tok_kind kind); 293 expected1(tok_kind exp1) in expected1() 304 expected2(tok_kind exp1, tok_kind exp2) in expected2() 316 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() 372 toktostr(tok_kind kind) in toktostr()
|
| D | rpc_scan.c | 75 scan(tok_kind expect, token *tokp) in scan() 87 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() 99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() 137 peekscan(tok_kind expect, token *tokp) in peekscan()
|