Searched refs:obstack_escape (Results 1 – 7 of 7) sorted by relevance
/external/bison/src/ |
D | muscle-tab.h | 67 obstack_escape (&muscle_obstack, Value); \ 74 obstack_escape (&muscle_obstack, \
|
D | system.h | 169 # define obstack_escape(Obs, Str) \ macro 197 obstack_escape (Obs, obstack_quote_p); \
|
D | scan-code.l | 189 obstack_escape (&obstack_for_string, yytext); 193 obstack_escape (&obstack_for_string, yytext); 285 [$@\[\]] obstack_escape (&obstack_for_string, yytext);
|
D | scan-code.c | 1223 obstack_escape (&obstack_for_string, code_text); 1231 obstack_escape (&obstack_for_string, code_text); 1375 obstack_escape (&obstack_for_string, code_text);
|
D | muscle-tab.c | 270 obstack_escape (&muscle_obstack, bound.file); in muscle_boundary_grow()
|
D | output.c | 186 obstack_escape (&format_obstack, cp); in prepare_symbols()
|
/external/bison/ |
D | ChangeLog | 2017 * 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.
|