Searched refs:tok_kind (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_scan.h73 enum tok_kind { enum
115 typedef enum tok_kind tok_kind; typedef in typeref:enum:tok_kind
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 expect
[all...]
H A Drpc_util.h180 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);
H A Drpc_scan.c75 scan(tok_kind expect, token *tokp)
87 scan2(tok_kind expect1, tok_kind expect2, token *tokp)
99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp)
137 peekscan(tok_kind expect, token *tokp)
H A Drpc_util.c287 static const char *toktostr(tok_kind kind);
293 expected1(tok_kind exp1)
304 expected2(tok_kind exp1, tok_kind exp2)
316 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3)
372 toktostr(tok_kind kind)

Completed in 124 milliseconds