Lines Matching refs:lowest_marked
221 static linenr_T lowest_marked = 0; variable
2798 if (lowest_marked && lowest_marked > lnum) in ml_append_int()
2799 lowest_marked = lnum + 1; in ml_append_int()
3623 if (lowest_marked && lowest_marked > lnum) in ml_delete_int()
3624 lowest_marked--; in ml_delete_int()
3843 if (lowest_marked == 0 || lowest_marked > lnum) in ml_setmarked()
3844 lowest_marked = lnum; in ml_setmarked()
3877 for (lnum = lowest_marked; lnum <= curbuf->b_ml.ml_line_count; ) in ml_firstmarked()
3895 lowest_marked = lnum + 1; in ml_firstmarked()
3920 for (lnum = lowest_marked; lnum <= curbuf->b_ml.ml_line_count; ) in ml_clearmarked()
3941 lowest_marked = 0; in ml_clearmarked()