Home
last modified time | relevance | path

Searched refs:tty_oucol (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/s390/char/
Dtubttybld.c38 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()
[all …]
Dtubio.h256 int tty_oucol; /* Kludge */ member