Searched refs:t_winsize (Results 1 – 6 of 6) sorted by relevance
94 teken_assert(t->t_cursor.tp_row <= t->t_winsize.tp_row); in teken_subr_do_scroll()95 teken_assert(t->t_scrollreg.ts_end <= t->t_winsize.tp_row); in teken_subr_do_scroll()107 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()120 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()131 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()144 tr.tr_end.tp_col = t->t_winsize.tp_col; in teken_subr_do_scroll()190 t->t_scrollreg.ts_end = t->t_winsize.tp_row; in teken_subr_alignment_test()197 tr.tr_end = t->t_winsize; in teken_subr_alignment_test()210 t->t_cursor.tp_col = t->t_winsize.tp_col - 1; in teken_subr_backspace()288 if (t->t_cursor.tp_col + ncols >= t->t_winsize.tp_col) in teken_subr_cursor_forward()[all …]
91 teken_assert(t->t_cursor.tp_row < t->t_winsize.tp_row); in teken_funcs_cursor()92 teken_assert(t->t_cursor.tp_col < t->t_winsize.tp_col); in teken_funcs_cursor()103 teken_assert(p->tp_row < t->t_winsize.tp_row); in teken_funcs_putchar()104 teken_assert(p->tp_col < t->t_winsize.tp_col); in teken_funcs_putchar()116 teken_assert(r->tr_end.tp_row <= t->t_winsize.tp_row); in teken_funcs_fill()118 teken_assert(r->tr_end.tp_col <= t->t_winsize.tp_col); in teken_funcs_fill()129 teken_assert(r->tr_end.tp_row <= t->t_winsize.tp_row); in teken_funcs_copy()131 teken_assert(r->tr_end.tp_col <= t->t_winsize.tp_col); in teken_funcs_copy()132 teken_assert(p->tp_row + (r->tr_end.tp_row - r->tr_begin.tp_row) <= t->t_winsize.tp_row); in teken_funcs_copy()133 teken_assert(p->tp_col + (r->tr_end.tp_col - r->tr_begin.tp_col) <= t->t_winsize.tp_col); in teken_funcs_copy()[all …]
147 teken_pos_t t_winsize; member
1640 if (memcmp(&tp->t_winsize, wsz, sizeof(*wsz)) == 0) in tty_set_winsize()1642 tp->t_winsize = *wsz; in tty_set_winsize()1965 *(struct winsize*)data = tp->t_winsize; in tty_generic_ioctl()2415 tp->t_winsize.ws_row, tp->t_winsize.ws_col, in DB_SHOW_COMMAND()2416 tp->t_winsize.ws_xpixel, tp->t_winsize.ws_ypixel); in DB_SHOW_COMMAND()
111 struct winsize t_winsize; /* (t) Window size. */ member
753 if (!tp->t_winsize.ws_col && !tp->t_winsize.ws_row) { in sctty_open()754 tp->t_winsize.ws_col = scp->xsize; in sctty_open()755 tp->t_winsize.ws_row = scp->ysize; in sctty_open()