Lines Matching defs:command
56 extern Doname find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking);
57 extern Doname find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking);
58 extern Doname find_double_suffix_rule(register Name target, Property *command, Boolean rechecking);
60 extern Doname find_percent_rule(register Name target, Property *command, Boolean rechecking);
69 * find_suffix_rule(target, target_body, target_suffix, command, rechecking)
86 * command Pointer to slot to deposit cmd in if found
109 find_suffix_rule(Name target, Name target_body, Name target_suffix, Property *command, Boolean rechecking)
148 if (command != NULL) {
149 if ((true_target->suffix_scan_done == true) && (*command == NULL)) {
275 if (command != NULL) {
366 if (*command == NULL) {
367 *command = line;
369 if ((source->stat.time > (*command)->body.line.dependency_time) &&
378 time_to_string((*command)->
386 (*command)->body.line.dependency_time =
387 MAX((*command)->body.line.dependency_time,
392 (*command)->body.line.dependency_time);
395 (*command)->body.line.dependency_time);
457 if ((command != NULL) &&
458 ((*command) != NULL) &&
459 ((*command)->body.line.star == NULL)) {
460 (*command)->body.line.star = target_body;
471 * find_ar_suffix_rule(target, true_target, command, rechecking)
484 * command Pointer to slot where we stuff cmd, if found
495 find_ar_suffix_rule(register Name target, Name true_target, Property *command, Boolean rechecking)
548 command,
568 * find_double_suffix_rule(target, command, rechecking)
580 * command Pointer to slot where we stuff cmd, if found
590 find_double_suffix_rule(register Name target, Property *command, Boolean rechecking)
654 command,
770 * find_percent_rule(target, command, rechecking)
784 * command Pointer to slot where we stuff cmd, if found
795 find_percent_rule(register Name target, Property *command, Boolean rechecking)
987 if (command == NULL) {
1040 /* save command */
1042 *command = line;