Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.c85 struct parser_temp { struct
86 struct parser_temp *next; argument
104 static struct parser_temp *parser_temp; argument
134 struct parser_temp *t; in parser_temp_alloc()
139 t->next = parser_temp; in parser_temp_alloc()
140 parser_temp = t; in parser_temp_alloc()
150 struct parser_temp *t; in parser_temp_realloc()
153 t = parser_temp; in parser_temp_realloc()
165 struct parser_temp *t; in parser_temp_free_upto()
169 while (parser_temp != NULL && !done) { in parser_temp_free_upto()
[all …]