Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-path.c87 static struct entry *classpath_user; variable
325 free_entry (&classpath_user);
326 add_path (&classpath_user, path, 0);
425 if (classpath_user)
427 secondary = classpath_user;
428 classpath_user = NULL;
440 free_entry (&classpath_user);
H A DChangeLog1423 * jcf-path.c (classpath_u): Rename static variable to classpath_user.