Home
last modified time | relevance | path

Searched refs:scr_cursor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c89 (void)gp->scr_cursor(sp, &vip->busy_oldy, &vip->busy_oldx); in vs_busy()
95 (void)gp->scr_cursor(sp, &notused, &vip->busy_fx); in vs_busy()
186 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_update()
305 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_msg()
498 gp->scr_cursor(sp, &notused, &vip->lcontinue); in vs_output()
657 (void)gp->scr_cursor(csp, &oldy, &oldx); in vs_resolve()
H A Dvs_line.c86 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_line()
513 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_number()
H A Dvs_smap.c129 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); in vs_change()
792 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_deleteln()
1026 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_insertln()
H A Dvs_refresh.c570 fast: (void)gp->scr_cursor(sp, &y, &notused); in vs_paint()
/freebsd/contrib/nvi/common/
H A Dgs.h159 int (*scr_cursor)(SCR *, size_t *, size_t *); member
/freebsd/contrib/nvi/cl/
H A Dcl_main.c373 gp->scr_cursor = cl_cursor; in cl_func_std()