OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ui_file
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
ui-file.c
0
/*
UI_FILE
- a generic STDIO like output stream.
20
/* Implement the ``struct
ui_file
'' object. */
32
ui_file
::
ui_file
()
function in class:ui_file
35
ui_file
::~
ui_file
()
39
ui_file
::printf (const char *format, ...)
49
ui_file
::putstr (const char *str, int quoter)
56
ui_file
::putstrn (const char *str, int n, int quoter, bool async_safe)
63
ui_file
::putc (int c
[
all
...]
ui-file.h
0
/*
UI_FILE
- a generic STDIO like output stream.
25
/* The abstract
ui_file
base class. */
27
class
ui_file
class
30
ui_file
();
31
virtual ~
ui_file
() = 0;
33
ui_file
(
ui_file
&&other) = default;
60
/* Methods below are both public, and overridable by
ui_file
87
behavior if the
UI_FILE
is a tty. A derived class can override
130
ui_file
. Note that nearly no code should call this -- it'
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
ui-file.c
0
/*
UI_FILE
- a generic STDIO like output stream.
20
/* Implement the ``struct
ui_file
'' object. */
32
ui_file
::
ui_file
()
function in class:ui_file
35
ui_file
::~
ui_file
()
39
ui_file
::printf (const char *format, ...)
49
ui_file
::putstr (const char *str, int quoter)
56
ui_file
::putstrn (const char *str, int n, int quoter, bool async_safe)
63
ui_file
::putc (int c
[
all
...]
ui-file.h
0
/*
UI_FILE
- a generic STDIO like output stream.
25
/* The abstract
ui_file
base class. */
27
class
ui_file
class
30
ui_file
();
31
virtual ~
ui_file
() = 0;
33
ui_file
(
ui_file
&&other) = default;
60
/* Methods below are both public, and overridable by
ui_file
87
behaviour if the
UI_FILE
is a tty. A derived class can override
130
ui_file
. Note that nearly no code should call this -- it'
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026