Home
last modified time | relevance | path

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

/netbsd/external/bsd/nvi/dist/vi/
H A Dv_z.c93 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
95 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
115 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
129 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
H A Dvs_refresh.c180 if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
187 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_paint()
350 if (vs_sm_fill(sp, 1, P_TOP)) in vs_paint()
356 top: if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
382 vs_sm_fill(sp, OOBLNO, P_TOP); in vs_paint()
H A Dvs_smap.c228 case P_TOP: in vs_sm_fill()
638 return (vs_sm_position(sp, rp, 0, P_TOP)); in vs_sm_up()
856 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_sm_down()
1152 case P_TOP: in vs_sm_position()
H A Dv_scroll.c116 F_ISSET(vp, VC_C1SET) ? vp->count - 1 : 0, P_TOP)) in v_home()
H A Dvi.h372 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; enumerator
H A Dvs_split.c418 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
435 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
H A Dv_event.c62 if (vs_sm_fill(sp, vp->ev.e_lno, P_TOP)) in v_c_settop()
H A Dv_txt.c2751 if (vs_sm_position(sp, &m, 0, P_TOP)) in txt_showmatch()