Home
last modified time | relevance | path

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

/minix3/usr.bin/make/
H A Dcond.c140 TOK_LPAREN, TOK_RPAREN, TOK_EOF, TOK_NONE, TOK_ERROR enumerator
661 t = TOK_ERROR; in compare_expression()
895 return arglen < 0 ? TOK_ERROR : TOK_FALSE; in compare_function()
1023 t = TOK_ERROR; in CondT()
1029 if (t != TOK_ERROR) { in CondT()
1031 t = TOK_ERROR; in CondT()
1065 if (l != TOK_ERROR) { in CondF()
1111 if (l != TOK_ERROR) { in CondE()
1212 case TOK_ERROR: in do_Cond_EvalExpression()