Symbol: DBG_FATAL
usr.bin/vi/common/cut.c
247
if (db_get(sp, lno, DBG_FATAL, &p, &len))
usr.bin/vi/common/delete.c
108
if (db_get(sp, fm->lno, DBG_FATAL, &p, NULL))
usr.bin/vi/common/delete.c
115
if (db_get(sp, tm->lno, DBG_FATAL, &p, &len))
usr.bin/vi/common/delete.c
62
if (db_get(sp, lno, DBG_FATAL, &p, &len))
usr.bin/vi/common/delete.c
76
if (db_get(sp, fm->lno, DBG_FATAL, &p, &len))
usr.bin/vi/common/delete.c
88
if (db_get(sp, fm->lno, DBG_FATAL, &p, &len))
usr.bin/vi/common/line.c
149
err1: if (LF_ISSET(DBG_FATAL))
usr.bin/vi/common/log.c
247
if (db_get(sp, lno, DBG_FATAL, &lp, &len))
usr.bin/vi/common/search.c
161
if (db_get(sp, fm->lno, DBG_FATAL, &l, &len))
usr.bin/vi/ex/ex_global.c
208
if (db_get(sp, start, DBG_FATAL, &dbp, &len))
usr.bin/vi/ex/ex_move.c
140
if (db_get(sp, fl, DBG_FATAL, &p, &len))
usr.bin/vi/ex/ex_move.c
158
if (db_get(sp, fl, DBG_FATAL, &p, &len))
usr.bin/vi/ex/ex_print.c
119
if (db_get(sp, from, DBG_FATAL, &p, &len))
usr.bin/vi/ex/ex_print.c
173
if (db_get(sp, fp->lno, DBG_FATAL, (char **)&p, &len))
usr.bin/vi/ex/ex_script.c
287
if (db_get(sp, last_lno, DBG_FATAL, &p, &last_len))
usr.bin/vi/ex/ex_shift.c
106
if (db_get(sp, from, DBG_FATAL, &p, &len))
usr.bin/vi/ex/ex_subst.c
493
if (db_get(sp, lno, DBG_FATAL, &s, &llen))
usr.bin/vi/ex/ex_subst.c
730
if (db_get(sp, lno, DBG_FATAL, &s, &llen))
usr.bin/vi/ex/ex_write.c
317
if (db_get(sp, fline, DBG_FATAL, &p, &len))
usr.bin/vi/vi/getc.c
171
--csp->cs_lno, DBG_FATAL, (char **) &csp->cs_bp,
usr.bin/vi/vi/v_delete.c
71
if (db_get(sp, nlines, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_itxt.c
220
if (db_get(sp, sp->lno, DBG_FATAL, &p, &len))
usr.bin/vi/vi/v_itxt.c
226
if (db_get(sp, ++sp->lno, DBG_FATAL, &p, &len))
usr.bin/vi/vi/v_itxt.c
338
if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len))
usr.bin/vi/vi/v_mark.c
193
if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_mark.c
99
if (db_get(sp, vp->m_stop.lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_match.c
160
if (db_get(sp, mp->lno, DBG_FATAL, &p, &len))
usr.bin/vi/vi/v_replace.c
67
if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len))
usr.bin/vi/vi/v_search.c
480
if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_section.c
145
ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_sentence.c
172
--vp->m_stop.lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_sentence.c
345
--vp->m_start.lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_txt.c
1755
if (db_get(sp, lno, DBG_FATAL, &t, &len))
usr.bin/vi/vi/v_txt.c
2849
TAILQ_FIRST(tiqh)->lno, DBG_FATAL | DBG_NOCACHE, &p, NULL))
usr.bin/vi/vi/v_ulcase.c
113
if (db_get(sp, lno, DBG_FATAL, (char **) &p, &len))
usr.bin/vi/vi/v_util.c
66
if (db_get(sp, mp->lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/v_yank.c
58
if (db_get(sp, vp->m_final.lno, DBG_FATAL, NULL, &len))
usr.bin/vi/vi/vi.c
1044
if (db_get(sp, sp->lno, DBG_FATAL, &p, &len))