/freebsd/contrib/nvi/common/ |
H A D | line.c | 145 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 D | log.c | 165 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 D | mark.h | 23 #define OOBLNO 0 /* Out-of-band line number. */ macro
|
H A D | msg.c | 441 sp->rptlchange = OOBLNO; in mod_rpt()
|
H A D | exf.c | 153 ep->c_lno = ep->c_nlines = OOBLNO; in file_init()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_itxt.c | 112 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 D | v_ex.c | 156 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 D | vs_refresh.c | 201 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 D | vs_smap.c | 219 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 D | vs_split.c | 409 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 D | vi.h | 296 #define VI_SCR_CFLUSH(vip) vip->ss_lno = OOBLNO
|
H A D | v_txt.c | 349 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 D | ex_txt.c | 209 OOBLNO, &ait, ait.ai, ntp)) in ex_txt() 214 OOBLNO, tp, tp->len, ntp)) in ex_txt()
|
H A D | ex_init.c | 267 ex_cinit(sp, &cmd, C_SOURCE, 0, OOBLNO, OOBLNO, 0); in ex_run_file()
|
H A D | ex_global.c | 176 ecp->range_lno = OOBLNO; in ex_g_setup()
|
H A D | ex_subst.c | 389 for (lno = OOBLNO; *s != '\0'; ++s) in s() 402 if (lno != OOBLNO) in s()
|
H A D | ex_tag.c | 60 ex_cinit(sp, &cmd, C_TAG, 0, OOBLNO, OOBLNO, 0); in ex_tag_first()
|
H A D | ex.c | 2131 AGV_GLOBAL | AGV_V) && ecp->range_lno != OOBLNO) { in ex_load()
|