Lines Matching refs:history_pos
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()
285 if (scp->history_pos == sc_vtb_tail(scp->history)) in sc_hist_down_line()
287 scp->history_pos = sc_vtb_pos(scp->history, scp->history_pos, in sc_hist_down_line()