Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c6585 char *remainder, *code_from_source; local
6624 code_from_source = java_get_line_col (ctxp->filename, elc.line, elc.col);
6626 code_from_source, strlen (code_from_source));
H A Dparse.y3020 char *remainder, *code_from_source; local
3059 code_from_source = java_get_line_col (ctxp->filename, elc.line, elc.col);
3061 code_from_source, strlen (code_from_source));
H A DChangeLog13537 New local code_from_source. Save ctxp->elc into elc at the first