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

/freebsd-11-stable/bin/stty/
H A Dkey.c73 #define F_OFFOK 0x02 /* can turn off */ macro
77 { "cbreak", f_cbreak, F_OFFOK },
84 { "extproc", f_extproc, F_OFFOK },
87 { "nl", f_nl, F_OFFOK },
90 { "raw", f_raw, F_OFFOK },
122 if (!(kp->flags & F_OFFOK) && ip->off) {

Completed in 200 milliseconds