Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
Dv_z.c85 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
87 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
107 if (vs_sm_position(sp, &vp->m_final, 0, P_TOP)) in v_z()
121 if (vs_sm_fill(sp, lno, P_TOP)) in v_z()
Dvs_refresh.c191 if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
206 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_paint()
370 if (vs_sm_fill(sp, 1, P_TOP)) in vs_paint()
376 top: if (vs_sm_fill(sp, LNO, P_TOP)) in vs_paint()
402 vs_sm_fill(sp, OOBLNO, P_TOP); in vs_paint()
Dvs_smap.c215 case P_TOP: in vs_sm_fill()
615 return (vs_sm_position(sp, rp, 0, P_TOP)); in vs_sm_up()
826 if (vs_sm_fill(sp, OOBLNO, P_TOP)) in vs_sm_down()
1115 case P_TOP: in vs_sm_position()
Dvi.h363 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; enumerator
Dv_scroll.c109 F_ISSET(vp, VC_C1SET) ? vp->count - 1 : 0, P_TOP)) in v_home()
Dvs_split.c264 vs_sm_fill(sp, OOBLNO, P_TOP); in vs_discard()
Dv_txt.c2692 if (vs_sm_position(sp, &m, 0, P_TOP)) in txt_showmatch()