Searched refs:field_width (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.h37 void rerender (WINDOW *handle, int field_width);
H A Dtui-regs.c482 tui_data_item_window::rerender (WINDOW *handle, int field_width) argument
492 mvwaddnstr (handle, y, x, content.c_str (), field_width - 1);
493 waddstr (handle, n_spaces (field_width - content.size ()));
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-regs.h38 void rerender (WINDOW *handle, int field_width);
H A Dtui-regs.c494 tui_data_item_window::rerender (WINDOW *handle, int field_width) argument
504 mvwaddnstr (handle, y, x, content.c_str (), field_width - 1);
505 if (content.size () < field_width)
506 waddstr (handle, n_spaces (field_width - content.size ()));
/netbsd-current/usr.bin/xlint/lint1/
H A Dcksnprintb.c52 uint64_t field_width; member in struct:__anon45
247 if (has_cmp && ck->field_width > 0 && ck->field_width < 64
248 && cmp.value & ~value_bits((unsigned)ck->field_width))
251 (uintmax_t)value_bits((unsigned)ck->field_width));
263 ck->field_width = width.value;
290 .field_width = 64,

Completed in 213 milliseconds