Lines Matching refs:tty_oucol
38 tubp->tty_oucol = tubp->tty_nextlogx = 0; in tty3270_clear_log_area()
95 tubp->tty_oucol++; in tty3270_update_log_area()
108 if (tubp->tty_oucol == GEOM_COLS) { in tty3270_update_log_area()
109 tubp->tty_oucol = 0; in tty3270_update_log_area()
115 tubp->tty_oucol = 0; in tty3270_update_log_area()
126 tubp->tty_oucol++; in tty3270_update_log_area()
327 tubp->tty_oucol = tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area_esc()
336 tubp->tty_oucol = 0; in tty3270_update_log_area_esc()
373 tubp->tty_oucol = tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area_esc()
528 tubp->tty_oucol = tubp->tty_nextlogx = 0; in tty3270_build()
583 tubp->tty_oucol = tubp->tty_nextlogx % GEOM_COLS; in tty3270_set_bufadr()