HomeSort by: relevance | last modified time | path
    Searched refs:TOK_TRUE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cond-op-parentheses.mk 54 # TOK_TRUE, TOK_FALSE or TOK_ERROR. In cond.c 1.241, the return type of that
  /src/usr.bin/make/
cond.c 121 * the function given in the terminal, they return either TOK_TRUE, TOK_FALSE
125 TOK_FALSE, TOK_TRUE, TOK_AND, TOK_OR, TOK_NOT,
186 return cond ? TOK_TRUE : TOK_FALSE;
844 if (t == TOK_TRUE || t == TOK_FALSE)

Completed in 46 milliseconds