Searched refs:this_file (Results 1 – 1 of 1) sorted by relevance
268 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do270 test -s "$this_file" || continue274 first_character=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`277 xref_files="$xref_files ./$this_file"610 for this_file in $new_xref_files; do611 $verbose "Comparing xref file `echo $this_file | sed 's|\./||g'` ..."613 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else618 $verbose "xref file `echo $this_file | sed 's|\./||g'` differed ..."619 test "$debug" = t && diff -c "$tmpdir_bak/$this_file" "$this_file"