Lines Matching refs:hasFolding
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()
2963 if (hasFolding(curwin->w_cursor.lnum, NULL, NULL)) in nv_zet()
2984 if (hasFolding(curwin->w_cursor.lnum, NULL, NULL)) in nv_zet()
3069 case 'a': if (hasFolding(curwin->w_cursor.lnum, NULL, NULL)) in nv_zet()
3079 case 'A': if (hasFolding(curwin->w_cursor.lnum, NULL, NULL)) in nv_zet()
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()
6472 (void)hasFolding(curwin->w_cursor.lnum, in n_opencmd()