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