Searched refs:compat_command (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h215 LstNode *compat_command; member in struct:GNode
H A Djob.c1077 Lst_Succ(job->node->compat_command) != NULL) {
1667 gn->compat_command = Lst_First(&gn->commands);
1669 gn->compat_command =
1670 Lst_Succ(gn->compat_command);
1672 if (gn->compat_command == NULL ||
1673 JobPrintCommand(gn->compat_command, job))

Completed in 114 milliseconds