Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.c1587 Boolean noExec; /* Set true if we decide not to run the job */ in JobStart() local
1665 noExec = FALSE; in JobStart()
1686 noExec = TRUE; in JobStart()
1711 noExec = TRUE; in JobStart()
1721 noExec = TRUE; in JobStart()
1729 if (noExec) { in JobStart()