Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dtermios.c261 case TCIOFF: in tcflow()
264 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
/freebsd/include/
H A Dtermios.h71 #define TCIOFF 3 macro