Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
Dv_itxt.c99 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ia()
154 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ii()
265 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
358 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
393 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_Replace()
427 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_subst()
Dv_right.c37 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_right()
118 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { in v_dollar()
Dv_ch.c152 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chf()
234 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chF()
Dv_xchar.c37 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
Dv_match.c50 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
Dgetc.c48 if (db_eget(sp, csp->cs_lno, (char **) &csp->cs_bp, &csp->cs_len, in cs_init()
Dv_increment.c79 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
Dv_paragraph.c172 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
Dv_ex.c499 if (db_eget(sp, sp->lno, NULL, &len, NULL)) { in v_ex_done()
Dvs_refresh.c467 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
/openbsd/src/usr.bin/vi/common/
Dutil.c80 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
Dline.c36 db_eget(SCR *sp, recno_t lno, char **pp, size_t *lenp, int *isemptyp) in db_eget() function
/openbsd/src/usr.bin/vi/include/
Dcom_extern.h29 int db_eget(SCR *, recno_t, char **, size_t *, int *);
/openbsd/src/usr.bin/vi/ex/
Dex_script.c297 if (db_eget(sp, lno, &p, &len, &isempty)) { in sscr_exec()