Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/vi/
Dv_itxt.c103 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)) {
Dv_right.c39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
122 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) {
Dv_ch.c160 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
246 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
Dv_xchar.c39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
Dv_match.c51 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
Dgetc.c50 if (db_eget(sp, csp->cs_lno, (char **) &csp->cs_bp, &csp->cs_len,
Dv_paragraph.c169 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
Dv_increment.c81 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
Dv_ex.c528 if (db_eget(sp, sp->lno, NULL, &len, NULL)) {
Dvs_refresh.c463 if (db_eget(sp, LNO, &p, &len, &isempty)) {
/mirbsd/src/usr.bin/vi/common/
Dutil.c88 if (db_eget(sp, lno, &p, &len, &isempty))
Dapi.c112 if (db_eget(sp, lno, linepp, lenp, &isempty)) {
Dline.c36 db_eget(sp, lno, pp, lenp, isemptyp) in db_eget() function
/mirbsd/src/usr.bin/vi/include/
Dcom_extern.h112 int db_eget(SCR *, recno_t, char **, size_t *, int *);
/mirbsd/src/usr.bin/vi/ex/
Dex_script.c319 if (db_eget(sp, lno, &p, &len, &isempty)) {