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

/macosx-10.10.1/nano-12/src/
H A Dprompt.c278 int mouse_x, mouse_y; local
279 bool retval = get_mouseinput(&mouse_x, &mouse_y, TRUE);
284 if (wenclose(bottomwin, mouse_y, mouse_x)) {
295 if (mouse_x > start_col && mouse_y == 0) {
300 statusbar_xplustabs()) + mouse_x - start_col -
1329 int mouse_x, mouse_y; local
1340 get_mouseinput(&mouse_x, &mouse_y, FALSE);
1342 if (wenclose(bottomwin, mouse_y, mouse_x) &&
1343 !ISSET(NO_HELP) && mouse_x < (width * 2) &&
1346 int x = mouse_x / widt
[all...]
H A Dbrowser.c132 int mouse_x, mouse_y; local
134 if (!get_mouseinput(&mouse_x, &mouse_y, TRUE)) {
137 if (wenclose(edit, mouse_y, mouse_x)) {
146 width) + (mouse_x / (longest + 2));
151 if (mouse_x > width * (longest + 2))
H A Dhelp.c134 int mouse_x, mouse_y; local
136 get_mouseinput(&mouse_x, &mouse_y, TRUE);
H A Dwinio.c1628 * coordinates where it took place in mouse_x and mouse_y. After that,
1635 bool get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts) argument
1639 *mouse_x = -1;
1652 *mouse_x = mevent.x;
1660 *mouse_y, *mouse_x)) {
1701 j = (*mouse_x / i) * 2 + j;
1704 if ((j >= currslen) && (*mouse_x % i < COLS % i))
H A Dnano.c1495 int mouse_x, mouse_y; local
1496 bool retval = get_mouseinput(&mouse_x, &mouse_y, TRUE);
1500 if (wenclose(edit, mouse_y, mouse_x)) {
1524 get_page_start(xplustabs()) + mouse_x);
H A Dproto.h752 bool get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts);
/macosx-10.10.1/vim-55/src/
H A Dos_msdos.c65 static int mouse_x = -1; /* mouse x coordinate */ variable
776 else if (old_status && (x != mouse_x || y != mouse_y))
779 if (mouse_hidden && mouse_x >= 0 && (mouse_x != x || mouse_y != y))
784 mouse_x = x;
1068 *buf++ = mouse_x + '!';
H A Dgui_photon.c638 short mouse_x, mouse_y; local
649 mouse_x = pos->ul.x + gui.border_width;
654 gui_mouse_moved( mouse_x, mouse_y );
702 gui_send_mouse_event( button , mouse_x, mouse_y, repeated_click, modifiers );
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32term.c3239 int mouse_x = LOWORD (msg->lParam);
3257 || mouse_x < last_mouse_glyph.left
3258 || mouse_x >= last_mouse_glyph.right
3264 note_mouse_highlight (frame, mouse_x, mouse_y);
3269 remember_mouse_glyph (frame, mouse_x, mouse_y, &last_mouse_glyph);
3224 int mouse_x = LOWORD (msg->lParam); local

Completed in 219 milliseconds