Home
last modified time | relevance | path

Searched refs:db_eget (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_itxt.c97 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ia()
152 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ii()
264 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
357 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
392 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_Replace()
426 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_subst()
H A Dv_right.c35 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_right()
116 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { in v_dollar()
H A Dv_ch.c151 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chf()
243 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chF()
H A Dv_xchar.c35 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
H A Dgetc.c46 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) { in cs_init()
H A Dv_match.c59 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
H A Dv_increment.c78 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
H A Dv_paragraph.c171 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
H A Dv_ex.c467 if (db_eget(sp, sp->lno, NULL, &len, NULL)) { in v_ex_done()
H A Dvs_refresh.c462 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
/freebsd/contrib/nvi/common/
H A Dutil.c86 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
H A Dline.c34 db_eget(SCR *sp, in db_eget() function
/freebsd/contrib/nvi/ex/
H A Dex_script.c320 if (db_eget(sp, lno, &wp, &wlen, &isempty)) { in sscr_exec()
/freebsd/usr.bin/vi/
H A Dextern.h348 int db_eget(SCR *, recno_t, CHAR_T **, size_t *, int *);