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

/freebsd-11.0-release/contrib/libreadline/
H A Drltty.c162 #define SGTTY_SET 0x01 macro
199 if (tiop->flags & SGTTY_SET)
241 tiop->flags |= SGTTY_SET;
266 if (tiop->flags & SGTTY_SET)
269 tiop->flags &= ~SGTTY_SET;
874 if (ttybuff.flags & SGTTY_SET)

Completed in 285 milliseconds