Searched refs:curEntries (Results 1 – 1 of 1) sorted by relevance
1423 theme_entry* curEntries = NULL; in applyStyle() local1460 curEntries = curPI->types[t].entries; in applyStyle()1461 if (curEntries == NULL) { in applyStyle()1465 curEntries = (theme_entry*)malloc(cnt*sizeof(theme_entry)); in applyStyle()1466 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry)); in applyStyle()1468 curPI->types[t].entries = curEntries; in applyStyle()1477 theme_entry* curEntry = curEntries + e; in applyStyle()