Home
last modified time | relevance | path

Searched refs:P_TOP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_z.c83 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
85 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
105 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
119 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
H A Dvs_refresh.c194 if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
201 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_paint()
365 if (vs_sm_fill(sp, 1, P_TOP)) in vs_paint()
371 top: if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
397 vs_sm_fill(sp, OOBLNO, P_TOP); in vs_paint()
H A Dvs_smap.c218 case P_TOP: in vs_sm_fill()
628 return (vs_sm_position(sp, rp, 0, P_TOP)); in vs_sm_up()
846 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_sm_down()
1142 case P_TOP: in vs_sm_position()
H A Dvi.h370 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; enumerator
H A Dv_scroll.c106 F_ISSET(vp, VC_C1SET) ? vp->count - 1 : 0, P_TOP)) in v_home()
H A Dvs_split.c409 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
426 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
H A Dv_txt.c2719 if (vs_sm_position(sp, &m, 0, P_TOP)) in txt_showmatch()