Searched refs:tre_ctype_map (Results 1 – 7 of 7) sorted by relevance
219 } tre_ctype_map[] = { variable243 for (i = 0; tre_ctype_map[i].name != NULL; i++) in tre_ctype()245 if (strcmp(name, tre_ctype_map[i].name) == 0) in tre_ctype()246 return tre_ctype_map[i].func; in tre_ctype()
206 } tre_ctype_map[] = { variable230 for (i = 0; tre_ctype_map[i].name != NULL; i++) in tre_ctype()232 if (strcmp(name, tre_ctype_map[i].name) == 0) in tre_ctype()233 return tre_ctype_map[i].func; in tre_ctype()
1421 tre_ctype_map