| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | osdata.c | 247 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()
|
| D | ui-out.c | 169 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 …]
|
| D | ui-out.h | 177 void table_header (int width, ui_align align, const std::string &col_name, 278 const char **col_name); 343 const std::string &col_name,
|
| D | cli-out.h | 48 const std::string &col_name,
|
| D | cli-out.c | 69 const std::string &col_name, in do_table_header() argument
|
| D | breakpoint.c | 6208 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()
|
| D | ChangeLog-2016 | 918 (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.
|
| D | ChangeLog-2001 | 4710 * 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/ |
| D | mi-out.c | 66 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()
|
| D | mi-out.h | 57 const std::string &col_name,
|
| D | ChangeLog-1999-2003 | 612 * mi-out.c (mi_table_header): Add parameter ``col_name''.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-uiout.h | 81 const std::string &col_name, in do_table_header() argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 32706 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/ |
| D | ChangeLog.git | 107407 …col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="…
|