Searched refs:tokp (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_scan.c75 scan(tok_kind expect, token *tokp) argument
77 get_token(tokp);
78 if (tokp->kind != expect) {
87 scan2(tok_kind expect1, tok_kind expect2, token *tokp) argument
89 get_token(tokp);
90 if (tokp->kind != expect1 && tokp->kind != expect2) {
99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) argument
101 get_token(tokp);
102 if (tokp
112 scan_num(token *tokp) argument
127 peek(token *tokp) argument
137 peekscan(tok_kind expect, token *tokp) argument
151 get_token(token *tokp) argument
311 unget_token(token *tokp) argument
417 findkind(char **mark, token *tokp) argument
[all...]
H A Drpc_scan.h130 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);
133 void scan_num(token *tokp);
134 void peek(token *tokp);
135 int peekscan(tok_kind expect, token *tokp);
136 void get_token(token *tokp);

Completed in 68 milliseconds