Home
last modified time | relevance | path

Searched refs:GotTermCaps (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.init.c49 extern int GotTermCaps;
316 if (!GotTermCaps) in ed_Init()
H A Dtc.func.c387 extern int GotTermCaps;
395 if (!GotTermCaps) in dotelltc()
405 if (!GotTermCaps) in doechotc()
417 if (!GotTermCaps) in dosettc()
H A Ded.screen.c713 int GotTermCaps = 0; variable
881 if (!GotTermCaps) in BindArrowKeys()
1412 GotTermCaps = 1; in GetTermCaps()
H A Dsh.set.c40 extern int GotTermCaps;
136 GotTermCaps = 0; in update_vars()
H A Dsh.func.c50 extern int GotTermCaps;
1510 GotTermCaps = 0; in dosetenv()
1582 GotTermCaps = 0; in dosetenv()
H A DFixes2084 19. Fixed GotTermCaps to be called only once.