Searched refs:ncategory (Results 1 – 1 of 1) sorted by relevance
1184 char *ncategory = NULL; in parse_method() local1227 ncategory = s2; in parse_method()1269 *category = ncategory; in parse_method()1291 char *ncategory = NULL; in find_methods() local1335 if (parse_method (tmp, &ntype, &nclass, &ncategory, &nselector) == NULL) in find_methods()1346 ((ncategory == NULL) || (strcmp (category, ncategory) != 0))) in find_methods()