OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldtt
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/tetris/
screen.c
63
static struct termios
oldtt
;
variable in typeref:struct:termios
201
if (tcgetattr(0, &
oldtt
) < 0)
203
newtt =
oldtt
;
254
(void) tcsetattr(0, TCSADRAIN, &
oldtt
);
/src/external/mpl/bind/dist/lib/dns/
gen.c
437
struct tt *tt, *
oldtt
;
local
469
oldtt
= NULL;
472
oldtt
= tt;
478
oldtt
= tt;
485
if (
oldtt
!= NULL) {
486
oldtt
->next = newtt;
/src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c
398
struct tt *tt, *
oldtt
;
local
430
oldtt
= NULL;
433
oldtt
= tt;
441
oldtt
= tt;
450
if (
oldtt
!= NULL) {
451
oldtt
->next = newtt;
Completed in 25 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026