Searched refs:curEntry (Results 1 – 1 of 1) sorted by relevance
3122 theme_entry* curEntry = curEntries + e; in applyStyle() local3125 curEntry->value.dataType)); in applyStyle()3126 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) { in applyStyle()3127 curEntry->stringBlock = bag->stringBlock; in applyStyle()3128 curEntry->typeSpecFlags |= bagTypeSpecFlags; in applyStyle()3129 curEntry->value = bag->map.value; in applyStyle()3931 size_t curEntry = 0; in getBagLocked() local3959 while ((isInside=(curEntry < set->numAttrs)) in getBagLocked()3960 && (oldName=entries[curEntry].map.name.ident) < newName) { in getBagLocked()3962 curEntry, entries[curEntry].map.name.ident)); in getBagLocked()[all …]