Lines Matching defs:resDir
137 static ResourceDirectory resDir = NULL, lastResDir;
783 if (resDir == NULL) return;
785 for (d = resDir; d != NULL; d = d->next) {
801 while (resDir != NULL) {
802 d = resDir->next;
803 FREE(resDir->directory);
804 FREE((char *) resDir->types);
805 FREE(resDir->typeNameBuffer);
806 FREE(resDir->filePrefix);
807 FREE((char *) resDir);
808 resDir = d;
840 if (resDir == NULL) resDir = rd;
1322 for (rd = resDir; rd != NULL; rd = rd->next) {
1374 for (rd = resDir; rd != NULL; rd = rd->next) {
1395 for (rd = resDir; rd != NULL; rd = rd->next) {
1454 for (d = resDir; d != NULL; d = d->next) {
1648 for (d = resDir; d != NULL && !s.done; d = d->next) {