Home
last modified time | relevance | path

Searched refs:OOBLNO (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dline.c145 ep->c_lno = OOBLNO; in db_get()
233 ep->c_lno = OOBLNO; in db_delete()
234 if (ep->c_nlines != OOBLNO) in db_delete()
285 ep->c_lno = OOBLNO; in db_append()
286 if (ep->c_nlines != OOBLNO) in db_append()
357 ep->c_lno = OOBLNO; in db_insert()
358 if (ep->c_nlines != OOBLNO) in db_insert()
422 ep->c_lno = OOBLNO; in db_set()
453 if (lno == OOBLNO) in db_exist()
460 if (ep->c_nlines != OOBLNO) in db_exist()
[all …]
H A Dlog.c165 if (ep->l_cursor.lno == OOBLNO) { in log_cursor()
237 if (ep->l_cursor.lno != OOBLNO) { in log_line()
240 ep->l_cursor.lno = OOBLNO; in log_line()
326 if (ep->l_cursor.lno != OOBLNO) { in log_mark()
329 ep->l_cursor.lno = OOBLNO; in log_mark()
H A Dmark.h23 #define OOBLNO 0 /* Out-of-band line number. */ macro
H A Dmsg.c441 sp->rptlchange = OOBLNO; in mod_rpt()
H A Dexf.c153 ep->c_lno = ep->c_nlines = OOBLNO; in file_init()
/freebsd/contrib/nvi/vi/
H A Dv_itxt.c112 0, OOBLNO, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags)); in v_ia()
161 0, OOBLNO, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags)); in v_ii()
209 ai_line = OOBLNO; in io()
312 0, OOBLNO, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags)); in v_change()
368 0, OOBLNO, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags); in v_change()
406 0, OOBLNO, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags)); in v_Replace()
448 return (v_txt(sp, vp, &vp->m_stop, p, len, 0, OOBLNO, 1, flags)); in v_subst()
H A Dv_ex.c156 ex_cinit(sp, &cmd, C_STOP, 0, OOBLNO, OOBLNO, 0); in v_suspend()
188 ex_cinit(sp, &cmd, C_EDIT, 0, OOBLNO, OOBLNO, 0); in v_switch()
205 ex_cinit(sp, &cmd, C_TAG, 0, OOBLNO, 0, 0); in v_tagpush()
221 ex_cinit(sp, &cmd, C_TAGPOP, 0, OOBLNO, 0, 0); in v_tagpop()
H A Dvs_refresh.c201 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_paint()
397 vs_sm_fill(sp, OOBLNO, P_TOP); in vs_paint()
407 vs_sm_fill(sp, OOBLNO, P_BOTTOM); in vs_paint()
H A Dvs_smap.c219 if (lno != OOBLNO) { in vs_sm_fill()
258 if (lno != OOBLNO) { in vs_sm_fill()
626 if (vs_sm_fill(sp, OOBLNO, P_BOTTOM)) in vs_sm_up()
846 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_sm_down()
H A Dvs_split.c409 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
412 vs_sm_fill(tsp, OOBLNO, P_BOTTOM); in vs_discard()
426 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
H A Dvi.h296 #define VI_SCR_CFLUSH(vip) vip->ss_lno = OOBLNO
H A Dv_txt.c349 if (LF_ISSET(TXT_AUTOINDENT) && ai_line != OOBLNO) { in v_txt()
778 if (v_txt_auto(sp, OOBLNO, &ait, ait.ai, ntp)) in v_txt()
782 if (v_txt_auto(sp, OOBLNO, tp, tp->cno, ntp)) in v_txt()
1981 ex_cinit(sp, &cmd, 0, 0, OOBLNO, OOBLNO, 0); in txt_fc()
/freebsd/contrib/nvi/ex/
H A Dex_txt.c209 OOBLNO, &ait, ait.ai, ntp)) in ex_txt()
214 OOBLNO, tp, tp->len, ntp)) in ex_txt()
H A Dex_init.c267 ex_cinit(sp, &cmd, C_SOURCE, 0, OOBLNO, OOBLNO, 0); in ex_run_file()
H A Dex_global.c176 ecp->range_lno = OOBLNO; in ex_g_setup()
H A Dex_subst.c389 for (lno = OOBLNO; *s != '\0'; ++s) in s()
402 if (lno != OOBLNO) in s()
H A Dex_tag.c60 ex_cinit(sp, &cmd, C_TAG, 0, OOBLNO, OOBLNO, 0); in ex_tag_first()
H A Dex.c2131 AGV_GLOBAL | AGV_V) && ecp->range_lno != OOBLNO) { in ex_load()