Searched refs:keep_going_flag (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | remake.c | 178 stop = (question_flag && !keep_going_flag in update_goal_chain() 314 if (status != 0 && !keep_going_flag) in update_file() 353 if (!keep_going_flag) in complain() 532 if (dep_status != 0 && !keep_going_flag) in update_file_1() 590 if (dep_status != 0 && !keep_going_flag) in update_file_1() 622 if (depth == 0 && keep_going_flag in update_file_1() 1020 if (dep_status != 0 && !keep_going_flag) in check_dep()
|
D | make.h | 504 extern int just_print_flag, silent_flag, ignore_errors_flag, keep_going_flag;
|
D | vmsjobs.c | 201 if (child_failed && !keep_going_flag) in vmsHandleChildTerm()
|
D | main.c | 192 int keep_going_flag; variable 384 { 'k', flag, (char *) &keep_going_flag, 1, 1, 0, 0, 408 { 'S', flag_off, (char *) &keep_going_flag, 1, 1, 0, 0,
|
D | job.c | 829 if (!err && child_failed && !dontcare && !keep_going_flag && in reap_children()
|