Searched refs:curEntry (Results 1 – 1 of 1) sorted by relevance
2697 theme_entry* curEntry = curEntries + e; in applyStyle() local2700 curEntry->value.dataType)); in applyStyle()2701 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) { in applyStyle()2702 curEntry->stringBlock = bag->stringBlock; in applyStyle()2703 curEntry->typeSpecFlags |= bagTypeSpecFlags; in applyStyle()2704 curEntry->value = bag->map.value; in applyStyle()3591 size_t curEntry = 0; in getBagLocked() local3609 while ((isInside=(curEntry < set->numAttrs)) in getBagLocked()3610 && (oldName=entries[curEntry].map.name.ident) < newName) { in getBagLocked()3612 curEntry, entries[curEntry].map.name.ident)); in getBagLocked()[all …]