Home
last modified time | relevance | path

Searched refs:vs_change (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_txt.c387 (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 Dvs_smap.c41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change() function
/freebsd/contrib/nvi/common/
H A Dline.c618 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 Dextern.h296 int vs_change(SCR *, recno_t, lnop_t);