/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | delete.c | 70 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 D | exf.h | 76 #define DBG_FATAL 0x001 /* If DNE, error message. */ macro
|
H A D | put.c | 123 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in put()
|
H A D | cut.c | 251 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in cut_line()
|
H A D | search.c | 170 if (db_get(sp, fm->lno, DBG_FATAL, &l, &len)) in f_search()
|
H A D | api.c | 259 if (db_get(sp, mp->lno, DBG_FATAL, NULL, &len)) in api_setcursor()
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_mark.c | 128 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 D | v_itxt.c | 229 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 D | v_sentence.c | 180 --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 D | v_yank.c | 66 if (db_get(sp, vp->m_final.lno, DBG_FATAL, NULL, &len)) in v_yank()
|
H A D | v_delete.c | 79 if (db_get(sp, nlines, DBG_FATAL, NULL, &len)) in v_delete()
|
H A D | v_util.c | 74 if (db_get(sp, mp->lno, DBG_FATAL, NULL, &len)) in v_eol()
|
H A D | v_ulcase.c | 121 if (db_get(sp, lno, DBG_FATAL, &p, &len)) in v_mulcase()
|
H A D | getc.c | 178 --csp->cs_lno, DBG_FATAL, &csp->cs_bp, &csp->cs_len)) { in cs_prev()
|
H A D | v_match.c | 167 if (db_get(sp, mp->lno, DBG_FATAL, &p, &len)) in v_match()
|
H A D | v_section.c | 154 ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len)) in v_sectionf()
|
H A D | v_replace.c | 76 if (db_get(sp, vp->m_start.lno, DBG_FATAL, &p, &len)) in v_replace()
|
H A D | v_search.c | 564 if (db_get(sp, --vp->m_stop.lno, DBG_FATAL, NULL, &len)) in v_correct()
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_move.c | 149 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 D | ex_print.c | 135 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 D | ex_shift.c | 100 if (db_get(sp, from, DBG_FATAL, &p, &len)) in shift()
|
H A D | ex_global.c | 214 if (db_get(sp, start, DBG_FATAL, &dbp, &len)) in ex_g_setup()
|
H A D | ex_write.c | 344 if (db_get(sp, fline, DBG_FATAL, &p, &len)) in ex_writefp()
|
H A D | ex_subst.c | 509 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 D | ex_script.c | 273 if (db_get(sp, last_lno, DBG_FATAL, __UNCONST(&wp), &wlen)) in sscr_exec()
|