Home
last modified time | relevance | path

Searched refs:olttyc (Results 1 – 5 of 5) sorted by relevance

/original-bsd/games/snake/snake/
H A Dsnake.h48 struct ltchars olttyc, nlttyc; variable
H A Dmove.c523 ioctl(0, TIOCSLTC, &olttyc); in cook()
657 ioctl(0, TIOCGLTC, &olttyc); in getcap()
658 nlttyc = olttyc; in getcap()
/original-bsd/usr.bin/ex/
H A Dex_tty.c114 sc[0] = olttyc.t_suspc;
116 if (olttyc.t_suspc == CTRL('z')) {
H A Dex_tty.h157 var struct ltchars olttyc, nlttyc; /* More of tchars style stuff */ variable
H A Dex_put.c1097 nlttyc = olttyc;
1123 ioctl(i, TIOCGLTC, (char *) &olttyc);
1124 nlttyc = olttyc;