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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-windata.c161 int _line_no = line_no; local
164 _line_no = 0;
170 tui_display_registers_from_line (_line_no, TRUE);
178 if (tui_display_registers_from_line (_line_no, FALSE) < 0)
180 ** _line_no is past the regs display, so calc where the
183 if (regs_last_line < _line_no)
192 ** _line_no

Completed in 58 milliseconds