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

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpager.h26 class pager_file : public wrapped_file class in inherits:wrapped_file
29 /* Create a new pager_file. The new object takes ownership of
31 explicit pager_file (ui_file *stream) function in class:pager_file
36 ~pager_file ()
41 DISABLE_COPY_AND_ASSIGN (pager_file);
H A Dui.c51 m_gdb_stdout (new pager_file (new stdio_file (outstream))),
H A Dutils.c1351 pager_file::emit_style_escape (const ui_file_style &style)
1366 pager_file::reset_style ()
1381 pager_file::prompt_for_continue ()
1471 pager_file::flush_wrap_buffer ()
1481 pager_file::flush ()
1506 pager_file::wrap_here (int indent)
1590 pager_file::puts (const char *linebuffer)
1757 pager_file::write (const char *buf, long length_buf)
1774 pager_file pager (strfile);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dpager.h26 class pager_file : public wrapped_file class in inherits:wrapped_file
29 /* Create a new pager_file. The new object takes ownership of
31 explicit pager_file (ui_file *stream) function in class:pager_file
36 ~pager_file ()
41 DISABLE_COPY_AND_ASSIGN (pager_file);
H A Dutils.c1345 pager_file::emit_style_escape (const ui_file_style &style)
1360 pager_file::reset_style ()
1375 pager_file::prompt_for_continue ()
1465 pager_file::flush_wrap_buffer ()
1475 pager_file::flush ()
1500 pager_file::wrap_here (int indent)
1584 pager_file::puts (const char *linebuffer)
1751 pager_file::write (const char *buf, long length_buf)
1768 pager_file pager (strfile);
H A Dtop.c305 m_gdb_stdout (new pager_file (new stdio_file (outstream))),
/netbsd-current/sys/arch/ia64/stand/common/
H A Dpager.c134 pager_file(const char *fname) function
H A Dbootstrap.h348 extern int pager_file(const char *fname);
H A Dcommands.c457 result = pager_file(filename);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c904 tui_stdout = new pager_file (new tui_file (stdout, true));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c918 tui_stdout = new pager_file (new tui_file (stdout, true));

Completed in 210 milliseconds