Searched refs:db_eget (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dv_right.c39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
120 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) {
H A Dv_itxt.c101 if (db_eget(sp, sp->lno, &p, &len, &isempty)) {
156 if (db_eget(sp, sp->lno, &p, &len, &isempty)) {
268 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
361 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
396 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
430 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_ch.c155 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
238 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_xchar.c39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
H A Dgetc.c50 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) {
H A Dv_match.c63 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_increment.c82 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_paragraph.c169 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_ex.c471 if (db_eget(sp, sp->lno, NULL, &len, NULL)) {
H A Dvs_refresh.c462 if (db_eget(sp, LNO, &p, &len, &isempty)) {
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.c96 if (db_eget(sp, lno, &p, &len, &isempty))
H A Dextern.h35 int db_eget(SCR *, recno_t, CHAR_T **, size_t *, int *);
H A Dline.c32 * db_eget --
35 * PUBLIC: int db_eget(SCR *, recno_t, CHAR_T **, size_t *, int *);
38 db_eget( function
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c322 if (db_eget(sp, lno, &wp, &wlen, &isempty)) {

Completed in 181 milliseconds