Lines Matching refs:b_ml
363 if (wp->w_topline < wp->w_buffer->b_ml.ml_line_count) in popup_handle_scrollbar_click()
586 else if (wp->w_topline > wp->w_buffer->b_ml.ml_line_count) in popup_show_curline()
587 wp->w_topline = wp->w_buffer->b_ml.ml_line_count; in popup_show_curline()
589 && wp->w_topline < wp->w_buffer->b_ml.ml_line_count in popup_show_curline()
956 if (wp->w_firstline > wp->w_buffer->b_ml.ml_line_count) in apply_options()
957 wp->w_cursor.lnum = wp->w_buffer->b_ml.ml_line_count; in apply_options()
1304 else if (wp->w_topline > wp->w_buffer->b_ml.ml_line_count) in popup_adjust_position()
1305 wp->w_topline = wp->w_buffer->b_ml.ml_line_count; in popup_adjust_position()
1315 lnum = wp->w_buffer->b_ml.ml_line_count; in popup_adjust_position()
1318 while (lnum >= 1 && lnum <= wp->w_buffer->b_ml.ml_line_count) in popup_adjust_position()
1378 : wp->w_buffer->b_ml.ml_line_count - lnum) in popup_adjust_position()
1387 && (wp->w_topline > 1 || lnum <= wp->w_buffer->b_ml.ml_line_count); in popup_adjust_position()
1467 wp->w_height = wp->w_buffer->b_ml.ml_line_count - wp->w_topline in popup_adjust_position()
1596 for (lnum = buf->b_ml.ml_line_count; lnum > 0; --lnum) in popup_set_buffer_text()
1625 ml_delete(buf->b_ml.ml_line_count); in popup_set_buffer_text()
2027 int height = buf->b_ml.ml_line_count + 3; in popup_create()
2408 && wp->w_cursor.lnum < wp->w_buffer->b_ml.ml_line_count) in f_popup_filter_menu()
3998 linenr_T linecount = wp->w_buffer->b_ml.ml_line_count; in update_popups()