Searched refs:classpath_env (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c77 static struct entry *classpath_env;
228 add_path (&classpath_env, cp, 0);
281 secondary = classpath_env;
282 classpath_env = NULL;
287 free_entry (&classpath_env);
76 static struct entry *classpath_env; variable in typeref:struct:entry
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c76 static struct entry *classpath_env;
299 add_path (&classpath_env, cp, 0);
413 if (! classpath_env)
414 add_entry (&classpath_env, ".", 0);
416 secondary = classpath_env;
417 classpath_env = NULL;
422 free_entry (&classpath_env);
75 static struct entry *classpath_env; variable in typeref:struct:entry

Completed in 47 milliseconds