Searched refs:t_cursor (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/teken/
H A Dteken_subr.h94 teken_assert(t->t_cursor.tp_row <= t->t_winsize.tp_row);
161 (t->t_cursor.tp_row - t->t_originreg.ts_begin) + 1,
162 t->t_cursor.tp_col + 1);
188 t->t_cursor.tp_row = t->t_cursor.tp_col = 0;
206 if (t->t_cursor.tp_col == 0) {
207 if (t->t_cursor.tp_row == t->t_originreg.ts_begin)
209 t->t_cursor.tp_row--;
210 t->t_cursor.tp_col = t->t_winsize.tp_col - 1;
212 t->t_cursor
[all...]
H A Dteken.c84 teken_assert(t->t_cursor.tp_row < t->t_winsize.tp_row);
85 teken_assert(t->t_cursor.tp_col < t->t_winsize.tp_col);
87 t->t_funcs->tf_cursor(t->t_softc, &t->t_cursor);
231 teken_assert(t->t_cursor.tp_row >= t->t_originreg.ts_begin);
232 teken_assert(t->t_cursor.tp_row < t->t_originreg.ts_end);
233 teken_assert(t->t_cursor.tp_row < t->t_winsize.tp_row);
234 teken_assert(t->t_cursor.tp_col < t->t_winsize.tp_col);
294 return (&t->t_cursor);
305 t->t_cursor = *p;
352 if (t->t_cursor
[all...]
H A Dteken.h132 teken_pos_t t_cursor; member in struct:__teken

Completed in 109 milliseconds