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

/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_right.c41 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
122 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) {
H A Dv_itxt.c103 if (db_eget(sp, sp->lno, &p, &len, &isempty)) {
158 if (db_eget(sp, sp->lno, &p, &len, &isempty)) {
271 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
364 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
399 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
433 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_ch.c157 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
240 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_xchar.c41 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
H A Dgetc.c52 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) {
H A Dv_match.c67 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_increment.c85 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_paragraph.c172 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
H A Dv_ex.c480 if (db_eget(sp, sp->lno, NULL, &len, NULL)) {
H A Dvs_refresh.c443 if (db_eget(sp, LNO, &p, &len, &isempty)) {
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dutil.c89 if (db_eget(sp, lno, &p, &len, &isempty))
H A Dapi.c140 if (db_eget(sp, lno, linepp, lenp, &isempty)) {
H A Dextern.h37 int db_eget __P((SCR *, db_recno_t, CHAR_T **, size_t *, int *));
H A Ddb.c35 * db_eget --
38 * PUBLIC: int db_eget __P((SCR *, db_recno_t, CHAR_T **, size_t *, int *));
41 db_eget(SCR *sp, db_recno_t lno, CHAR_T **pp, size_t *lenp, int *isemptyp) function
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_script.c323 if (db_eget(sp, lno, &p, &len, &isempty)) {

Completed in 74 milliseconds