Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dcommon.h66 typedef enum { LINE_APPEND, LINE_DELETE, LINE_INSERT, LINE_RESET } lnop_t; enumerator
H A Dmark.c253 case LINE_RESET: in mark_insdel()
H A Dline.c433 return (scr_update(sp, lno, LINE_RESET, 1)); in db_set()
/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()
914 if (vs_change(sp, tp->lno, LINE_RESET)) in v_txt()
1368 vs_change(sp, tp->lno, LINE_RESET)) in v_txt()
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.c64 op = LINE_RESET; in vs_change()
101 case LINE_RESET: in vs_change()
146 case LINE_RESET: in vs_change()
/freebsd/contrib/nvi/ex/
H A Dex_global.c260 if (op == LINE_RESET) in ex_g_insdel()