Lines Matching refs:TRUE
291 bevalexpr_due_set = TRUE; in do_mouse()
317 got_click = TRUE; in do_mouse()
405 do_always = TRUE; // ignore 'mouse' setting next time in do_mouse()
422 insert_reg(regname, TRUE); in do_mouse()
430 insert_reg(regname, TRUE); in do_mouse()
473 in_tab_line = TRUE; in do_mouse()
513 return TRUE; in do_mouse()
900 drag_status_line = TRUE; in do_mouse()
910 drag_sep_line = TRUE; in do_mouse()
927 VIsual_active = TRUE; in do_mouse()
928 VIsual_reselect = TRUE; in do_mouse()
1004 curwin->w_set_curswant = TRUE; in do_mouse()
1021 redraw_cmdline = TRUE; in do_mouse()
1064 set_can_cindent(TRUE); in ins_mouse()
1123 gui_do_horiz_scroll(val, TRUE); in ins_mousescroll()
1126 did_scroll = TRUE; in ins_mousescroll()
1129 curwin->w_redr_status = TRUE; in ins_mousescroll()
1147 set_can_cindent(TRUE); in ins_mousescroll()
1190 {(int)KE_LEFTMOUSE, MOUSE_LEFT, TRUE, FALSE},
1192 {(int)KE_LEFTMOUSE_NM, MOUSE_LEFT, TRUE, FALSE},
1194 {(int)KE_LEFTDRAG, MOUSE_LEFT, FALSE, TRUE},
1199 {(int)KE_MIDDLEMOUSE, MOUSE_MIDDLE, TRUE, FALSE},
1200 {(int)KE_MIDDLEDRAG, MOUSE_MIDDLE, FALSE, TRUE},
1202 {(int)KE_RIGHTMOUSE, MOUSE_RIGHT, TRUE, FALSE},
1203 {(int)KE_RIGHTDRAG, MOUSE_RIGHT, FALSE, TRUE},
1205 {(int)KE_X1MOUSE, MOUSE_X1, TRUE, FALSE},
1206 {(int)KE_X1DRAG, MOUSE_X1, FALSE, TRUE},
1208 {(int)KE_X2MOUSE, MOUSE_X2, TRUE, FALSE},
1209 {(int)KE_X2DRAG, MOUSE_X2, FALSE, TRUE},
1212 {(int)KE_MOUSEMOVE, MOUSE_RELEASE, FALSE, TRUE},
1427 mch_setmouse(TRUE); in setmouse()
1448 return TRUE; in mouse_has()
1451 return TRUE; in mouse_has()
1453 default: if (c == *p) return TRUE; break; in mouse_has()
1633 in_popup_win = TRUE; in jump_to_mouse()
1670 in_winbar = TRUE; in jump_to_mouse()
1749 win_enter(wp, TRUE); // can make wp invalid! in jump_to_mouse()
1856 for (first = TRUE; curwin->w_topline > 1; ) in jump_to_mouse()
1893 for (first = TRUE; curwin->w_topline < curbuf->b_ml.ml_line_count; ) in jump_to_mouse()
1959 mouse_past_bottom = TRUE; in jump_to_mouse()
1966 VIsual_active = TRUE; in jump_to_mouse()
1967 VIsual_reselect = TRUE; in jump_to_mouse()
1972 redraw_cmdline = TRUE; // show visual mode later in jump_to_mouse()
1980 *inclusive = TRUE; in jump_to_mouse()
1981 mouse_past_eol = TRUE; in jump_to_mouse()
2077 gui_do_horiz_scroll(val, TRUE); in nv_mousescroll()
2086 curwin->w_redr_status = TRUE; in nv_mousescroll()
2283 is_release = TRUE; in check_termcode_mouse()
2290 release_is_ambiguous = TRUE; in check_termcode_mouse()
2292 is_release = TRUE; in check_termcode_mouse()
2483 is_drag = TRUE; in check_termcode_mouse()
2494 is_release = TRUE; in check_termcode_mouse()
2612 WantQueryMouse = TRUE; in check_termcode_mouse()
2614 is_drag = TRUE; in check_termcode_mouse()
2618 WantQueryMouse = TRUE; in check_termcode_mouse()
2621 is_release = TRUE; in check_termcode_mouse()
2624 WantQueryMouse = TRUE; in check_termcode_mouse()
2627 is_release = TRUE; in check_termcode_mouse()
2630 WantQueryMouse = TRUE; in check_termcode_mouse()
2633 is_release = TRUE; in check_termcode_mouse()
2686 is_release = TRUE; in check_termcode_mouse()
2724 is_drag = TRUE; in check_termcode_mouse()
2787 is_click = TRUE; in check_termcode_mouse()
2893 && !hasFoldingWin(win, lnum, NULL, NULL, TRUE, NULL) in mouse_comp_pos()
2901 count = plines_win_nofill(win, lnum, TRUE); in mouse_comp_pos()
2905 count = plines_win(win, lnum, TRUE); in mouse_comp_pos()
2912 (void)hasFoldingWin(win, lnum, NULL, &lnum, TRUE, NULL); in mouse_comp_pos()
2916 retval = TRUE; in mouse_comp_pos()
2975 while ((wp = find_next_popup(TRUE, POPUP_HANDLED_1)) != NULL) in mouse_find_win()