Searched refs:mouse_pos (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/vim-55/src/proto/
H A Dgui_gtk.pro18 void gui_make_popup __ARGS((char_u *path_name, int mouse_pos));
H A Dgui_w16.pro73 void gui_make_popup __ARGS((char_u *path_name, int mouse_pos));
H A Dgui_w32.pro79 void gui_make_popup __ARGS((char_u *path_name, int mouse_pos));
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmacterm.c4627 Point mouse_pos;
4630 GetMouse (&mouse_pos);
4631 remember_mouse_glyph (f1, mouse_pos.h, mouse_pos.v,
4638 XSETINT (*x, mouse_pos.h);
4639 XSETINT (*y, mouse_pos.v);
4777 x_scroll_bar_handle_press (bar, part_code, mouse_pos, bufp)
4780 Point mouse_pos;
4801 XSETINT (bar->dragging, - (mouse_pos.v - r.top) - 1);
4826 x_scroll_bar_handle_drag (win, bar, mouse_pos, buf
4614 Point mouse_pos; local
5515 Point mouse_pos; local
10633 Point mouse_pos; local
11078 Point mouse_pos = er.where; local
[all...]
H A Dmacselect.c1542 Point mouse_pos;
1570 err = GetDragMouse (drag, &mouse_pos, NULL);
1573 GlobalToLocal (&mouse_pos);
1586 mac_store_drag_event (window, mouse_pos, 0, &apple_event);
1535 Point mouse_pos; local
H A Dmacfns.c4094 Point mouse_pos;
4097 GetMouse (&mouse_pos);
4098 LocalToGlobal (&mouse_pos);
4099 *root_x = mouse_pos.h;
4100 *root_y = mouse_pos.v;
4076 Point mouse_pos; local
/macosx-10.10.1/vim-55/src/
H A Dgui_w16.c819 gui_make_popup(char_u *path_name, int mouse_pos) argument
831 if (mouse_pos)
H A Dgui_gtk.c1393 /* Ugly global variable to pass "mouse_pos" flag from gui_make_popup() to
1429 gui_make_popup(char_u *path_name, int mouse_pos) argument
1433 popup_mouse_pos = mouse_pos;
H A Dgui_w32.c2617 gui_make_popup(char_u *path_name, int mouse_pos) argument
2627 if (mouse_pos)

Completed in 135 milliseconds