Searched refs:COMP_INCLUDE (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | read.c | 478 error((type & COMP_INCLUDE) ? 2 : 3, "%s: cannot read%s", file, (type & COMP_INCLUDE) ? " include file" : (type & COMP_GLOBAL) ? " global rules" : (type & COMP_BASE) ? " base rules" : null); 479 else if ((type & COMP_INCLUDE) && error_info.line)
|
H A D | main.c | 639 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL)) 662 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
|
H A D | make.h | 253 #define COMP_INCLUDE (1<<4) /* include prereq */ macro
|
H A D | object.c | 1282 if (n & (COMP_BASE|COMP_FILE|COMP_GLOBAL|COMP_INCLUDE)) 1317 debug((-4, "%s%s%s%s%sprerequisite %s [%s] state [%s]", (n & COMP_DONTCARE) ? "optional " : null, (n & COMP_BASE) ? "base " : null, (n & COMP_FILE) ? "-f " : null, (n & COMP_GLOBAL) ? "-g " : null, (n & COMP_INCLUDE) ? "include " : null, s, timestr(t), timestr(tm)));
|
H A D | rule.c | 657 i = COMP_INCLUDE;
|
H A D | parse.c | 513 compref(r, COMP_INCLUDE); 1626 op = readfile(sfstruse(tmp), COMP_INCLUDE|COMP_DONTCARE, NiL);
|
Completed in 36 milliseconds