Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
HDtermios.c255 case TCIOFF: in tcflow()
258 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART]; in tcflow()
/dragonfly/include/
HDtermios.h61 #define TCIOFF 3 macro