Searched defs:tokp (Results 1 – 2 of 2) sorted by relevance
77 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()
125 const char *tokp; /* lexical position */ member