Lines Matching refs:obstack_for_string
272 obstack_grow (&obstack_for_string, yytext + 1, yyleng - 2);
534 obstack_1grow (&obstack_for_string, c);
544 obstack_1grow (&obstack_for_string, c);
547 \\a obstack_1grow (&obstack_for_string, '\a');
548 obstack_for_string, '\b');
549 \\f obstack_1grow (&obstack_for_string, '\f');
550 \\n obstack_1grow (&obstack_for_string, '\n');
551 \\r obstack_1grow (&obstack_for_string, '\r');
552 \\t obstack_1grow (&obstack_for_string, '\t');
553 \\v obstack_1grow (&obstack_for_string, '\v');
556 \\("\""|"'"|"?"|"\\") obstack_1grow (&obstack_for_string, yytext[1]);
564 obstack_1grow (&obstack_for_string, c);
644 obstack_1grow (&obstack_for_string, '}');
923 obstack_init (&obstack_for_string);
934 obstack_free (&obstack_for_string, 0);