Home
last modified time | relevance | path

Searched refs:w_firstline (Results 1 – 3 of 3) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dpopupwin.c331 --wp->w_firstline; in popup_set_firstline()
596 if (wp->w_firstline > 0) in popup_show_curline()
597 wp->w_firstline = wp->w_topline; in popup_show_curline()
663 if (wp->w_firstline < 0) in apply_general_options()
664 wp->w_firstline = -1; in apply_general_options()
969 wp->w_topline = wp->w_firstline; in apply_options()
1308 if (wp->w_firstline > 0) in popup_adjust_position()
1322 if (wp->w_firstline < 0) in popup_adjust_position()
1377 if (wp->w_firstline < 0) in popup_adjust_position()
1384 && (wp->w_firstline >= 0 in popup_adjust_position()
[all …]
H A Dpopupmenu.c908 curwin->w_firstline = 1; in pum_set_selected()
H A Dstructs.h3521 int w_firstline; // "firstline" for popup window member