Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/file/src/
H A Dapprentice.c1677 { "if", 2, COND_IF }, in get_cond()
1702 case COND_IF: in check_cond()
1708 last_cond = COND_IF; in check_cond()
1712 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()
1721 if (last_cond != COND_IF && last_cond != COND_ELIF) { in check_cond()
H A Dfile.h322 #define COND_IF 1 macro