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

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpager.h81 int m_wrap_column = 0; member in class:pager_file
H A Dutils.c1514 m_wrap_column = 0;
1521 m_wrap_column = 0;
1525 m_wrap_column = chars_printed;
1612 m_wrap_column = 0;
1687 if (m_wrap_column)
1718 if (m_wrap_column)
1735 chars_printed = m_wrap_indent + (save_chars - m_wrap_column);
1736 m_wrap_column = 0; /* And disable fancy wrap */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dpager.h81 int m_wrap_column = 0; member in class:pager_file
H A Dutils.c1508 m_wrap_column = 0;
1515 m_wrap_column = 0;
1519 m_wrap_column = chars_printed;
1606 m_wrap_column = 0;
1681 if (m_wrap_column)
1712 if (m_wrap_column)
1729 chars_printed = m_wrap_indent + (save_chars - m_wrap_column);
1730 m_wrap_column = 0; /* And disable fancy wrap */

Completed in 205 milliseconds