Home
last modified time | relevance | path

Searched refs:parser_temp (Results 1 – 1 of 1) sorted by relevance

/src/bin/sh/
H A Dparser.c87 struct parser_temp { struct
88 struct parser_temp *next; argument
106 static struct parser_temp *parser_temp; argument
136 struct parser_temp *t; in parser_temp_alloc()
141 t->next = parser_temp; in parser_temp_alloc()
142 parser_temp = t; in parser_temp_alloc()
152 struct parser_temp *t; in parser_temp_realloc()
155 t = parser_temp; in parser_temp_realloc()
167 struct parser_temp *t; in parser_temp_free_upto()
171 while (parser_temp != NULL && !done) { in parser_temp_free_upto()
[all …]