Searched refs:compat_command (Results 1 – 2 of 2) sorted by relevance
215 LstNode *compat_command; member
1077 Lst_Succ(job->node->compat_command) != NULL) { in JobFinish()1667 gn->compat_command = Lst_First(&gn->commands); in JobStart()1669 gn->compat_command = in JobStart()1670 Lst_Succ(gn->compat_command); in JobStart()1672 if (gn->compat_command == NULL || in JobStart()1673 JobPrintCommand(gn->compat_command, job)) in JobStart()