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

/xsrc/external/mit/xedit/dist/lisp/
H A Dxedit.c119 static XawTextPropertyList **property_lists; variable in typeref:typename:XawTextPropertyList **
1002 if (property_lists[i]->identifier == property_list->identifier)
1007 property_lists = (XawTextPropertyList**)
1008 XtRealloc((XtPointer)property_lists,
1011 property_lists[num_property_lists++] = property_list;
1302 if (property_lists[i]->identifier == quark) {
1303 property_list = property_lists[i];

Completed in 3 milliseconds