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

/freebsd-13-stable/contrib/bmake/
H A Djob.h151 StringListNode *tailCmds; member in struct:Job
H A Djob.c1039 job->tailCmds = ln->next;
1059 for (ln = job->tailCmds; ln != NULL; ln = ln->next) {
1672 job->tailCmds = NULL;
1704 * This still sets up job->tailCmds correctly.

Completed in 36 milliseconds