Searched refs:scr_update (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/nvi/common/ |
| H A D | line.c | 25 static int scr_update(SCR *, recno_t, lnop_t, int); 243 return (scr_update(sp, lno, LINE_DELETE, 1)); in db_delete() 314 return (scr_update(sp, lno, LINE_APPEND, update) || rval); in db_append() 377 return (scr_update(sp, lno, LINE_INSERT, 1) || rval); in db_insert() 433 return (scr_update(sp, lno, LINE_RESET, 1)); in db_set() 606 scr_update(SCR *sp, recno_t lno, lnop_t op, int current) in scr_update() function
|