Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rpcgen/
H A Drpc_scan.c77 scan(tok_kind expect, token *tokp) in scan()
88 scan2(tok_kind expect1, tok_kind expect2, token *tokp) in scan2()
99 scan3(tok_kind expect1, tok_kind expect2, tok_kind expect3, token *tokp) in scan3()
111 scan_num(token *tokp) in scan_num()
125 peek(token *tokp) in peek()
134 peekscan(tok_kind expect, token *tokp) in peekscan()
147 get_token(token *tokp) in get_token()
298 unget_token(token *tokp) in unget_token()
407 findkind(char **mark, token *tokp) in findkind()
/netbsd-src/bin/ksh/
H A Dexpr.c125 const char *tokp; /* lexical position */ member