HomeSort by: relevance | last modified time | path
    Searched defs:pad_x (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.c 328 int pad_x = m_horizontal_offset - m_pad_offset; local
332 tui_debug_printf ("content_width = %d, pad_x = %d, m_horizontal_offset = %d",
333 content_width, pad_x, m_horizontal_offset);
339 gdb_assert (pad_x >= 0);
347 gdb_assert (pad_x + view_width <= pad_width || m_pad.get () == nullptr);
354 pnoutrefresh (m_pad.get (), 0, pad_x, sminrow, smincol, smaxrow, smaxcol);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.c 330 int pad_x = m_horizontal_offset - m_pad_offset; local
334 tui_debug_printf ("content_width = %d, pad_x = %d, m_horizontal_offset = %d",
335 content_width, pad_x, m_horizontal_offset);
341 gdb_assert (pad_x >= 0);
349 gdb_assert (pad_x + view_width <= pad_width);
356 pnoutrefresh (m_pad.get (), 0, pad_x, sminrow, smincol, smaxrow, smaxcol);

Completed in 60 milliseconds