Lines Matching refs:jdks
681 struct jvminfo *jdks = NULL;
742 info->next = jdks;
743 jdks = info;
806 info->next = jdks;
807 jdks = info;
839 while (jdks && jdks->next)
842 if (jrefoundpath || strcmp(jdks->next->version, jdks->version) > 0)
844 info = jdks;
845 jdks = jdks->next;
849 info = jdks->next;
850 jdks->next = jdks->next->next;
857 if (jdks)
860 jrefoundpath = jdks->path;
862 free(jdks->path);
863 free(jdks->version);
864 free(jdks);
865 jdks = NULL;