HomeSort by: relevance | last modified time | path
    Searched defs:ncategory (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
objc-lang.c 889 char *ncategory = NULL; local
927 ncategory = s2;
968 *category = ncategory;
984 char *ncategory = NULL; local
1033 &ncategory, &nselector) == NULL)
1044 ((ncategory == NULL) || (strcmp (category, ncategory) != 0)))
  /src/external/gpl3/gdb.old/dist/gdb/
objc-lang.c 880 char *ncategory = NULL; local
918 ncategory = s2;
959 *category = ncategory;
975 char *ncategory = NULL; local
1024 &ncategory, &nselector) == NULL)
1035 ((ncategory == NULL) || (strcmp (category, ncategory) != 0)))

Completed in 27 milliseconds