Home
last modified time | relevance | path

Searched refs:DBG_FATAL (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/bsd/nvi/dist/common/
H A Ddelete.c70 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in del()
84 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len)) in del()
96 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len)) in del()
117 if (db_get(sp, fm->lno, DBG_FATAL, &p, NULL)) in del()
124 if (db_get(sp, tm->lno, DBG_FATAL, &p, &len)) in del()
H A Dexf.h76 #define DBG_FATAL 0x001 /* If DNE, error message. */ macro
H A Dput.c123 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in put()
H A Dcut.c251 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in cut_line()
H A Dsearch.c170 if (db_get(sp, fm->lno, DBG_FATAL, &l, &len)) in f_search()
H A Dapi.c259 if (db_get(sp, mp->lno, DBG_FATAL, NULL, &len)) in api_setcursor()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_mark.c128 if (db_get(sp, vp->m_stop.lno, DBG_FATAL, NULL, &len)) in mark()
237 if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in mark()
H A Dv_itxt.c229 if (db_get(sp, sp->lno, DBG_FATAL, &p, &len)) in io()
235 if (db_get(sp, ++sp->lno, DBG_FATAL, &p, &len)) in io()
348 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_change()
H A Dv_sentence.c180 --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in v_sentencef()
353 --vp->m_start.lno, DBG_FATAL, NULL, &len)) in v_sentenceb()
H A Dv_yank.c66 if (db_get(sp, vp->m_final.lno, DBG_FATAL, NULL, &len)) in v_yank()
H A Dv_delete.c79 if (db_get(sp, nlines, DBG_FATAL, NULL, &len)) in v_delete()
H A Dv_util.c74 if (db_get(sp, mp->lno, DBG_FATAL, NULL, &len)) in v_eol()
H A Dv_ulcase.c121 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in v_mulcase()
H A Dgetc.c178 --csp->cs_lno, DBG_FATAL, &csp->cs_bp, &csp->cs_len)) { in cs_prev()
H A Dv_match.c167 if (db_get(sp, mp->lno, DBG_FATAL, &p, &len)) in v_match()
H A Dv_section.c154 ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len)) in v_sectionf()
H A Dv_replace.c76 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_replace()
H A Dv_search.c564 if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in v_correct()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_move.c149 if (db_get(sp, fl, DBG_FATAL, &p, &len)) in ex_move()
167 if (db_get(sp, fl, DBG_FATAL, &p, &len)) in ex_move()
H A Dex_print.c135 if (db_get(sp, from, DBG_FATAL, &q, &len)) in ex_print()
191 if (db_get(sp, fp->lno, DBG_FATAL, &q, &len)) in ex_scprint()
H A Dex_shift.c100 if (db_get(sp, from, DBG_FATAL, &p, &len)) in shift()
H A Dex_global.c214 if (db_get(sp, start, DBG_FATAL, &dbp, &len)) in ex_g_setup()
H A Dex_write.c344 if (db_get(sp, fline, DBG_FATAL, &p, &len)) in ex_writefp()
H A Dex_subst.c509 if (db_get(sp, lno, DBG_FATAL, &st, &llen)) in s()
752 if (db_get(sp, lno, DBG_FATAL, &st, &llen)) in s()
H A Dex_script.c273 if (db_get(sp, last_lno, DBG_FATAL, __UNCONST(&wp), &wlen)) in sscr_exec()

12