Searched refs:STYLES (Results 1 – 1 of 1) sorted by relevance
125 } STYLES[] = { variable287 for (i = 0; i < ARRAY_SIZE(STYLES); i++) in string_to_style()288 if (strcmp(name, STYLES[i].name) == 0) in string_to_style()289 return STYLES[i].style; in string_to_style()