OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_stdio
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
sim-config.c
32
int
current_stdio
;
variable
192
if (
current_stdio
== 0)
193
current_stdio
= WITH_STDIO;
194
if (
current_stdio
== 0)
195
current_stdio
= DO_USE_STDIO;
198
if (
CURRENT_STDIO
== 0)
203
if (
CURRENT_STDIO
!=
current_stdio
)
206
config_stdio_to_a (
CURRENT_STDIO
),
207
config_stdio_to_a (
current_stdio
));
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/common/
sim-config.c
32
int
current_stdio
;
variable
192
if (
current_stdio
== 0)
193
current_stdio
= WITH_STDIO;
194
if (
current_stdio
== 0)
195
current_stdio
= DO_USE_STDIO;
198
if (
CURRENT_STDIO
== 0)
203
if (
CURRENT_STDIO
!=
current_stdio
)
206
config_stdio_to_a (
CURRENT_STDIO
),
207
config_stdio_to_a (
current_stdio
));
[
all
...]
/src/external/gpl3/gdb/dist/sim/ppc/
psim.c
71
int
current_stdio
= DO_USE_STDIO;
variable
497
current_stdio
501
if (
CURRENT_STDIO
!=
current_stdio
)
/src/external/gpl3/gdb.old/dist/sim/ppc/
psim.c
71
int
current_stdio
= DO_USE_STDIO;
variable
497
current_stdio
501
if (
CURRENT_STDIO
!=
current_stdio
)
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026