Searched refs:history_pos (Results 1 – 3 of 3) sorted by relevance
144 scp->history_pos = sc_vtb_tail(history); in sc_alloc_history_buffer()146 scp->history_pos = 0; in sc_alloc_history_buffer()212 scp->history_pos = sc_vtb_tail(scp->history); in sc_hist_save()221 if (scp->history_pos != sc_vtb_tail(scp->history)) { in sc_hist_restore()222 scp->history_pos = sc_vtb_tail(scp->history); in sc_hist_restore()241 pos = scp->history_pos; in history_to_screen()255 scp->history_pos = sc_vtb_tail(scp->history); in sc_hist_home()263 scp->history_pos = sc_vtb_pos(scp->history, sc_vtb_tail(scp->history), in sc_hist_end()272 if (sc_vtb_pos(scp->history, scp->history_pos, -(scp->xsize*scp->ysize)) in sc_hist_up_line()275 scp->history_pos = sc_vtb_pos(scp->history, scp->history_pos, in sc_hist_up_line()[all …]
336 int history_pos; /* position shown on screen */ member
519 scp->history_pos = sc_vtb_tail(scp->history); in sc_set_vesa_mode()3683 scp->history_pos = 0; in init_scp()