Symbol: db_eget
usr.bin/vi/common/put.c
122
if (db_eget(sp, lno, &p, &len, &isempty)) {
usr.bin/vi/common/util.c
80
if (db_eget(sp, lno, &p, &len, &isempty))
usr.bin/vi/ex/ex_script.c
297
if (db_eget(sp, lno, &p, &len, &isempty)) {
usr.bin/vi/include/com_extern.h
29
int db_eget(SCR *, recno_t, char **, size_t *, int *);
usr.bin/vi/vi/getc.c
48
if (db_eget(sp, csp->cs_lno, (char **) &csp->cs_bp, &csp->cs_len,
usr.bin/vi/vi/v_ch.c
152
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_ch.c
234
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_ex.c
499
if (db_eget(sp, sp->lno, NULL, &len, NULL)) {
usr.bin/vi/vi/v_increment.c
79
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_itxt.c
154
if (db_eget(sp, sp->lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_itxt.c
265
db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_itxt.c
358
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_itxt.c
393
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_itxt.c
427
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_itxt.c
99
if (db_eget(sp, sp->lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_match.c
50
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_paragraph.c
172
if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
usr.bin/vi/vi/v_right.c
118
if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) {
usr.bin/vi/vi/v_right.c
37
if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
usr.bin/vi/vi/v_xchar.c
37
if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
usr.bin/vi/vi/vs_refresh.c
467
if (db_eget(sp, LNO, &p, &len, &isempty)) {