Home
last modified time | relevance | path

Searched refs:keep_going_flag (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremake.c178 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()
Dmake.h504 extern int just_print_flag, silent_flag, ignore_errors_flag, keep_going_flag;
Dvmsjobs.c201 if (child_failed && !keep_going_flag) in vmsHandleChildTerm()
Dmain.c192 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,
Djob.c829 if (!err && child_failed && !dontcare && !keep_going_flag && in reap_children()