Home
last modified time | relevance | path

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

/external/bison/src/
Dmuscle-tab.h67 obstack_escape (&muscle_obstack, Value); \
74 obstack_escape (&muscle_obstack, \
Dsystem.h169 # define obstack_escape(Obs, Str) \ macro
197 obstack_escape (Obs, obstack_quote_p); \
Dscan-code.l189 obstack_escape (&obstack_for_string, yytext);
193 obstack_escape (&obstack_for_string, yytext);
285 [$@\[\]] obstack_escape (&obstack_for_string, yytext);
Dscan-code.c1223 obstack_escape (&obstack_for_string, code_text);
1231 obstack_escape (&obstack_for_string, code_text);
1375 obstack_escape (&obstack_for_string, code_text);
Dmuscle-tab.c270 obstack_escape (&muscle_obstack, bound.file); in muscle_boundary_grow()
Doutput.c186 obstack_escape (&format_obstack, cp); in prepare_symbols()
/external/bison/
DChangeLog2017 * src/scan-code.l: Instead of duplicating the logic of obstack_escape,
2120 * src/muscle-tab.c: Use it instead of obstack_escape where applicable.
2145 obstack_escape: escape M4 characters
2148 * src/system.h (obstack_escape): this.