Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Ded.init.c53 extern int GotTermCaps;
320 if (!GotTermCaps) in ed_Init()
H A Dtc.func.c391 extern int GotTermCaps;
399 if (!GotTermCaps) in dotelltc()
409 if (!GotTermCaps) in doechotc()
421 if (!GotTermCaps) in dosettc()
H A Ded.screen.c717 int GotTermCaps = 0; variable
885 if (!GotTermCaps) in BindArrowKeys()
1416 GotTermCaps = 1; in GetTermCaps()
H A Dsh.set.c44 extern int GotTermCaps;
140 GotTermCaps = 0; in update_vars()
H A Dsh.func.c54 extern int GotTermCaps;
1514 GotTermCaps = 0; in dosetenv()
1587 GotTermCaps = 0; in dosetenv()
H A DFixes2038 19. Fixed GotTermCaps to be called only once.