Home
last modified time | relevance | path

Searched refs:LINE_APPEND (Results 1 – 5 of 5) 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.c214 case LINE_APPEND: in mark_insdel()
H A Dline.c314 return (scr_update(sp, lno, LINE_APPEND, update) || rval); in db_append()
/freebsd/contrib/nvi/vi/
H A Dvs_smap.c60 if (((op == LINE_APPEND && lno == 0) || in vs_change()
68 if (op == LINE_APPEND) { in vs_change()
84 case LINE_APPEND: in vs_change()
/freebsd/contrib/nvi/ex/
H A Dex_global.c257 if (op == LINE_APPEND) in ex_g_insdel()