Searched refs:parser_temp (Results 1 – 1 of 1) sorted by relevance
92 struct parser_temp { struct93 struct parser_temp *next; argument111 static struct parser_temp *parser_temp; variable141 struct parser_temp *t; in parser_temp_alloc()146 t->next = parser_temp; in parser_temp_alloc()147 parser_temp = t; in parser_temp_alloc()157 struct parser_temp *t; in parser_temp_realloc()160 t = parser_temp; in parser_temp_realloc()172 struct parser_temp *t; in parser_temp_free_upto()176 while (parser_temp != NULL && !done) { in parser_temp_free_upto()[all …]