HomeSort by: relevance | last modified time | path
    Searched refs:TOK_ERROR (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 122 * or TOK_ERROR.
126 TOK_LPAREN, TOK_RPAREN, TOK_EOF, TOK_NONE, TOK_ERROR
537 return TOK_ERROR;
589 Token t = TOK_ERROR;
614 t = rhs.str == NULL ? TOK_ERROR
647 tok = TOK_ERROR;
775 return TOK_ERROR;
785 return TOK_ERROR;

Completed in 12 milliseconds