Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_scan.c67 get_token(tokp); in scan()
79 get_token(tokp); in scan2()
80 if (tokp->kind != expect1 && tokp->kind != expect2) { in scan2()
91 get_token(tokp); in scan3()
92 if (tokp->kind != expect1 && tokp->kind != expect2 in scan3()
104 get_token(tokp); in scan_num()
117 peek(token *tokp) in peek() argument
119 get_token(tokp); in peek()
129 peek(tokp); in peekscan()
131 get_token(tokp); in peekscan()
[all …]
H A Drpc_scan.h125 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);
128 void scan_num(token *tokp);
129 void peek(token *tokp);
130 int peekscan(tok_kind expect, token *tokp);
131 void get_token(token *tokp);