Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfold.pro4 int hasFolding(linenr_T lnum, linenr_T *firstp, linenr_T *lastp);
5 int hasFoldingWin(win_T *win, linenr_T lnum, linenr_T *firstp, linenr_T *lastp, int cache, foldinfo…
/vim-8.2.3635/src/
H A Dfold.c130 hasFolding(linenr_T lnum, linenr_T *firstp, linenr_T *lastp) in hasFolding() argument
132 return hasFoldingWin(curwin, lnum, firstp, lastp, TRUE, NULL); in hasFolding()
140 linenr_T *firstp, in hasFoldingWin() argument
235 if (firstp != NULL) in hasFoldingWin()
236 *firstp = first; in hasFoldingWin()