Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-path.c84 static struct entry *classpath_env; variable
315 add_path (&classpath_env, cp, 0); in jcf_path_init()
432 if (! classpath_env)
433 add_entry (&classpath_env, ".", 0);
435 secondary = classpath_env;
436 classpath_env = NULL;
441 free_entry (&classpath_env);