OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tui_file
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/tui/
tui-file.c
24
tui_file
::puts (const char *linebuffer)
32
tui_file
::write (const char *buf, long length_buf)
40
tui_file
::flush ()
tui-file.h
0
/*
TUI_FILE
- a STDIO-like output stream for the TUI.
26
class
tui_file
: public stdio_file
class in inherits:stdio_file
29
tui_file
(FILE *stream, bool buffered)
function in class:tui_file
tui-io.c
903
tui_stdout = new pager_file (new
tui_file
(stdout, true));
904
tui_stderr = new
tui_file
(stderr, false);
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-file.c
25
tui_file
::puts (const char *linebuffer)
33
tui_file
::write (const char *buf, long length_buf)
41
tui_file
::flush ()
tui-file.h
0
/*
TUI_FILE
- a STDIO-like output stream for the TUI.
26
class
tui_file
: public stdio_file
class in inherits:stdio_file
29
tui_file
(FILE *stream, bool buffered)
function in class:tui_file
tui-io.c
904
tui_stdout = new pager_file (new
tui_file
(stdout, true));
905
tui_stderr = new
tui_file
(stderr, false);
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026