Home
last modified time | relevance | path

Searched refs:property_change_reply (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxselect.c534 static Lisp_Object property_change_reply; variable
546 XSETCAR (property_change_reply, Qnil); in set_property_change_object()
1093 property_change_reply, NULL, 0); in wait_for_property_change()
1095 if (NILP (XCAR (property_change_reply))) in wait_for_property_change()
1129 XSETCAR (property_change_reply, Qt); in x_handle_property_notify()
2649 staticpro (&property_change_reply); in syms_of_xselect()
2740 property_change_reply = Fcons (Qnil, Qnil); in syms_of_xselect_for_pdumper()
H A DChangeLog.1312 (wait_for_property_change): Move set property_change_reply(_object)
/dports/editors/emacs/emacs-27.2/src/
H A Dxselect.c534 static Lisp_Object property_change_reply; variable
546 XSETCAR (property_change_reply, Qnil); in set_property_change_object()
1093 property_change_reply, NULL, 0); in wait_for_property_change()
1095 if (NILP (XCAR (property_change_reply))) in wait_for_property_change()
1129 XSETCAR (property_change_reply, Qt); in x_handle_property_notify()
2635 staticpro (&property_change_reply); in syms_of_xselect()
2726 property_change_reply = Fcons (Qnil, Qnil); in syms_of_xselect_for_pdumper()
H A DChangeLog.1312 (wait_for_property_change): Move set property_change_reply(_object)