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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.h217 extern Lisp_Object item_properties;
219 /* This describes the elements of item_properties.
H A Dkeyboard.c7369 Lisp_Object item_properties;
7414 item = XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF];
7437 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
7483 vector item_properties.
7512 /* Create item_properties vector if necessary. */
7513 if (NILP (item_properties))
7514 item_properties
7519 AREF (item_properties, i) = Qnil;
7520 AREF (item_properties, ITEM_PROPERTY_ENABLE) = Qt;
7523 AREF (item_properties, ITEM_PROPERTY_ITE
7342 Lisp_Object item_properties; variable
[all...]
H A Dw32menu.c521 /* Parse the menu item and leave the result in item_properties. */
528 map = AREF (item_properties, ITEM_PROPERTY_MAP);
539 enabled = AREF (item_properties, ITEM_PROPERTY_ENABLE);
540 item_string = AREF (item_properties, ITEM_PROPERTY_NAME);
552 AREF (item_properties, ITEM_PROPERTY_DEF),
553 AREF (item_properties, ITEM_PROPERTY_KEYEQ),
554 AREF (item_properties, ITEM_PROPERTY_TYPE),
555 AREF (item_properties, ITEM_PROPERTY_SELECTED),
556 AREF (item_properties, ITEM_PROPERTY_HELP));
H A Dxmenu.c562 /* Parse the menu item and leave the result in item_properties. */
569 map = XVECTOR (item_properties)->contents[ITEM_PROPERTY_MAP];
580 enabled = XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE];
581 item_string = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
597 Lisp_Object type = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE];
601 = XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED];
662 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF],
663 XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ],
664 XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE],
665 XVECTOR (item_properties)
[all...]
H A Dmacmenu.c545 /* Parse the menu item and leave the result in item_properties. */
552 map = XVECTOR (item_properties)->contents[ITEM_PROPERTY_MAP];
563 enabled = XVECTOR (item_properties)->contents[ITEM_PROPERTY_ENABLE];
564 item_string = XVECTOR (item_properties)->contents[ITEM_PROPERTY_NAME];
576 XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF],
577 XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ],
578 XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE],
579 XVECTOR (item_properties)->contents[ITEM_PROPERTY_SELECTED],
580 XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP]);

Completed in 195 milliseconds