Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfold.pro7 long foldedCount(win_T *win, linenr_T lnum, foldinfo_T *infop);
/vim-8.2.3635/src/
H A Dfold.c281 return foldedCount(win, lnum, NULL) != 0; in lineFolded()
294 foldedCount(win_T *win, linenr_T lnum, foldinfo_T *infop) in foldedCount() function
3811 fold_count = foldedCount(curwin, lnum, &foldinfo); in f_foldtextresult()
H A Ddrawscreen.c2422 fold_count = foldedCount(wp, lnum, &win_foldinfo); in win_update()
2508 fold_count = foldedCount(wp, lnum, &win_foldinfo); in win_update()
H A Dmisc1.c492 x = foldedCount(wp, first, NULL); in plines_m_win()
H A Dmove.c742 fold_count = foldedCount(wp, lnum, NULL); in curs_rows()