Searched refs:this_file (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexi2dvi234 for this_file in ${possible_index_files}; do
236 test -s "${this_file}" || continue
240 first_character="`sed -n '1s/^\(.\).*$/\1/p;q' ${this_file}`"
243 definite_index_files="${definite_index_files} ${this_file}"
282 for this_file in ${possible_index_files}; do
284 test -s "${this_file}" || continue
290 first_character="`sed -n '1s/^\(.\).*$/\1/p;q' ${this_file}`"
293 definite_index_files="${definite_index_files} ${this_file}"
311 for this_file in ${new_index_files}; do
312 $verbose "Comparing index file $this_file
[all...]
/haiku-buildtools/gcc/gcc/
H A Derrors.c113 static const char this_file[] = __FILE__; local
114 const char *p = name, *q = this_file;
H A Dgengtype.h62 extern input_file* this_file;
H A Ddiagnostic.c885 static const char this_file[] = __FILE__;
886 const char *p = name, *q = this_file;
883 static const char this_file[] = __FILE__; local
H A Dgengtype.c153 input_file* this_file;
521 if (!strcmp (s, "CUMULATIVE_ARGS") && pos->file != this_file)
1003 create_field_all (next,type,name, 0, this_file, __LINE__)
1032 this_file, line);
5222 this_file = input_file_by_name (__FILE__);
5255 #define POS_HERE(Call) do { pos.file = this_file; pos.line = __LINE__; \
150 input_file* this_file; variable
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcov.c968 int this_file;
1040 this_file = 0;
1057 this_file = 0;
1059 this_file = 1;
1082 if (output_branch_probs && this_file)
1098 if (output_function_summary && this_file)
1134 if (output_branch_probs && this_file)
1140 else if (this_file)
1161 if (output_function_summary && this_file)
965 int this_file; local
H A Dtoplev.c2283 static const char *this_file = __FILE__; local
2284 const char *p = name, *q = this_file;

Completed in 133 milliseconds