Searched refs:tok_kind (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_scan.h | 68 enum tok_kind { enum 110 typedef enum tok_kind tok_kind; typedef 116 tok_kind kind; 125 void scan(tok_kind expect, token *tokp); 126 void scan2(tok_kind expect1, tok_kind expect2, token *tokp); 127 void scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp); 130 int peekscan(tok_kind expect, token *tokp);
|
H A D | rpc_util.h | 175 void expected1(tok_kind exp1); 176 void expected2(tok_kind exp1, tok_kind exp2); 177 void expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3);
|
H A D | rpc_util.c | 277 static const char *toktostr(tok_kind kind); 283 expected1(tok_kind exp1) in expected1() 294 expected2(tok_kind exp1, tok_kind exp2) in expected2() 306 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() 362 toktostr(tok_kind kind) in toktostr()
|
H A D | rpc_scan.c | 65 scan(tok_kind expect, token *tokp) in scan() 77 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2() 89 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3() 127 peekscan(tok_kind expect, token *tokp) in peekscan()
|