Home
last modified time | relevance | path

Searched refs:sc_vtb_tail (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/syscons/
HDschistory.c145 scp->history_pos = sc_vtb_tail(history); in sc_alloc_history_buffer()
176 pos = sc_vtb_tail(from); in copy_history()
181 sc_vtb_tail(to), in copy_history()
213 scp->history_pos = sc_vtb_tail(scp->history); in sc_hist_save()
222 if (scp->history_pos != sc_vtb_tail(scp->history)) { in sc_hist_restore()
223 scp->history_pos = sc_vtb_tail(scp->history); in sc_hist_restore()
230 sc_vtb_tail(scp->history), in sc_hist_restore()
256 scp->history_pos = sc_vtb_tail(scp->history); in sc_hist_home()
264 scp->history_pos = sc_vtb_pos(scp->history, sc_vtb_tail(scp->history), in sc_hist_end()
274 == sc_vtb_tail(scp->history)) in sc_hist_up_line()
[all …]
HDsyscons.h654 #define sc_vtb_tail(vtb) ((vtb)->vtb_tail) macro
HDsyscons.c446 scp->history_pos = sc_vtb_tail(scp->history); in sc_set_vesa_mode()
1027 hstp = scp->history->vtb_buffer + sc_vtb_tail(scp->history) * in sctty_ioctl()