Searched refs:lnop_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | common.h | 67 typedef enum { LINE_APPEND, LINE_DELETE, LINE_INSERT, LINE_RESET } lnop_t; typedef
|
H A D | mark.c | 208 mark_insdel(SCR *sp, lnop_t op, recno_t lno) in mark_insdel()
|
H A D | line.c | 25 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 D | extern.h | 78 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 D | ex_global.c | 251 ex_g_insdel(SCR *sp, lnop_t op, recno_t lno) in ex_g_insdel()
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_smap.c | 41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change()
|