Home
last modified time | relevance | path

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

12

/freebsd/contrib/nvi/common/
H A Ddelete.c61 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in del()
75 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len)) in del()
87 if (db_get(sp, fm->lno, DBG_FATAL, &p, &len)) in del()
108 if (db_get(sp, fm->lno, DBG_FATAL, &p, NULL)) in del()
115 if (db_get(sp, tm->lno, DBG_FATAL, &p, &len)) in del()
H A Dexf.h61 #define DBG_FATAL 0x001 /* If DNE, error message. */ macro
H A Dput.c114 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in put()
H A Dcut.c227 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in cut_line()
H A Dsearch.c162 if (db_get(sp, fm->lno, DBG_FATAL, &l, &len)) in f_search()
H A Dline.c155 err1: if (LF_ISSET(DBG_FATAL)) in db_get()
H A Dlog.c258 if (db_get(sp, lno, DBG_FATAL, &lp, &len)) in log_line()
/freebsd/contrib/nvi/vi/
H A Dv_mark.c119 if (db_get(sp, vp->m_stop.lno, DBG_FATAL, NULL, &len)) in mark()
215 if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in mark()
H A Dv_itxt.c218 if (db_get(sp, sp->lno, DBG_FATAL, &p, &len)) in io()
224 if (db_get(sp, ++sp->lno, DBG_FATAL, &p, &len)) in io()
337 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_change()
H A Dv_sentence.c170 --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in v_sentencef()
343 --vp->m_start.lno, DBG_FATAL, NULL, &len)) in v_sentenceb()
H A Dv_yank.c56 if (db_get(sp, vp->m_final.lno, DBG_FATAL, NULL, &len)) in v_yank()
H A Dv_delete.c69 if (db_get(sp, nlines, DBG_FATAL, NULL, &len)) in v_delete()
H A Dv_util.c64 if (db_get(sp, mp->lno, DBG_FATAL, NULL, &len)) in v_eol()
H A Dv_ulcase.c111 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in v_mulcase()
H A Dgetc.c168 --csp->cs_lno, DBG_FATAL, &csp->cs_bp, &csp->cs_len)) { in cs_prev()
H A Dv_match.c140 if (db_get(sp, mp->lno, DBG_FATAL, &p, &len)) in v_match()
H A Dv_section.c144 ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len)) in v_sectionf()
H A Dv_replace.c66 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_replace()
H A Dv_search.c532 if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in v_correct()
/freebsd/contrib/nvi/ex/
H A Dex_move.c139 if (db_get(sp, fl, DBG_FATAL, &p, &len)) in ex_move()
157 if (db_get(sp, fl, DBG_FATAL, &p, &len)) in ex_move()
H A Dex_print.c122 if (db_get(sp, from, DBG_FATAL, &p, &len)) in ex_print()
176 if (db_get(sp, fp->lno, DBG_FATAL, &p, &len)) in ex_scprint()
H A Dex_shift.c103 if (db_get(sp, from, DBG_FATAL, &p, &len)) in shift()
H A Dex_global.c207 if (db_get(sp, start, DBG_FATAL, &dbp, &len)) in ex_g_setup()
H A Dex_subst.c495 if (db_get(sp, lno, DBG_FATAL, &s, &llen)) in s()
740 if (db_get(sp, lno, DBG_FATAL, &s, &llen)) in s()
H A Dex_script.c309 if (db_get(sp, last_lno, DBG_FATAL, &wp, &wlen)) in sscr_exec()

12