Searched refs:newtok (Results 1 – 2 of 2) sorted by relevance
348 newtok = func(tok)351 if not newtok:358 if not newtok.type in self.lextokens:361 func.__name__, newtok.type),lexdata[lexpos:])363 return newtok384 newtok = self.lexerrorf(tok)389 if not newtok: continue390 return newtok
811 char *newtok = realloc(*tok, size); in extend_token() local813 if (!newtok) { in extend_token()820 strcpy(newtok, buf); in extend_token()822 strcat(newtok, buf); in extend_token()823 *tok = newtok; in extend_token()