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

/freebsd-10.3-release/usr.bin/make/
H A Dcond.h52 COND_IF, enumerator in enum:__anon12433
H A Dcond.c134 [COND_IF] = { FALSE, CondDoDefined, FALSE },
H A Dparse.c267 { "if", COND_IF, TRUE, Cond_If },
/freebsd-10.3-release/contrib/file/src/
H A Dfile.h284 #define COND_IF 1 macro
H A Dapprentice.c1610 { "if", 2, COND_IF },
1635 case COND_IF:
1641 last_cond = COND_IF;
1645 if (last_cond != COND_IF && last_cond != COND_ELIF) {
1654 if (last_cond != COND_IF && last_cond != COND_ELIF) {

Completed in 180 milliseconds