Lines Matching refs:jdks
916 struct jvminfo *jdks = NULL;
949 info->next = jdks;
950 jdks = info;
996 info->next = jdks;
997 jdks = info;
1074 info->next = jdks;
1075 jdks = info;
1103 while (jdks && jdks->next)
1106 if (jrefoundpath || strcmp(jdks->next->version, jdks->version) > 0)
1108 info = jdks;
1109 jdks = jdks->next;
1113 info = jdks->next;
1114 jdks->next = jdks->next->next;
1121 if (jdks)
1124 jrefoundpath = jdks->path;
1126 free(jdks->path);
1127 free(jdks->version);
1128 free(jdks);
1129 jdks = NULL;