Lines Matching refs:MAXLNUM
728 linenr_T first_lnum = MAXLNUM; in deleteFold()
1214 foldUpdate(wp, (linenr_T)1, (linenr_T)MAXLNUM); // will update all in checkupdate()
1307 linenr_T next = MAXLNUM; in setManualFoldWin()
1500 if (amount == MAXLNUM && line2 >= line1 && line2 - line1 >= -amount_after) in foldMarkAdjust()
1504 if ((State & INSERT) && amount == (linenr_T)1 && line2 == MAXLNUM) in foldMarkAdjust()
1528 if ((State & INSERT) && amount == (linenr_T)1 && line2 == MAXLNUM) in foldMarkAdjustRecurse()
1571 if (amount == MAXLNUM) in foldMarkAdjustRecurse()
1591 if (amount == MAXLNUM) in foldMarkAdjustRecurse()
1606 if (amount == MAXLNUM) in foldMarkAdjustRecurse()
2550 (linenr_T)0, (linenr_T)MAXLNUM, in foldUpdateIEMSRecurse()
2557 (linenr_T)MAXLNUM, in foldUpdateIEMSRecurse()
2639 (linenr_T)fp->fd_len, (linenr_T)MAXLNUM, in foldUpdateIEMSRecurse()
2640 (linenr_T)MAXLNUM, 0L); in foldUpdateIEMSRecurse()
2832 (linenr_T)MAXLNUM, (long)(fp2->fd_top - flp->lnum)); in foldUpdateIEMSRecurse()
2994 (linenr_T)MAXLNUM, (long)(fp->fd_top - bot - 1)); in foldRemove()
3062 foldRemove(&fp->fd_nested, end - fp->fd_top, MAXLNUM); in truncate_fold()
3096 fp->fd_top, MAXLNUM, -range_len); in foldMoveRange()
3132 fp->fd_top, MAXLNUM, -move_len); in foldMoveRange()