Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.h52 enum tok_kind { enum
95 typedef enum tok_kind tok_kind; typedef
101 tok_kind kind;
109 extern void scan(tok_kind, token *);
110 extern void scan2(tok_kind, tok_kind, token *);
111 extern void scan3(tok_kind, tok_kind, tok_kind, token *);
114 extern int peekscan(tok_kind, token *);
H A Drpc_util.h158 extern void expected1(tok_kind);
159 extern void expected2(tok_kind, tok_kind);
160 extern void expected3(tok_kind, tok_kind, tok_kind);
H A Drpc_util.c284 expected1(tok_kind exp1) in expected1()
295 expected2(tok_kind exp1, tok_kind exp2) in expected2()
307 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3()
360 toktostr(tok_kind kind) in toktostr()
H A Drpc_scan.c71 scan(tok_kind expect, token *tokp) in scan()
82 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2()
93 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3()
130 peekscan(tok_kind expect, token *tokp) in peekscan()