Searched refs:db_eget (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/usr.bin/vi/vi/ |
| D | v_itxt.c | 99 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()
|
| D | v_right.c | 37 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()
|
| D | v_ch.c | 152 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()
|
| D | v_xchar.c | 37 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
|
| D | v_match.c | 50 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
|
| D | getc.c | 48 if (db_eget(sp, csp->cs_lno, (char **) &csp->cs_bp, &csp->cs_len, in cs_init()
|
| D | v_increment.c | 79 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
|
| D | v_paragraph.c | 172 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
|
| D | v_ex.c | 499 if (db_eget(sp, sp->lno, NULL, &len, NULL)) { in v_ex_done()
|
| D | vs_refresh.c | 467 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
|
| /openbsd/src/usr.bin/vi/common/ |
| D | util.c | 80 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
|
| D | line.c | 36 db_eget(SCR *sp, recno_t lno, char **pp, size_t *lenp, int *isemptyp) in db_eget() function
|
| /openbsd/src/usr.bin/vi/include/ |
| D | com_extern.h | 29 int db_eget(SCR *, recno_t, char **, size_t *, int *);
|
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_script.c | 297 if (db_eget(sp, lno, &p, &len, &isempty)) { in sscr_exec()
|