OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gdb_tty
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
inflow.c
224
struct stat
gdb_tty
;
232
res = fstat (STDIN_FILENO, &
gdb_tty
);
236
return ((
gdb_tty
.st_dev == other_tty.st_dev
237
&&
gdb_tty
.st_ino == other_tty.st_ino)
223
struct stat
gdb_tty
;
local
/src/external/gpl3/gdb/dist/gdb/
inflow.c
251
struct stat
gdb_tty
;
259
res = fstat (STDIN_FILENO, &
gdb_tty
);
263
return ((
gdb_tty
.st_dev == other_tty.st_dev
264
&&
gdb_tty
.st_ino == other_tty.st_ino)
250
struct stat
gdb_tty
;
local
Completed in 48 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026