Home
last modified time | relevance | path

Searched refs:p_sel (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Dtextobject.c695 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()
H A Dbeval.c94 if (*p_sel != 'e') in find_word_under_cursor()
H A Dmouse.c98 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()
H A Dmisc2.c141 || (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()
H A Dnormal.c1880 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()
H A Doptionstr.c1663 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()
H A Dcharset.c1346 && (*p_sel == 'e' || LTOREQ_POS(*pos, VIsual))) in getvcol()
1452 if (*p_sel == 'e' && from2 - 1 >= to1) in getvcols()
H A Dops.c3038 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()
H A Dregexp.c1323 || (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()
H A Doption.h853 EXTERN char_u *p_sel; // 'selection' variable
H A Ddrawline.c582 if (*p_sel == 'e' && bot->col == 0 && bot->coladd == 0) in win_line()
592 if (*p_sel == 'e') in win_line()
H A Dsearch.c2969 if (VIsual_active && *p_sel == 'e' && LT_POS(VIsual, curwin->w_cursor)) in current_search()
3074 if (*p_sel == 'e') in current_search()
H A Dmenu.c2368 if (*p_sel == 'e' && gchar_cursor() != NUL) in execute_menu()
H A Dregister.c1179 && (!oap->is_VIsual || *p_sel == 'o') in op_yank()
H A Ddrawscreen.c1305 && (bot->col - (*p_sel == 'e')) in fold_line()
H A Dfold.c1078 if (end->col > 0 && *p_sel == 'o') in foldAdjustVisual()
H A Doptiondefs.h2207 (char_u *)&p_sel, PV_NONE,