Lines Matching full:included
31 ("foo.c" may have been #included into several compilation units),
36 same source file can be #included into several different
50 In file included from header2.h:8,
79 main file, or an #included file. If a file is #included more than
101 #included file. The result is a big file that pretty much
107 splicing the last #included line with the next line of the
131 /* The location we were #included from, or zero if we are the
136 file at which we were included. */
139 /* Head of a linked list of the source files #included by this file;
145 /* The next file #included by our `included_from' file; our sibling
183 #included, directly or indirectly, from this one.
197 we #included the file INCLUDED. Return a source file structure we
198 can use for symbols #defined or files #included into that. If we've
204 The macro table makes its own copy of INCLUDED; the caller is
205 responsible for freeing INCLUDED when it is no longer needed. */
208 const char *included);
212 included into SOURCE, or SOURCE itself. Return zero if we have