Searched refs:nextdisp (Results 1 – 10 of 10) sorted by relevance
49 sp->nextdisp = TAILQ_NEXT(sp, q); in v_screen()54 sp->nextdisp = TAILQ_FIRST(sp->gp->dq); in v_screen()56 F_SET(sp->nextdisp, SC_STATUS); in v_screen()
533 sp->nextdisp = new; in v_ecl()564 sp->nextdisp = sp->ccl_parent; in v_ecl_exec()
688 sp->nextdisp = nsp; in vs_bg()726 sp->nextdisp = nsp; in vs_swap()
377 sp = sp->nextdisp; in vi()
55 sp->nextdisp = nsp; in ex_fg()
151 sp->nextdisp = new; in ex_N_edit()
159 sp->nextdisp = new; in ex_N_next()
291 sp->nextdisp = new; in ex_tag_Nswitch()753 sp = sp->nextdisp; in tagq_push()
546 sp = sp->nextdisp; in cscope_find()
39 SCR *nextdisp; /* Next display screen. */ member