Searched refs:touch_flag (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | remake.c | 83 int t = touch_flag, q = question_flag, n = just_print_flag; in update_goal_chain() 141 touch_flag = t; in update_goal_chain() 146 touch_flag = question_flag = just_print_flag = 0; in update_goal_chain() 262 touch_flag = t; in update_goal_chain() 805 if (touch_flag in notice_finished_file() 858 if (question_flag || just_print_flag || touch_flag) in notice_finished_file() 1121 if (!touch_flag || file->cmds->any_recurse) in remake_file()
|
D | make.h | 505 extern int print_data_base_flag, question_flag, touch_flag, always_make_flag;
|
D | main.c | 146 int touch_flag; variable 410 { 't', flag, (char *) &touch_flag, 1, 1, 1, 0, 0, "touch" },
|
D | file.c | 346 if (question_flag || touch_flag || all_secondary) in remove_intermediates()
|
D | job.c | 1047 if (touch_flag && !(flags & COMMANDS_RECURSE)) in start_job_command()
|