Home
last modified time | relevance | path

Searched refs:ncategory (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gdb/gdb/
HDobjc-lang.c1184 char *ncategory = NULL; in parse_method() local
1227 ncategory = s2; in parse_method()
1269 *category = ncategory; in parse_method()
1291 char *ncategory = NULL; in find_methods() local
1335 if (parse_method (tmp, &ntype, &nclass, &ncategory, &nselector) == NULL) in find_methods()
1346 ((ncategory == NULL) || (strcmp (category, ncategory) != 0))) in find_methods()