Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dput.c83 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
97 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
210 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
213 if (db_append(sp, 1, lno, t, clen)) in put()
H A Dline.c234 db_append(SCR *sp, int update, recno_t lno, char *p, size_t len) in db_append() function
/openbsd/usr.bin/vi/ex/
H A Dex_append.c161 if (db_append(sp, 1, lno++, p, t - p)) in ex_aci()
167 db_append(sp, 1, lno++, "", 0)) in ex_aci()
252 if (db_append(sp, 1, lno++, tp->lb, tp->len)) in ex_aci()
H A Dex_move.c144 if (db_append(sp, 1, tl, bp, len)) in ex_move()
162 if (db_append(sp, 1, tl++, bp, len)) in ex_move()
H A Dex_script.c233 db_append(sp, 0, lline, t, p - t)) in sscr_getprompt()
261 if (db_last(sp, &lline) || db_append(sp, 0, lline, buf, llen)) { in sscr_getprompt()
522 if (db_append(sp, 1, lno++, t, len)) in sscr_insert()
547 if (db_append(sp, 1, lno++, t, len)) in sscr_insert()
H A Dex_read.c325 if (db_append(sp, 1, lno, exp->ibp, len)) in ex_readfp()
/openbsd/usr.bin/vi/vi/
H A Dv_replace.c185 if (db_append(sp, 1, vp->m_start.lno, tp->lb, tp->len)) in v_replace()
H A Dv_itxt.c224 if (db_append(sp, 1, sp->lno, p, 0)) in io()
H A Dv_ex.c630 rval = db_append(sp, 0, lno, tp->lb, tp->len); in v_ecl_log()
H A Dv_txt.c2650 if (db_append(sp, 0, lno, tp->lb, tp->len) || in txt_resolve()
/openbsd/usr.bin/vi/include/
H A Dcom_extern.h32 int db_append(SCR *, int, recno_t, char *, size_t);