Searched refs:COND_IF (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/usr.bin/make/ |
| D | cond.h | 52 COND_IF, enumerator
|
| D | cond.c | 134 [COND_IF] = { FALSE, CondDoDefined, FALSE },
|
| D | parse.c | 267 { "if", COND_IF, TRUE, Cond_If },
|
| /freebsd-10-stable/contrib/file/src/ |
| D | apprentice.c | 1610 { "if", 2, COND_IF }, in get_cond() 1635 case COND_IF: in check_cond() 1641 last_cond = COND_IF; in check_cond() 1645 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond() 1654 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()
|
| D | file.h | 284 #define COND_IF 1 macro
|