Lines Matching refs:FD_CLOSED
40 #define FD_CLOSED 1 // fold is closed macro
632 else if (fp->fd_flags == FD_CLOSED) in foldCreate()
696 fp->fd_flags = FD_CLOSED; in foldCreate()
1339 fp->fd_flags = FD_CLOSED; in setManualFoldWin()
1350 if (fp->fd_flags != FD_CLOSED) in setManualFoldWin()
1353 fp->fd_flags = FD_CLOSED; in setManualFoldWin()
1356 else if (fp->fd_flags == FD_CLOSED) in setManualFoldWin()
1381 found->fd_flags = FD_CLOSED; in setManualFoldWin()
1686 else if (fp->fd_flags == FD_CLOSED) in check_closed()
3600 if (fp->fd_flags == FD_CLOSED) in put_foldopen_recurse()
3612 if ((fp->fd_flags == FD_CLOSED && wp->w_p_fdl >= level) in put_foldopen_recurse()
3613 || (fp->fd_flags != FD_CLOSED && wp->w_p_fdl < level)) in put_foldopen_recurse()
3635 fp->fd_flags == FD_CLOSED ? 'c' : 'o') < 0 in put_fold_open_close()