Lines Matching refs:GEOM_COLS
104 tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area()
108 if (tubp->tty_oucol == GEOM_COLS) { in tty3270_update_log_area()
112 next = (tubp->tty_nextlogx + GEOM_COLS) / in tty3270_update_log_area()
113 GEOM_COLS * GEOM_COLS; in tty3270_update_log_area()
120 fill = (tubp->tty_nextlogx % GEOM_COLS) % 8; in tty3270_update_log_area()
299 next = quant[0] * GEOM_COLS + quant[1]; in tty3270_update_log_area_esc()
303 next = tubp->tty_nextlogx - GEOM_COLS * quant[i]; in tty3270_update_log_area_esc()
307 next = tubp->tty_nextlogx + GEOM_COLS * quant[i]; in tty3270_update_log_area_esc()
311 next = tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area_esc()
313 next = start + MIN(next + quant[i], GEOM_COLS - 1); in tty3270_update_log_area_esc()
317 next = MIN(quant[i], tubp->tty_nextlogx % GEOM_COLS); in tty3270_update_log_area_esc()
322 next = tubp->tty_nextlogx / GEOM_COLS * GEOM_COLS + quant[0]; in tty3270_update_log_area_esc()
327 tubp->tty_oucol = tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area_esc()
335 tubp->tty_nextlogx = (start - 1) * GEOM_COLS; in tty3270_update_log_area_esc()
355 end = (start + GEOM_COLS) / GEOM_COLS * GEOM_COLS; in tty3270_update_log_area_esc()
373 tubp->tty_oucol = tubp->tty_nextlogx % GEOM_COLS; in tty3270_update_log_area_esc()
583 tubp->tty_oucol = tubp->tty_nextlogx % GEOM_COLS; in tty3270_set_bufadr()