TOSTOP
TOSTOP|PENDIN);
"tostop", TOSTOP, 0,
"-tostop", 0, TOSTOP,
jp->j_stty.c_lflag &= ~TOSTOP;
jp->j_stty.c_lflag |= (mystty.c_lflag&TOSTOP);
if (m&TOSTOP)
(void) printf("-tostop "+((m&TOSTOP) != 0));
"tostop", TOSTOP, 0,
"-tostop", 0, TOSTOP,
if (m & TOSTOP)
(void) fprintf(output, "-tostop " + ((m & TOSTOP) != 0));
"tostop", TOSTOP, 0,
"-tostop", 0, TOSTOP,
if ((oldmodep->c_lflag ^ tp->t_modes.c_lflag) & TOSTOP) {
if (tp->t_modes.c_lflag & TOSTOP)
termiosp->c_lflag |= TOSTOP;
if (termiosp->c_lflag & TOSTOP)