Searched refs:last_chunk (Results 1 – 3 of 3) sorted by relevance
87 struct token_chunk *last_chunk; /* End of the token list. */ member466 if (feed->input->cur_chunk != feed->input->last_chunk1024 return t->last_chunk->toks + (t->last_pos++);1026 t->last_chunk->next = ggc_alloc_cleared (sizeof (*t->last_chunk->next));1027 t->last_chunk = t->last_chunk->next;1028 t->last_chunk->next = NULL;1031 return t->last_chunk->toks;1039 struct token *result = t->last_chunk->toks + t->last_pos - 1;1043 if (t->last_pos == 0 && t->last_chunk != t->tokens)1047 while (c->next != t->last_chunk)[all …]
2140 * spew.c (remove_last_token): Make sure that last_chunk is set
694 * spew.c (remove_last_token): Make sure that last_chunk is set