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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-file.c25 tui_file::tui_file (FILE *stream) function in class:tui_file
37 tui_file::puts (const char *linebuffer)
47 tui_file::write (const char *buf, long length_buf)
57 tui_file::flush ()
H A Dtui-file.h26 class tui_file : public stdio_file class in inherits:stdio_file
29 explicit tui_file (FILE *stream);
H A Dtui-io.c846 tui_stdout = new tui_file (stdout);
847 tui_stderr = new tui_file (stderr);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-file.c26 tui_file::puts (const char *linebuffer)
34 tui_file::write (const char *buf, long length_buf)
42 tui_file::flush ()
H A Dtui-file.h26 class tui_file : public stdio_file class in inherits:stdio_file
29 tui_file (FILE *stream, bool buffered) function in class:tui_file
H A Dtui-io.c918 tui_stdout = new pager_file (new tui_file (stdout, true));
919 tui_stderr = new tui_file (stderr, false);

Completed in 294 milliseconds