Searched refs:lnop_t (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/nvi2/common/ |
| HD | common.h | 66 typedef enum { LINE_APPEND, LINE_DELETE, LINE_INSERT, LINE_RESET } lnop_t; typedef
|
| HD | mark.c | 208 mark_insdel(SCR *sp, lnop_t op, recno_t lno) in mark_insdel()
|
| HD | 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()
|
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_global.c | 250 ex_g_insdel(SCR *sp, lnop_t op, recno_t lno) in ex_g_insdel()
|
| /dragonfly/usr.bin/vi/ |
| HD | ex_extern.h | 44 int ex_g_insdel(SCR *, lnop_t, recno_t);
|
| HD | common_extern.h | 60 int mark_insdel(SCR *, lnop_t, recno_t);
|
| HD | vi_extern.h | 129 int vs_change(SCR *, recno_t, lnop_t);
|
| /dragonfly/contrib/nvi2/vi/ |
| HD | vs_smap.c | 41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change()
|