Home | History | Annotate | Download | only in kern

Lines Matching refs:FLUSHO

682 				if (ISSET(lflag, FLUSHO))
683 CLR(tp->t_lflag, FLUSHO);
689 SET(tp->t_lflag, FLUSHO);
895 CLR(tp->t_lflag, FLUSHO);
945 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq))
959 if (ISSET(tp->t_lflag, FLUSHO)) {
980 if (!ISSET(tp->t_lflag, FLUSHO) && putc('\r', &tp->t_outq))
992 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq))
1351 ISSET(tp->t_lflag, FLUSHO)) {
1352 CLR(tp->t_lflag, FLUSHO);
2288 if (ISSET(tp->t_lflag, FLUSHO)) {
2314 * a hunk of data, look for FLUSHO so ^O's will take effect
2337 if (ISSET(tp->t_lflag, FLUSHO) ||
2364 if (ISSET(tp->t_lflag, FLUSHO) ||
2391 * This can only occur if FLUSHO is set in t_lflag,
2442 CLR(tp->t_lflag, FLUSHO);
2474 SET(tp->t_lflag, FLUSHO);
2479 CLR(tp->t_lflag, FLUSHO);
2565 CLR(tp->t_lflag, FLUSHO);