Searched defs:obstack_for_string (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dflex-scanner.h77 static struct obstack obstack_for_string; variable in typeref:struct:obstack
80 obstack_grow (&obstack_for_string, yytext, yyleng)
84 obstack_1grow (&obstack_for_string, '\0'); \
85 last_string = obstack_finish (&obstack_for_string); \
89 obstack_free (&obstack_for_string, last_string)

Completed in 1103 milliseconds