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