Lines Matching refs:prepend
187 const char *prepend = "";
190 puts(prepend);
191 prepend = ", ";
208 static void FORMAT_ATTR(2) prepend(struct type_name *name, const char *fmt, ...)
319 prepend(name, "%s ", show_as(as));
346 prepend(name, "*");
355 prepend(name, "( ");
365 prepend(name, "struct %s", show_ident(sym->ident));
371 prepend(name, "union %s", show_ident(sym->ident));
375 prepend(name, "enum %s ", show_ident(sym->ident));
399 prepend(name, "( ");
413 prepend(name, "restricted %s", show_ident(sym->ident));
423 prepend(name, "unknown type %d", sym->type);
432 prepend(name, "restricted ");
434 prepend(name, "fouled ");