Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_subr.c381 static int tty_global_cc; variable
399 tty_global_cc = clp->c_cc; in nextc()
401 if (tty_global_cc == 0 || cp == NULL) in nextc()
403 if (--tty_global_cc == 0) in nextc()
435 tty_global_cc = clp->c_cc; in firstc()
436 if (tty_global_cc == 0) in firstc()