Lines Matching refs:depth
42 extern int try_implicit_rule PARAMS ((struct file *file, unsigned int depth));
63 static int update_file PARAMS ((struct file *file, unsigned int depth));
64 static int update_file_1 PARAMS ((struct file *file, unsigned int depth));
65 static int check_dep PARAMS ((struct file *file, unsigned int depth, FILE_TIMESTAMP this_mtime, int…
284 update_file (struct file *file, unsigned int depth) in update_file() argument
307 status |= update_file_1 (f, depth); in update_file()
337 status |= update_file (d->file, depth + 1); in update_file()
370 update_file_1 (struct file *file, unsigned int depth) in update_file_1() argument
419 ++depth; in update_file_1()
453 if (try_implicit_rule (file, depth)) in update_file_1()
508 dep_status |= check_dep (d->file, depth, this_mtime, &maybe_make); in update_file_1()
569 dep_status |= update_file (d->file, depth); in update_file_1()
606 --depth; in update_file_1()
618 --depth; in update_file_1()
622 if (depth == 0 && keep_going_flag in update_file_1()
694 print_spaces (depth); in update_file_1()
702 depth--; in update_file_1()
727 print_spaces (depth); in update_file_1()
933 check_dep (struct file *file, unsigned int depth, in check_dep() argument
939 ++depth; in check_dep()
947 dep_status = update_file (file, depth); in check_dep()
961 if (try_implicit_rule (file, depth)) in check_dep()
1015 dep_status |= check_dep (d->file, depth, this_mtime, in check_dep()