| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplib.h | 595 extern cpp_buffer *cpp_push_buffer PARAMS ((cpp_reader *,
|
| H A D | cppmacro.c | 282 cpp_push_buffer (pfile, buf, ustrlen (buf), /* from_stage3 */ true, 1); 450 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true, 1);
|
| H A D | cpplib.c | 461 cpp_push_buffer (pfile, (const uchar *) buf, count, 1927 cpp_push_buffer (pfile, buffer, len, from_stage3, return_at_eof) in cpp_push_buffer() function
|
| H A D | fix-header.c | 659 cpp_push_buffer (scan_in, getchar_call, sizeof(getchar_call) - 1,
|
| H A D | cppfiles.c | 356 fp = cpp_push_buffer (pfile, inc->buffer, inc->st.st_size,
|
| H A D | ChangeLog.4 | 648 size to cpp_push_buffer. Generate the file_change callback, 655 (cpp_push_buffer): Don't generate a callback. Clear sysp. 745 * cppfiles.c (stack_include_file): cpp_push_buffer handles 750 (cpp_push_buffer): Create a file_change callback. Handle faked 1087 (run_directive): Take buffer type. cpp_push_buffer cannot fail. 1090 (cpp_push_buffer): Take a buffer type and file name. 1094 (cpp_push_buffer): New prototype. 1332 * fix-header.c (read_scan_file): cpp_push_buffer cannot fail. 1494 * cpplib.c (cpp_push_buffer): Always succeed, since 1496 * cpplib.h (cpp_push_buffer): Update prototype. [all …]
|
| H A D | ChangeLog.6 | 7981 * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char. 12994 (stack_include_file): Update use of cpp_push_buffer. 13006 (cpp_push_buffer): Update prototype. 13007 (run_directive): Update use of cpp_push_buffer. 13011 (cpp_push_buffer): Update prototype. 13161 (cpp_push_buffer): Similarly. 13636 (cpp_push_buffer): Don't take a filename. 13638 (cpp_push_buffer): Don't take a filename. 14280 (cpp_push_buffer): Similarly. 14966 * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer): [all …]
|
| H A D | FSFChangeLog.10 | 6694 * cpplib.c (cpp_push_buffer): Include filename in error message. 8958 * cpplib.c (cpp_push_buffer): Added missing initializatuon of buf. 8960 (finclude): No longer call cpp_push_buffer - let callers do it. 8961 (do_include): Add call to cpp_push_buffer. 8962 (push_parse_file): Call cpp_push_buffer early, so initial
|
| H A D | ChangeLog.3 | 1956 * cpplex.c (cpp_push_buffer): Don't set new->if_stack. 7838 (cpp_push_buffer): Don't set new->alimit. Set new->mark 10929 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer, 11365 (cpp_push_buffer): Don't set new->underflow. 12183 (cpp_push_buffer): Set line_base to NULL.
|
| H A D | ChangeLog.1 | 2925 (cpp_push_buffer): Likewise for cpp_buffer*. 3203 (cpp_push_buffer): Initialize ->mark to -1. 4860 * cpplib.c (cpp_push_buffer, cpp_pop_buffer): Use a linked
|
| H A D | ChangeLog.7 | 244 (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context. 2639 (cpp_push_buffer, _cpp_pop_buffer): Similarly. 6794 * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional. 10523 cpp_push_buffer): Similarly.
|
| H A D | ChangeLog.5 | 3211 cpp_push_buffer, cpp_pop_buffer): Update. 6330 * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>.
|
| H A D | ChangeLog.2 | 8432 * cpplib.c (cpp_push_buffer): Fix order of arguments.
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 710 extern cpp_buffer *cpp_push_buffer (cpp_reader *, const unsigned char *,
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | directives.c | 488 cpp_push_buffer (pfile, (const uchar *) buf, count, in run_directive() 1518 cpp_push_buffer (pfile, (const uchar *) result, dest - result, in destringize_and_run() 2158 cpp_push_buffer (cpp_reader *pfile, const uchar *buffer, size_t len, in cpp_push_buffer() function
|
| H A D | pch.c | 666 if (cpp_push_buffer (r, defn, ustrchr (defn, '\n') - defn, true) in cpp_read_state()
|
| H A D | macro.c | 305 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true); in builtin_macro() 451 cpp_push_buffer (pfile, buf, end - buf, /* from_stage3 */ true); in paste_tokens()
|
| H A D | files.c | 724 buffer = cpp_push_buffer (pfile, file->buffer, file->st.st_size, in _cpp_stack_file()
|
| H A D | ChangeLog | 294 (cpp_push_buffer): Rename local variable "new" to "new_buffer".
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fix-header.c | 690 cpp_push_buffer (scan_in, getchar_call, sizeof(getchar_call) - 1, in read_scan_file()
|