Searched refs:obstack_1grow (Results 1 - 15 of 15) sorted by relevance

/external/bison/src/
H A Dmuscle-tab.h47 obstack_1grow (&muscle_obstack, 0); \
54 obstack_1grow (&muscle_obstack, 0); \
61 obstack_1grow (&muscle_obstack, 0); \
68 obstack_1grow (&muscle_obstack, 0); \
76 obstack_1grow (&muscle_obstack, 0); \
H A Dprint_graph.c52 obstack_1grow (oout, ' ');
53 obstack_1grow (oout, '|');
58 obstack_1grow (oout, ':');
126 obstack_1grow (oout, ']');
185 obstack_1grow (&node_obstack, '\0');
H A Dflex-scanner.h84 obstack_1grow (&obstack_for_string, '\0'); \
H A Dscan-skel.l107 "@@" obstack_1grow (&obstack_for_string, '@');
108 "@{" obstack_1grow (&obstack_for_string, '[');
109 "@}" obstack_1grow (&obstack_for_string, ']');
117 obstack_1grow (&obstack_for_string, '\0');
H A Doutput.c74 obstack_1grow (&format_obstack, ','); \
88 obstack_1grow (&format_obstack, 0); \
95 obstack_1grow (&format_obstack, 0); \
98 obstack_1grow (&format_obstack, 0); \
185 obstack_1grow (&format_obstack, ' ');
188 obstack_1grow (&format_obstack, ',');
195 obstack_1grow (&format_obstack, 0);
H A Dmuscle-tab.c164 obstack_1grow (&muscle_obstack, 0);
184 obstack_1grow (&muscle_obstack, 0);
213 obstack_1grow (&muscle_obstack, 0);
271 obstack_1grow (&muscle_obstack, ':');
273 obstack_1grow (&muscle_obstack, '.');
276 obstack_1grow (&muscle_obstack, '\0');
311 obstack_1grow (&muscle_obstack, *(Value)); \
361 obstack_1grow (&muscle_obstack, '\0');
H A Dsystem.h179 default: obstack_1grow (Obs, *p ); break; \
208 (obstack_1grow (Obs, '\0'), (char *) obstack_finish (Obs))
H A Dscan-gram.l534 obstack_1grow (&obstack_for_string, c);
544 obstack_1grow (&obstack_for_string, c);
547 \\a obstack_1grow (&obstack_for_string, '\a');
548 \\b obstack_1grow (&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 (
[all...]
H A Dconflicts.c360 obstack_1grow (&solved_conflicts_obstack, '\0');
365 obstack_1grow (&solved_conflicts_xml_obstack, '\0');
H A Dscan-skel.c1106 obstack_1grow (&obstack_for_string, '@'); variable
1111 obstack_1grow (&obstack_for_string, '['); variable
1116 obstack_1grow (&obstack_for_string, ']'); variable
1136 obstack_1grow (&obstack_for_string, '\0');
H A Dscan-code.l233 obstack_1grow (&obstack_for_string, ';');
476 obstack_1grow (&msg_buf, '\0');
H A Dscan-gram.c2140 obstack_1grow (&obstack_for_string, c);
2153 obstack_1grow (&obstack_for_string, c);
2159 obstack_1grow (&obstack_for_string, '\a'); variable
2164 obstack_1grow (&obstack_for_string, '\b'); variable
2169 obstack_1grow (&obstack_for_string, '\f'); variable
2174 obstack_1grow (&obstack_for_string, '\n'); variable
2179 obstack_1grow (&obstack_for_string, '\r'); variable
2184 obstack_1grow (&obstack_for_string, '\t'); variable
2189 obstack_1grow (&obstack_for_string, '\v'); variable
2195 obstack_1grow ( variable
[all...]
H A Dscan-code.c1289 obstack_1grow (&obstack_for_string, ';');
2665 obstack_1grow (&msg_buf, '\0');
/external/bison/lib/
H A Dobstack.h320 # define obstack_1grow(OBSTACK,datum) \
453 # define obstack_1grow(h,datum) \
316 # define obstack_1grow macro
448 # define obstack_1grow macro
/external/elfutils/src/libcpu/
H A Di386_parse.y625 obstack_1grow (&os, '\0');
804 obstack_1grow (&ob, '$');
859 obstack_1grow (&ob, '\0');

Completed in 127 milliseconds