Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/make/
Dcond.h52 COND_IF, enumerator
Dcond.c134 [COND_IF] = { FALSE, CondDoDefined, FALSE },
Dparse.c267 { "if", COND_IF, TRUE, Cond_If },
/freebsd-10-stable/contrib/file/src/
Dapprentice.c1610 { "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()
Dfile.h284 #define COND_IF 1 macro