Lines Matching refs:lvl_next
2115 int lvl_next; // level used for next line member
2192 fline.lvl_next = -1; in foldUpdateIEMS()
2223 fline.lvl = level - (fline.lvl - fline.lvl_next); in foldUpdateIEMS()
2225 fline.lvl = fline.lvl_next; in foldUpdateIEMS()
2257 fline.lvl_next = -1; in foldUpdateIEMS()
2349 fline.lvl = fline.lvl_next; in foldUpdateIEMS()
2745 flp->lvl = flp->lvl_next; in foldUpdateIEMSRecurse()
3321 flp->lvl_next = flp->lvl; in foldlevelExpr()
3330 flp->lvl_next = 0; in foldlevelExpr()
3332 flp->lvl_next = flp->lvl - n; in foldlevelExpr()
3333 flp->end = flp->lvl_next + 1; in foldlevelExpr()
3339 flp->lvl_next = n; in foldlevelExpr()
3344 case '<': flp->lvl_next = n - 1; in foldlevelExpr()
3349 case '=': flp->lvl_next = flp->lvl; in foldlevelExpr()
3356 flp->lvl_next = flp->lvl; in foldlevelExpr()
3358 flp->lvl_next = n; in foldlevelExpr()
3370 flp->lvl_next = 0; in foldlevelExpr()
3373 flp->lvl_next = 0; in foldlevelExpr()
3423 flp->lvl_next = flp->lvl; in foldlevelMarker()
3439 flp->lvl_next = n; in foldlevelMarker()
3449 ++flp->lvl_next; in foldlevelMarker()
3464 flp->lvl_next = n - 1; in foldlevelMarker()
3466 if (flp->lvl_next > start_lvl) in foldlevelMarker()
3467 flp->lvl_next = start_lvl; in foldlevelMarker()
3471 --flp->lvl_next; in foldlevelMarker()
3478 if (flp->lvl_next < 0) in foldlevelMarker()
3479 flp->lvl_next = 0; in foldlevelMarker()