Searched refs:java_is_eol (Results 1 – 2 of 2) sorted by relevance
46 static int java_is_eol PARAMS ((FILE *, int));1735 java_is_eol (fp, c) in java_is_eol() function1787 if (java_is_eol (fp, c))1795 if (c < 0 || java_is_eol (fp, c))
9364 * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.9485 (java_is_eol): Handle '\r' followed by '\n' instead of vice versa.13236 (java_is_eol): Unget character seen after a CR if it is EOF.13507 (build_wfl_node, java_is_eol, java_get_line_col): New functions.