Searched defs:ui_out_impl (Results 1 – 1 of 1) sorted by relevance
207 struct ui_out_impl struct209 table_begin_ftype *table_begin;210 table_body_ftype *table_body;211 table_end_ftype *table_end;212 table_header_ftype *table_header;213 ui_out_begin_ftype *begin;237 extern struct ui_out *ui_out_new (struct ui_out_impl *impl, argument