Searched refs:bar_window (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32inevt.h28 Lisp_Object *bar_window,
H A Dtermhooks.h85 If the motion started in a scroll bar, set *bar_window to the
90 Otherwise, set *bar_window to Qnil, and *x and *y to the column and
98 Lisp_Object *bar_window,
H A Dw32inevt.c513 Lisp_Object *bar_window,
524 *bar_window = Qnil;
511 w32_console_mouse_position(FRAME_PTR *f, int insist, Lisp_Object *bar_window, enum scroll_bar_part *part, Lisp_Object *x, Lisp_Object *y, unsigned long *time) argument
H A Dw32menu.c679 Lisp_Object bar_window;
684 (*mouse_position_hook) (&new_f, 1, &bar_window,
891 Lisp_Object bar_window;
896 (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
672 Lisp_Object bar_window; variable
H A Dmacmenu.c726 Lisp_Object bar_window;
731 (*mouse_position_hook) (&new_f, 1, &bar_window,
956 Lisp_Object bar_window;
961 (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
719 Lisp_Object bar_window; variable
H A Dxmenu.c901 Lisp_Object bar_window;
906 (*mouse_position_hook) (&new_f, 1, &bar_window,
1090 Lisp_Object bar_window;
1095 (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
893 Lisp_Object bar_window; variable
H A Dw32term.c3307 If the mouse movement started in a scroll bar, set *fp, *bar_window,
3313 mouse is on, *bar_window to nil, and *x and *y to the character cell
3325 w32_mouse_position (fp, insist, bar_window, part, x, y, time)
3328 Lisp_Object *bar_window;
3338 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time);
3399 *bar_window = Qnil;
4053 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time)
4055 Lisp_Object *bar_window;
4070 *bar_window = bar->window;
H A Dkeyboard.c4274 Lisp_Object bar_window;
4284 (*mouse_position_hook) (&f, 0, &bar_window, &part, &x, &y, &time);
4308 obj = make_lispy_movement (f, bar_window, part, x, y, time);
6039 make_lispy_movement (frame, bar_window, part, x, y, time)
6041 Lisp_Object bar_window;
6047 if (frame && ! NILP (bar_window))
6053 (Fcons (Fcons (bar_window,
4258 Lisp_Object bar_window; local
H A Dmsdos.c292 mouse_get_pos (f, insist, bar_window, part, x, y, time)
295 Lisp_Object *bar_window, *x, *y;
307 *bar_window = Qnil;
H A Dmacterm.c4588 XTmouse_position (fp, insist, bar_window, part, x, y, time)
4591 Lisp_Object *bar_window;
4601 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time);
4635 *bar_window = Qnil;
5516 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time)
5518 Lisp_Object *bar_window;
5554 *bar_window = bar->window;
H A Dxterm.c3703 XTmouse_position (fp, insist, bar_window, part, x, y, time)
3706 Lisp_Object *bar_window;
3716 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time);
3870 *bar_window = Qnil;
5454 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time)
5456 Lisp_Object *bar_window;
5505 *bar_window = bar->window;
H A Dterm.c153 If the motion started in a scroll bar, set *bar_window to the
158 Otherwise, set *bar_window to Qnil, and *x and *y to the column and
167 Lisp_Object *bar_window,

Completed in 263 milliseconds