Home
last modified time | relevance | path

Searched refs:lnop_t (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; typedef
H A Dmark.c208 mark_insdel(SCR *sp, lnop_t op, recno_t lno) in mark_insdel()
H A Dline.c25 static int scr_update(SCR *, recno_t, lnop_t, int);
606 scr_update(SCR *sp, recno_t lno, lnop_t op, int current) in scr_update()
/freebsd/usr.bin/vi/
H A Dextern.h78 int ex_g_insdel(SCR *, lnop_t, recno_t);
296 int vs_change(SCR *, recno_t, lnop_t);
373 int mark_insdel(SCR *, lnop_t, recno_t);
/freebsd/contrib/nvi/ex/
H A Dex_global.c251 ex_g_insdel(SCR *sp, lnop_t op, recno_t lno) in ex_g_insdel()
/freebsd/contrib/nvi/vi/
H A Dvs_smap.c41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change()