Searched refs:P_TOP (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_z.c | 83 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 D | vs_refresh.c | 194 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 D | vs_smap.c | 218 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 D | v_scroll.c | 106 F_ISSET(vp, VC_C1SET) ? vp->count - 1 : 0, P_TOP)) in v_home()
|
H A D | vi.h | 370 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; enumerator
|
H A D | vs_split.c | 409 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard() 426 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
|
H A D | v_txt.c | 2719 if (vs_sm_position(sp, &m, 0, P_TOP)) in txt_showmatch()
|