Lines Matching refs:inclusive
2544 oap->inclusive = (curwin->w_curswant == MAXCOL); in nv_screengo()
3405 cap->oap->inclusive = FALSE; in nv_colon()
4026 cap->oap->inclusive = FALSE; in nv_right()
4059 && !cap->oap->inclusive in nv_right()
4061 cap->oap->inclusive = TRUE; in nv_right()
4068 cap->oap->inclusive = FALSE; in nv_right()
4081 cap->oap->inclusive = TRUE; in nv_right()
4126 cap->oap->inclusive = FALSE; in nv_left()
4322 cap->oap->inclusive = TRUE; in nv_dollar()
4411 cap->oap->inclusive = FALSE; in normal_search()
4497 cap->oap->inclusive = FALSE; in nv_brackets()
4693 if (!findpar(&cap->oap->inclusive, cap->arg, cap->count1, flag, in nv_brackets()
4809 cap->oap->inclusive = TRUE; in nv_percent()
4869 cap->oap->inclusive = FALSE; in nv_brace()
4907 cap->oap->inclusive = FALSE; in nv_findpar()
4910 if (!findpar(&cap->oap->inclusive, cap->arg, cap->count1, NUL, FALSE)) in nv_findpar()
5397 cap->oap->inclusive = FALSE; // ignored if not MCHAR in nv_cursormark()
6064 oap->inclusive = FALSE; in nv_g_cmd()
6100 oap->inclusive = FALSE; in nv_g_cmd()
6117 cap->oap->inclusive = TRUE; in nv_g_cmd()
6146 oap->inclusive = TRUE; in nv_g_cmd()
6228 oap->inclusive = TRUE; in nv_g_cmd()
6676 cap->oap->inclusive = FALSE; in nv_pipe()
6698 cap->oap->inclusive = FALSE; in nv_bck_word()
6727 cap->oap->inclusive = word_end; in nv_wordcmd()
6747 cap->oap->inclusive = TRUE; in nv_wordcmd()
6765 cap->oap->inclusive = TRUE; in nv_wordcmd()
6816 oap->inclusive = TRUE; in adjust_cursor()
6828 cap->oap->inclusive = FALSE; in nv_beginline()
6844 if (VIsual_active && cap->oap->inclusive && *p_sel == 'e' in adjust_for_sel()
6851 cap->oap->inclusive = FALSE; in adjust_for_sel()