Searched refs:typestrval (Results 1 – 1 of 1) sorted by relevance
179 } typestrval[] = { variable194 #define NUM_PROPVAL (sizeof(typestrval) / sizeof(struct _typestrval))212 if( strcmp(typestrval[i].name, property) == 0) { in wctype()213 return typestrval[i].value; in wctype()