Searched refs:deftty (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c96 static struct termios deftty; variable in typeref:struct:termios
408 if (c == '.' || CCEQ(deftty.c_cc[VEOF], c)) {
412 if (CCEQ(deftty.c_cc[VSUSP], c) ||
413 CCEQ(deftty.c_cc[VDSUSP], c)) {
427 bol = CCEQ(deftty.c_cc[VKILL], c) ||
428 CCEQ(deftty.c_cc[VEOF], c) ||
429 CCEQ(deftty.c_cc[VINTR], c) ||
430 CCEQ(deftty.c_cc[VSUSP], c) ||
462 (void)kill(CCEQ(deftty.c_cc[VSUSP], cmdc) ? 0 : getpid(), SIGTSTP);
558 tty.c_iflag |= (deftty
[all...]

Completed in 104 milliseconds