Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/nvi/vi/
H A Dv_z.c87 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
89 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
109 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
123 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
H A Dvs_refresh.c197 if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
204 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_paint()
367 if (vs_sm_fill(sp, 1, P_TOP)) in vs_paint()
373 top: if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
399 vs_sm_fill(sp, OOBLNO, P_TOP); in vs_paint()
H A Dvs_smap.c222 case P_TOP: in vs_sm_fill()
632 return (vs_sm_position(sp, rp, 0, P_TOP)); in vs_sm_up()
850 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_sm_down()
1146 case P_TOP: in vs_sm_position()
H A Dvi.h372 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; enumerator
H A Dv_scroll.c110 F_ISSET(vp, VC_C1SET) ? vp->count - 1 : 0, P_TOP)) in v_home()
H A Dvs_split.c413 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
430 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
H A Dv_txt.c2743 if (vs_sm_position(sp, &m, 0, P_TOP)) in txt_showmatch()