Home
last modified time | relevance | path

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

/dflybsd-src/bin/sh/
H A Dparser.c92 struct parser_temp { struct
93 struct parser_temp *next; argument
111 static struct parser_temp *parser_temp; variable
141 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 …]