Lines Matching refs:current_target
727 * current_target Sometimes the current target is removed
764 if ((current_target != NULL) &&
765 current_target->is_member &&
766 ((member = get_prop(current_target->prop, member_prop)) != NULL)) {
767 current_target = member->body.member.library;
772 (current_target != NULL) &&
773 !(current_target->stat.is_precious || all_precious)) {
777 current_target->stat.time = file_no_time;
779 if (exists(current_target) != file_doesnt_exist) {
782 current_target->string_mb);
783 if (current_target->stat.is_dir) {
786 current_target->string_mb);
787 } else if (unlink(current_target->string_mb) == 0) {
790 current_target->string_mb);
794 current_target->string_mb,