Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.h150 StringListNode *tailCmds; member
H A Djob.c1021 job->tailCmds = ln->next; in JobWriteCommands()
1041 for (ln = job->tailCmds; ln != NULL; ln = ln->next) { in JobSaveCommands()
1664 job->tailCmds = NULL; in Job_Make()
1719 * This still sets up job->tailCmds correctly. in Job_Make()