Searched refs:table_body (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dui-out.h245 table_body_ftype *table_body; member in struct:ui_out_impl
H A Dui-out.c304 "table_body outside a table is not valid; it must be \
308 "extra table_body call not allowed; there must be \
309 only one table_body after a table_begin and before a table_end.");
347 and before table_body.");
378 "table header or table_body expected; lists must be \
379 specified after table_body.");
862 if (!uiout->impl->table_body)
864 uiout->impl->table_body (uiout);
1093 "table_body missing; table fields must be \
1094 specified after table_body an
[all...]

Completed in 102 milliseconds