/freebsd/contrib/nvi/vi/ |
H A D | v_itxt.c | 97 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 D | v_right.c | 35 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 D | v_ch.c | 151 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 D | v_xchar.c | 35 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
|
H A D | getc.c | 46 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) { in cs_init()
|
H A D | v_match.c | 59 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
|
H A D | v_increment.c | 78 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
|
H A D | v_paragraph.c | 171 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
|
H A D | v_ex.c | 467 if (db_eget(sp, sp->lno, NULL, &len, NULL)) { in v_ex_done()
|
H A D | vs_refresh.c | 462 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
|
/freebsd/contrib/nvi/common/ |
H A D | util.c | 86 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
|
H A D | line.c | 34 db_eget(SCR *sp, in db_eget() function
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_script.c | 320 if (db_eget(sp, lno, &wp, &wlen, &isempty)) { in sscr_exec()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 348 int db_eget(SCR *, recno_t, CHAR_T **, size_t *, int *);
|