Lines Matching defs:stream
65 static const char *show_include_chain(int stream, const char *base)
70 while ((stream = stream_prev(stream)) >= 0) {
71 const char *p = stream_name(stream);
114 const char *name = stream_name(pos.stream);
125 show_include_chain(pos.stream, base_filename));
299 int builtin = token && !token->pos.stream;
301 // Preprocess the stream
352 // Tokenize the input stream
372 // Prepend any "include" file to the stream.
387 // Initialize symbol stream first, so that we can add defines etc