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

/freebsd-11.0-release/contrib/bmake/
H A Dcond.c127 * will return TOK_AND for '&' and '&&', TOK_OR for '|' and '||',
139 TOK_FALSE = 0, TOK_TRUE = 1, TOK_AND, TOK_OR, TOK_NOT, enumerator in enum:__anon696
982 return TOK_AND;
1077 if (o == TOK_AND) {

Completed in 49 milliseconds