Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c55 static int java_get_unicode PARAMS ((void));
615 java_get_unicode () in java_get_unicode() function
665 for ( ;; c = java_get_unicode ())
673 switch (c = java_get_unicode ())
709 c = java_get_unicode();
726 c = java_get_unicode ();
787 switch (c = java_get_unicode ()) in java_parse_escape_sequence()
814 c = java_get_unicode ()) in java_parse_escape_sequence()
917 for (c = java_get_unicode ();
918 c == '\n' || JAVA_WHITE_SPACE_P (c); c = java_get_unicode ())
[all …]
H A DChangeLog4276 (java_get_unicode): Likewise.
4481 (java_get_unicode): Use it.
8214 (java_get_unicode, java_read_char, java_allocate_new_line,
10842 java_parse_doc_section, java_parse_end_comment, java_get_unicode,
13500 (java_get_unicode): Update the character based column position.
13685 * lex.c (java_get_unicode): Fixed code indentation.
13881 (java_get_unicode): Now use the parser context.