Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h77 struct java_line { struct
94 struct java_line *line; argument
H A Dlex.c42 static char *java_sprint_unicode PARAMS ((struct java_line *, int));
49 static void java_store_unicode PARAMS ((struct java_line *, unicode_t, int));
59 static void java_store_unicode PARAMS ((struct java_line *, unicode_t, int));
143 struct java_line *line; in java_sprint_unicode()
195 ctxp->c_line = xmalloc (sizeof (struct java_line)); in java_allocate_new_line()
513 struct java_line *l; in java_store_unicode()
H A Dparse.h736 struct java_line *p_line, *c_line; /* Previous and current line */
H A DChangeLog13509 (struct java_line): ref_count and next fields are gone. New field
13894 (struct java_line): New fields ref_count and next.