Home
last modified time | relevance | path

Searched refs:db_append (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/nvi2/common/
H A Dput.c82 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
96 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
209 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
212 if (db_append(sp, 1, lno, t, clen)) in put()
H A Dline.c253 db_append(SCR *sp, int update, recno_t lno, CHAR_T *p, size_t len) in db_append() function
/dflybsd-src/contrib/nvi2/ex/
H A Dex_append.c160 if (db_append(sp, 1, lno++, p, t - p)) in ex_aci()
166 db_append(sp, 1, lno++, NULL, 0)) in ex_aci()
251 if (db_append(sp, 1, lno++, tp->lb, tp->len)) in ex_aci()
H A Dex_script.c247 db_append(sp, 0, lline, wp, wlen)) in sscr_getprompt()
279 if (db_last(sp, &lline) || db_append(sp, 0, lline, wp, wlen)) { in sscr_getprompt()
466 if (db_append(sp, 1, lno++, wp, wlen)) in sscr_insert()
496 if (db_append(sp, 1, lno++, wp, wlen)) in sscr_insert()
H A Dex_move.c143 if (db_append(sp, 1, tl, bp, len)) in ex_move()
161 if (db_append(sp, 1, tl++, bp, len)) in ex_move()
H A Dex_read.c325 if (db_append(sp, 1, lno, wp, wlen)) in ex_readfp()
/dflybsd-src/contrib/nvi2/vi/
H A Dv_replace.c184 if (db_append(sp, 1, vp->m_start.lno, tp->lb, tp->len)) in v_replace()
H A Dv_itxt.c222 if (db_append(sp, 1, sp->lno, p, 0)) in io()
H A Dv_ex.c605 rval = db_append(ccl_sp, 0, lno, tp->lb, tp->len); in v_ecl_log()
H A Dv_txt.c2673 if (db_append(sp, 0, lno, tp->lb, tp->len) || in txt_resolve()
/dflybsd-src/usr.bin/vi/
H A Dcommon_extern.h38 int db_append(SCR *, int, recno_t, CHAR_T *, size_t);