Searched refs:_cpp_get_fresh_line (Results 1 – 8 of 8) sorted by relevance
14 * libcpp/lex.c (_cpp_get_fresh_line): Check warn_newline_at_eof.
99 _cpp_get_fresh_line (pfile); in _cpp_preprocess_dir_only()
13 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
302 if (pfile->buffer->need_line && !_cpp_get_fresh_line (pfile)) in _cpp_read_logical_line_trad()411 && _cpp_get_fresh_line (pfile)) in _cpp_scan_out_logical_line()
552 extern bool _cpp_get_fresh_line (cpp_reader *);
830 _cpp_get_fresh_line (cpp_reader *pfile) in _cpp_get_fresh_line() function920 if (!_cpp_get_fresh_line (pfile)) in _cpp_lex_direct()
6979 * cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed6985 * cpplex.c (_cpp_get_fresh_line): Return value now just depends on9870 * cpplex.c (_cpp_get_fresh_line): Check for null buffer.10808 * cpplex.c (_cpp_get_fresh_line): Don't buffer->prev - handled25608 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.26039 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,26047 _cpp_get_fresh_line): New.
35465 skip_line_comment, skip_whitespace, _cpp_get_fresh_line,41554 * cpplex.c (_cpp_get_fresh_line): Check return_at_eof field.42275 (_cpp_get_fresh_line): Don't need to adjust line for missing newline.