Lines Matching +defs:property +defs:list
81 XrmQuark property;
135 {LispFunction, Xedit_ConvertPropertyList, "convert-property-list name definition"},
146 {LispFunction, Xedit_PropertyList, "property-list &optional value"},
239 LispObj *xedit, *list, *savepackage;
269 /* Update list of packages */
287 for (list = PACK; CONSP(list); list = CDR(list)) {
288 string = THESTR(CAR(list)->data.package.name);
290 LispUsePackage(CAR(list));
334 * This assumes that the *auto-modes* variable is a list where every
341 LispObj *desc, *modes = Oauto_modes->data.atom->property->value;
344 list = CAR(modes);
347 for (i = 0; i < 3 && CONSP(list); i++, list = CDR(list)) {
349 desc = CAR(list);
356 mode_infos[num_mode_infos].symbol = list;
375 mode_infos[i].symbol->data.atom->property->value;
520 /* The previous call added the property list to the widget,
603 * table was parsed, the newline has it's default property, so, while
604 * the newline has a property, backup a line to make sure everything is
616 /* While the newline after the right position has a "hidden" property,
648 (info)[(count)].property = entity->property; \
701 /* First generate masks of regions with the default property */
715 if ((prop)[j] == (info)[i].property) \
718 (prop)[(num_prop)++] = (info)[i].property; \
726 if ((info)[j].property == (prop)) { \
733 XrmQuark property = props[i];
740 CLIP_PROPERTY(oclip, property, oinfo, num_oinfo);
741 CLIP_PROPERTY(nclip, property, ninfo, num_ninfo);
976 convert-property-list name definition
1001 /* Check if a new property list was created */
1284 property-list &optional value