Home
last modified time | relevance | path

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

/src/contrib/nvi/ex/
H A Dex_append.c159 if (db_append(sp, 1, lno++, p, t - p)) in ex_aci()
164 db_append(sp, 1, lno++, NULL, 0)) in ex_aci()
183 if (db_append(sp, 1, lno++, NULL, 0)) in ex_aci()
252 if (db_append(sp, 1, lno++, tp->lb, tp->len)) in ex_aci()
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_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_read.c325 if (db_append(sp, 1, lno, wp, wlen)) in ex_readfp()
/src/contrib/nvi/common/
H A Dput.c85 if (db_append(sp, 1, lno, tp->lb, in put()
104 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
224 if (db_append(sp, 1, lno, tp->lb, tp->len)) in put()
227 if (db_append(sp, 1, lno, t, clen)) in put()
H A Dextern.h38 int db_append(SCR *, int, recno_t, CHAR_T *, size_t);
H A Dline.c253 db_append(SCR *sp, int update, recno_t lno, CHAR_T *p, size_t len) in db_append() function
/src/contrib/nvi/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.c2674 if (db_append(sp, 0, lno, tp->lb, tp->len) || in txt_resolve()
/src/usr.bin/vi/
H A Dcommon_extern.h38 int db_append(SCR *, int, recno_t, CHAR_T *, size_t);