Searched refs:vs_change (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_txt.c | 387 (void)vs_change(sp, tp->lno, LINE_RESET); in v_txt() 660 if (vs_change(sp, tp->lno, LINE_RESET)) in v_txt() 723 if (vs_change(sp, tp->lno, LINE_RESET)) in v_txt() 821 if (vs_change(sp, tp->lno, LINE_INSERT)) in v_txt() 914 if (vs_change(sp, tp->lno, LINE_RESET)) in v_txt() 1368 vs_change(sp, tp->lno, LINE_RESET)) in v_txt() 1820 if (vs_change(sp, ntp->lno + 1, LINE_DELETE)) in txt_backup() 2288 return (vs_change(sp, tp->lno, LINE_RESET)); in txt_emark() 2666 (changed && vs_change(sp, tp->lno, LINE_RESET))) in txt_resolve() 2675 (changed && vs_change(sp, tp->lno, LINE_RESET))) in txt_resolve()
|
H A D | vs_smap.c | 41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change() function
|
/freebsd/contrib/nvi/common/ |
H A D | line.c | 618 if (vs_change(tsp, lno, op)) in scr_update() 620 return (current ? vs_change(sp, lno, op) : 0); in scr_update()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 296 int vs_change(SCR *, recno_t, lnop_t);
|