Searched refs:scr_cursor (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | vs_msg.c | 98 (void)gp->scr_cursor(sp, &vip->busy_oldy, &vip->busy_oldx); in vs_busy() 104 (void)gp->scr_cursor(sp, ¬used, &vip->busy_fx); in vs_busy() 194 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_update() 313 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_msg() 512 gp->scr_cursor(sp, ¬used, &vip->lcontinue); in vs_output() 673 (void)gp->scr_cursor(csp, &oldy, &oldx); in vs_resolve()
|
H A D | vs_line.c | 96 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_line() 589 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_number()
|
H A D | vs_smap.c | 139 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); in vs_change() 802 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_deleteln() 1036 (void)gp->scr_cursor(sp, &oldy, &oldx); in vs_insertln()
|
H A D | vs_refresh.c | 598 fast: (void)gp->scr_cursor(sp, &y, ¬used); in vs_paint()
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | gs.h | 147 int (*scr_cursor) __P((SCR *, size_t *, size_t *)); member
|
/netbsd-src/external/bsd/nvi/dist/ip/ |
H A D | ip_main.c | 293 gp->scr_cursor = ip_cursor; in ip_func_std()
|
/netbsd-src/external/bsd/nvi/dist/cl/ |
H A D | cl_main.c | 438 gp->scr_cursor = cl_cursor; in cl_func_std()
|