Home
last modified time | relevance | path

Searched refs:col_name (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dosdata.c247 char col_name[32]; in info_osdata() local
252 snprintf (col_name, 32, "col%d", ix); in info_osdata()
254 col_name, last->columns[ix].name.c_str ()); in info_osdata()
269 char col_name[32]; in info_osdata() local
274 snprintf (col_name, 32, "col%d", ix_cols); in info_osdata()
275 uiout->field_string (col_name, item.columns[ix_cols].value); in info_osdata()
Dui-out.c169 const std::string &col_name, const std::string &col_hdr);
180 const char **col_name) const;
231 const std::string &col_name, in append_header() argument
240 col_name, col_hdr); in append_header()
277 const char **col_name) const in query_field() argument
290 *col_name = hdr->name ().c_str (); in query_field()
363 const std::string &col_name, const std::string &col_hdr) in table_header() argument
369 m_table_up->append_header (width, alignment, col_name, col_hdr); in table_header()
371 do_table_header (width, alignment, col_name, col_hdr); in table_header()
810 const char **col_name) in query_table_field() argument
[all …]
Dui-out.h177 void table_header (int width, ui_align align, const std::string &col_name,
278 const char **col_name);
343 const std::string &col_name,
Dcli-out.h48 const std::string &col_name,
Dcli-out.c69 const std::string &col_name, in do_table_header() argument
Dbreakpoint.c6208 wrap_indent_at_field (struct ui_out *uiout, const char *col_name) in wrap_indent_at_field() argument
6216 if (strcmp (text, col_name) == 0) in wrap_indent_at_field()
DChangeLog-2016918 (ui_out_query_field): Constify col_name argument.
919 * ui-out.c (ui_out_hdr) <col_name, colhdr>: Change type to
924 (clear_header_list): Don't free col_name/colhdr fields.
928 (ui_out_query_field): Constify col_name argument and adapt.
DChangeLog-20014710 * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
4717 (struct ui_out_header): Add field ``col_name''.
4718 (append_header_to_list): Use xstrdup. Initialize col_name.
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-out.c66 const std::string &col_name, in do_table_header() argument
72 do_field_string (0, 0, ui_center, "col_name", col_name.c_str (), in do_table_header()
Dmi-out.h57 const std::string &col_name,
DChangeLog-1999-2003612 * mi-out.c (mi_table_header): Add parameter ``col_name''.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-uiout.h81 const std::string &col_name, in do_table_header() argument
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo32706 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32707 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32708 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32709 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32710 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32711 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32788 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32789 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32790 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32791 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git107407col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="…