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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c5140 static Lisp_Object button_down_location;
5583 if (button >= ASIZE (button_down_location))
5585 button_down_location = larger_vector (button_down_location,
5590 start_pos_ptr = &AREF (button_down_location, button);
11345 button_down_location = Fmake_vector (make_number (1), Qnil);
11346 staticpro (&button_down_location);
5121 static Lisp_Object button_down_location; variable

Completed in 233 milliseconds