Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty.c389 #define TTBREAKC(c, lflag) \ macro
695 if (TTBREAKC(c, lflag)) { in ttyinput()
1926 if (ISSET(lflag, ICANON) && TTBREAKC(c, lflag)) in ttread()