Home
last modified time | relevance | path

Searched refs:format_obstack (Results 1 – 2 of 2) sorted by relevance

/external/bison/src/
Doutput.c44 static struct obstack format_obstack; variable
71 obstack_printf (&format_obstack, "%6d", first); \
74 obstack_1grow (&format_obstack, ','); \
77 obstack_sgrow (&format_obstack, "\n "); \
82 obstack_printf (&format_obstack, "%6d", table_data[i]); \
88 obstack_1grow (&format_obstack, 0); \
89 muscle_insert (name, obstack_finish (&format_obstack)); \
94 obstack_printf (&format_obstack, "%s_min", name); \
95 obstack_1grow (&format_obstack, 0); \
96 MUSCLE_INSERT_LONG_INT (obstack_finish (&format_obstack), lmin); \
[all …]
/external/bison/
DChangeLog-201219672 (format_obstack): this, to avoid any confusion with files.c's