Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dgjavah.c1778 struct namelet struct
1785 struct namelet *subnamelets; argument
1787 struct namelet *next; argument
1791 const unsigned char *, struct namelet *));
1792 static void print_namelet PARAMS ((FILE *, struct namelet *, int));
1795 static struct namelet root =
1809 struct namelet *parent;
1812 struct namelet *n = NULL, *np;
1848 n = xmalloc (sizeof (struct namelet));
1868 struct namelet *name;
[all …]
DChangeLog9425 * gjavah.c (struct namelet): New structure.