Searched refs:db_eget (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/usr.bin/vi/vi/ |
| D | v_itxt.c | 103 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { 162 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { 282 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 375 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 412 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 448 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
|
| D | v_right.c | 39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { 122 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) {
|
| D | v_ch.c | 160 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 246 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
|
| D | v_xchar.c | 39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
|
| D | v_match.c | 51 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
|
| D | getc.c | 50 if (db_eget(sp, csp->cs_lno, (char **) &csp->cs_bp, &csp->cs_len,
|
| D | v_paragraph.c | 169 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
|
| D | v_increment.c | 81 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
|
| D | v_ex.c | 528 if (db_eget(sp, sp->lno, NULL, &len, NULL)) {
|
| D | vs_refresh.c | 463 if (db_eget(sp, LNO, &p, &len, &isempty)) {
|
| /mirbsd/src/usr.bin/vi/common/ |
| D | util.c | 88 if (db_eget(sp, lno, &p, &len, &isempty))
|
| D | api.c | 112 if (db_eget(sp, lno, linepp, lenp, &isempty)) {
|
| D | line.c | 36 db_eget(sp, lno, pp, lenp, isemptyp) in db_eget() function
|
| /mirbsd/src/usr.bin/vi/include/ |
| D | com_extern.h | 112 int db_eget(SCR *, recno_t, char **, size_t *, int *);
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_script.c | 319 if (db_eget(sp, lno, &p, &len, &isempty)) {
|