Searched refs:JOB_IGNDOTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/bmake/
H A Djob.h164 #define JOB_IGNDOTS 0x008 /* Ignore "..." lines when processing
163 #define JOB_IGNDOTS macro
H A Djob.c718 if ((job->flags & JOB_IGNDOTS) == 0) {
1521 * e.g. JOB_SPECIAL or JOB_IGNDOTS
1534 * JOB_IGNDOTS is never set (dsl)
/freebsd-10.0-release/usr.bin/make/
H A Djob.c192 #define JOB_IGNDOTS 0x008 /* Ignore "..." lines when processing macro
678 if ((job->flags & JOB_IGNDOTS) == 0) {
1078 switch (JobStart(job->node, job->flags & JOB_IGNDOTS, job)) {
2537 JobStart(interrupt, JOB_IGNDOTS, (Job *)NULL);
2564 JobStart(postCommands, JOB_SPECIAL | JOB_IGNDOTS, NULL);

Completed in 108 milliseconds