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

/netbsd-current/usr.bin/rpcgen/
H A Drpc_scan.h45 enum tok_kind { enum
87 typedef enum tok_kind tok_kind; typedef in typeref:enum:tok_kind
93 tok_kind kind;
102 void scan(tok_kind, token *);
103 void scan2(tok_kind, tok_kind, token *);
104 void scan3(tok_kind, tok_kind, tok_kind, toke
[all...]
H A Drpc_util.h120 void expected1(tok_kind) __dead;
121 void expected2(tok_kind, tok_kind) __dead;
122 void expected3(tok_kind, tok_kind, tok_kind) __dead;
H A Drpc_scan.c77 scan(tok_kind expect, token *tokp)
88 scan2(tok_kind expect1, tok_kind expect2, token *tokp)
99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp)
134 peekscan(tok_kind expect, token *tokp)
H A Drpc_util.c77 static const char *toktostr(tok_kind);
301 expected1(tok_kind exp1)
309 expected2(tok_kind exp1, tok_kind exp2)
319 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3)
374 toktostr(tok_kind kind)

Completed in 111 milliseconds