| /vim-8.2.3635/src/ |
| H A D | move.c | 275 (void)hasFolding(lnum, NULL, &lnum); in update_topline() 337 (void)hasFolding(loff.lnum, NULL, &loff.lnum); in update_topline() 379 (void)hasFolding(lnum, &lnum, NULL); in update_topline() 1454 (void)hasFolding(lnum, NULL, &lnum); in scrollup() 1698 if (hasFolding(lp->lnum, &lp->lnum, NULL)) in topline_back() 1734 if (hasFolding(lp->lnum, NULL, &lp->lnum)) in botline_forw() 1839 if (hasFolding(top, &top, NULL)) in scroll_cursor_top() 1849 if (hasFolding(bot, NULL, &bot)) in scroll_cursor_top() 2323 if (hasFolding(botline, &botline, NULL)) in cursor_correct() 2333 if (hasFolding(topline, NULL, &topline)) in cursor_correct() [all …]
|
| H A D | textobject.c | 198 if (first && hasFolding(curr, &fold_first, &fold_last)) in findpar() 377 if (hasFolding(curwin->w_cursor.lnum, NULL, &curwin->w_cursor.lnum)) in fwd_word() 442 if (hasFolding(curwin->w_cursor.lnum, &curwin->w_cursor.lnum, NULL)) in bck_word() 509 if (hasFolding(curwin->w_cursor.lnum, NULL, &curwin->w_cursor.lnum)) in end_word()
|
| H A D | normal.c | 1838 (void)hasFolding(top, &top, NULL); in clear_showcmd() 1839 (void)hasFolding(bot, NULL, &bot); in clear_showcmd() 2589 && !hasFolding(curwin->w_cursor.lnum, NULL, NULL) in nv_screengo() 2603 (void)hasFolding(curwin->w_cursor.lnum, in nv_screengo() 2627 && !hasFolding(curwin->w_cursor.lnum, NULL, NULL) in nv_screengo() 2637 (void)hasFolding(curwin->w_cursor.lnum, NULL, in nv_screengo() 3935 (void)hasFolding(curwin->w_cursor.lnum, in nv_scroll() 3972 if (hasFolding(curwin->w_topline + n, NULL, &lnum)) in nv_scroll() 3989 (void)hasFolding(lnum, NULL, &lnum); in nv_scroll() 6468 (void)hasFolding(curwin->w_cursor.lnum, in n_opencmd() [all …]
|
| H A D | fold.c | 130 hasFolding(linenr_T lnum, linenr_T *firstp, linenr_T *lastp) in hasFolding() function 407 (void)hasFolding(lnum, NULL, &lnum_next); in opFoldRange() 412 (void)hasFolding(lnum, NULL, &lnum_next); in opFoldRange() 1072 if (hasFolding(start->lnum, &start->lnum, NULL)) in foldAdjustVisual() 1074 if (hasFolding(end->lnum, NULL, &end->lnum)) in foldAdjustVisual() 1093 (void)hasFolding(curwin->w_cursor.lnum, &curwin->w_cursor.lnum, NULL); in foldAdjustCursor()
|
| H A D | edit.c | 546 if (hasFolding(curwin->w_topline, NULL, &old_topline)) in edit() 2771 (void)hasFolding(lnum, &lnum, NULL); in cursor_up() 2783 (void)hasFolding(lnum, &lnum, NULL); in cursor_up() 2818 (void)hasFolding(lnum, NULL, &lnum); in cursor_down() 2837 if (hasFolding(lnum, NULL, &last)) in cursor_down()
|
| H A D | ops.c | 3672 if (hasFolding(oap->start.lnum, &oap->start.lnum, NULL)) in do_pending_operator() 3676 && hasFolding(curwin->w_cursor.lnum, NULL, in do_pending_operator() 3695 if (hasFolding(curwin->w_cursor.lnum, &curwin->w_cursor.lnum, in do_pending_operator() 3698 if (hasFolding(oap->start.lnum, NULL, &oap->start.lnum)) in do_pending_operator()
|
| H A D | mouse.c | 1868 (void)hasFolding(curwin->w_topline, &curwin->w_topline, NULL); in jump_to_mouse() 1905 if (hasFolding(curwin->w_topline, NULL, &curwin->w_topline) in jump_to_mouse()
|
| H A D | register.c | 1730 (void)hasFolding(lnum, &lnum, NULL); in do_put() 1732 (void)hasFolding(lnum, NULL, &lnum); in do_put()
|
| H A D | search.c | 1280 if (hasFolding(pos.lnum, NULL, &pos.lnum)) in do_search() 1285 if (hasFolding(pos.lnum, &pos.lnum, NULL)) in do_search() 1627 && hasFolding(curwin->w_cursor.lnum, in do_search()
|
| H A D | ex_docmd.c | 2226 (void)hasFolding(ea.line1, &ea.line1, NULL); in do_one_cmd() 2227 (void)hasFolding(ea.line2, NULL, &ea.line2); in do_one_cmd() 4402 (void)hasFolding(lnum, NULL, &lnum); in get_address() 9472 if (hasFolding(lnum, NULL, NULL) == (eap->cmdidx == CMD_folddoclosed)) in ex_folddo()
|
| H A D | misc2.c | 531 if (!hasFolding(curbuf->b_ml.ml_line_count, in check_cursor_lnum()
|
| /vim-8.2.3635/src/proto/ |
| H A D | fold.pro | 4 int hasFolding(linenr_T lnum, linenr_T *firstp, linenr_T *lastp);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 1255 Solution: Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)
|