Searched refs:_cpp_get_fresh_line (Results 1 – 10 of 10) sorted by relevance
99 _cpp_get_fresh_line (pfile); in _cpp_preprocess_dir_only()
314 if (pfile->buffer->need_line && !_cpp_get_fresh_line (pfile)) in _cpp_read_logical_line_trad()458 && _cpp_get_fresh_line (pfile)) in _cpp_scan_out_logical_line()
710 extern bool _cpp_get_fresh_line (cpp_reader *);
1906 if (!_cpp_get_fresh_line (pfile)) in lex_raw_string()2653 _cpp_get_fresh_line (cpp_reader *pfile) in _cpp_get_fresh_line() function2736 if (!_cpp_get_fresh_line (pfile)) in _cpp_lex_direct()
314 if (pfile->buffer->need_line && !_cpp_get_fresh_line (pfile)) in _cpp_read_logical_line_trad()463 && _cpp_get_fresh_line (pfile)) in _cpp_scan_out_logical_line()
743 extern bool _cpp_get_fresh_line (cpp_reader *);
2509 if (!_cpp_get_fresh_line (pfile)) in lex_raw_string()3458 _cpp_get_fresh_line (cpp_reader *pfile) in _cpp_get_fresh_line() function3553 if (!_cpp_get_fresh_line (pfile)) in _cpp_lex_direct()5009 bool ok = _cpp_get_fresh_line (pfile); in cpp_directive_only_process()
1067 _cpp_get_fresh_line EOF behaviour.1068 (_cpp_get_fresh_line): Do not pop buffer at EOF, increment line1070 (_cpp_lex_direct): Adjust for new _cpp_get_fresh_line behaviour.1073 _cpp_get_fresh_line behaviour.6159 * lex.c (_cpp_get_fresh_line): Don't warn if no newline at EOF.
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.