Home
last modified time | relevance | path

Searched refs:FD_CLOSED (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dfold.c40 #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()
[all …]