Searched refs:P_TOP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | v_z.c | 87 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 D | vs_refresh.c | 197 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 D | vs_smap.c | 222 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 D | vi.h | 372 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; enumerator
|
| H A D | v_scroll.c | 110 F_ISSET(vp, VC_C1SET) ? vp->count - 1 : 0, P_TOP)) in v_home()
|
| H A D | vs_split.c | 413 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard() 430 vs_sm_fill(tsp, OOBLNO, P_TOP); in vs_discard()
|
| H A D | v_txt.c | 2743 if (vs_sm_position(sp, &m, 0, P_TOP)) in txt_showmatch()
|