Searched refs:p_sel (Results 1 – 17 of 17) sorted by relevance
695 if (VIsual_active && *p_sel == 'e' && LT_POS(VIsual, curwin->w_cursor)) in current_word()835 if (*p_sel == 'e' && inclusive && LTOREQ_POS(VIsual, curwin->w_cursor)) in current_word()949 if (*p_sel == 'e') in current_sent()1008 if (*p_sel == 'e') in current_sent()1162 if (*p_sel == 'e') in current_block()1292 if (!VIsual_active || *p_sel == 'e') in current_tagblock()1444 else if (*p_sel == 'e') in current_tagblock()1744 if (*p_sel == 'e') in current_quote()1944 if (*p_sel != 'e') in current_quote()1978 if (VIsual_active && *p_sel == 'e') in current_quote()
94 if (*p_sel != 'e') in find_word_under_cursor()
98 if (*p_sel == 'e' && pos->col > 0) in find_end_of_word()109 if (*p_sel == 'e') in find_end_of_word()976 else if (*p_sel == 'e') in do_mouse()998 if (*p_sel == 'e' && *ml_get_cursor() != NUL) in do_mouse()
141 || (VIsual_active && *p_sel != 'o') in coladvance2()570 || (VIsual_active && *p_sel != 'o') in check_cursor_col_win()633 && (!VIsual_active || *p_sel == 'o') in adjust_cursor_col()2321 if (*p_sel == 'e') in get_shape_idx()
1880 while ((*p_sel != 'e') ? s <= e : s < e) in clear_showcmd()4027 past_line = (VIsual_active && *p_sel != 'o'); in nv_right()5195 if (old_cursor.lnum >= VIsual.lnum && *p_sel == 'e') in v_swap_corners()5203 if (old_cursor.lnum <= VIsual.lnum && *p_sel == 'e') in v_swap_corners()5733 if (VIsual_mode != 'V' && *p_sel == 'e') in nv_visual()6809 && (!VIsual_active || *p_sel == 'o') in adjust_cursor()6844 if (VIsual_active && cap->oap->inclusive && *p_sel == 'e' in adjust_for_sel()6865 if (*p_sel == 'e' && !EQUAL_POS(VIsual, curwin->w_cursor)) in unadjust_for_sel()7549 if (*p_sel == 'e') in nv_put_opt()
1663 else if (varp == &p_sel) in did_set_string_option()1665 if (*p_sel == NUL in did_set_string_option()1666 || check_opt_strings(p_sel, p_sel_values, FALSE) != OK) in did_set_string_option()
1346 && (*p_sel == 'e' || LTOREQ_POS(*pos, VIsual))) in getvcol()1452 if (*p_sel == 'e' && from2 - 1 >= to1) in getvcols()
3038 if (*p_sel == 'e' && max_pos.col > 0) in cursor_pos_info()3419 if (initial && *p_sel == 'e' && start >= 1 in get_op_vcol()3805 if (*p_sel != 'o' in do_pending_operator()3892 && (!oap->is_VIsual || *p_sel == 'o') in do_pending_operator()
1323 || (lnum == bot.lnum && col >= bot.col + (*p_sel != 'e'))) in reg_match_visual()1337 if (cols < start || cols > end - (*p_sel == 'e')) in reg_match_visual()
853 EXTERN char_u *p_sel; // 'selection' variable
582 if (*p_sel == 'e' && bot->col == 0 && bot->coladd == 0) in win_line()592 if (*p_sel == 'e') in win_line()
2969 if (VIsual_active && *p_sel == 'e' && LT_POS(VIsual, curwin->w_cursor)) in current_search()3074 if (*p_sel == 'e') in current_search()
2368 if (*p_sel == 'e' && gchar_cursor() != NUL) in execute_menu()
1179 && (!oap->is_VIsual || *p_sel == 'o') in op_yank()
1305 && (bot->col - (*p_sel == 'e')) in fold_line()
1078 if (end->col > 0 && *p_sel == 'o') in foldAdjustVisual()
2207 (char_u *)&p_sel, PV_NONE,