Lines Matching refs:file_red

33     struct inclist *file_red, struct symhash *symbols );
35 register struct inclist *file_red, register struct inclist *file,
38 register struct inclist *file_red, register struct symhash *symbols);
43 int find_includes(filep, file, file_red, recursion, failOK, incCollection, symbols) in find_includes() argument
45 struct inclist *file, *file_red;
56 switch(type = deftype(line, filep, file_red, file, TRUE, symbols)) {
60 file_red, recursion+1, failOK, incCollection, symbols);
63 type = gobble(filep, file, file_red, symbols);
65 gobble(filep, file, file_red, symbols);
74 type = gobble(filep, file, file_red, symbols);
77 file_red, recursion+1, recfailOK, incCollection, symbols);
92 file->i_file, file_red->i_file, ": doit"));
94 file_red, recursion+1, failOK, incCollection, symbols);
96 type = gobble(filep, file, file_red, symbols);
98 gobble(filep, file, file_red, symbols);
104 file->i_file, file_red->i_file, ": gobble"));
105 type = gobble(filep, file, file_red, symbols);
108 file_red, recursion + 1, failOK, incCollection, symbols);
120 gobble(filep, file, file_red, symbols);
130 file_red->i_file, filep->f_line, line);
136 add_include(filep, file, file_red, line, FALSE, failOK, incCollection, symbols);
139 add_include(filep, file, file_red, line, TRUE, failOK, incCollection, symbols);
142 warning("%s: %d: %s\n", file_red->i_file,
152 warning("%s", file_red->i_file);
153 if (file_red != file)
159 warning("%s", file_red->i_file);
160 if (file_red != file)
170 int gobble(filep, file, file_red, symbols) in gobble() argument
172 struct inclist *file, *file_red;
179 switch(type = deftype(line, filep, file_red, file, FALSE, symbols)) {
185 type = gobble(filep, file, file_red, symbols);
188 type = gobble(filep, file, file_red, symbols);
190 (void)gobble(filep, file, file_red, symbols);
214 file_red->i_file, filep->f_line, line);
224 int deftype (line, filep, file_red, file, parse_it, symbols) in deftype() argument
227 register struct inclist *file_red, *file;
265 ret = zero_value(p, filep, file_red, symbols);
294 ret = zero_value(p, filep, file_red, symbols);
389 int zero_value(exp, filep, file_red, symbols) in zero_value() argument
392 register struct inclist *file_red;
396 if (cppsetup(exp, filep, file_red))