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

/external/bison/src/
H A Dsystem.h151 #define obstack_sgrow(Obs, Str) \ macro
H A Dscan-gram.c2117 obstack_sgrow (&obstack_for_string, "{}");
2208 obstack_sgrow (&obstack_for_string, "$][");
2216 obstack_sgrow (&obstack_for_string, "@@");
2270 obstack_sgrow (&obstack_for_string, "$]["); variable
2275 obstack_sgrow (&obstack_for_string, "@@"); variable
2280 obstack_sgrow (&obstack_for_string, "@{"); variable
2285 obstack_sgrow (&obstack_for_string, "@}"); variable
3572 obstack_sgrow (&obstack_for_string, "]b4_dollar_dollar[");
3600 obstack_sgrow (&obstack_for_string, "]b4_lhs_location[");
3638 obstack_sgrow (
[all...]

Completed in 21 milliseconds