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

/freebsd-11-stable/contrib/bmake/
H A Dcond.c136 * All Non-Terminal functions (CondE, CondF and CondT) return TOK_ERROR on
141 TOK_LPAREN, TOK_RPAREN, TOK_EOF, TOK_NONE, TOK_ERROR enumerator in enum:__anon103
675 t = TOK_ERROR;
906 return arglen < 0 ? TOK_ERROR : TOK_FALSE;
1013 * TOK_TRUE, TOK_FALSE or TOK_ERROR.
1032 t = TOK_ERROR;
1038 if (t != TOK_ERROR) {
1040 t = TOK_ERROR;
1062 * TOK_TRUE, TOK_FALSE or TOK_ERROR
1075 if (l != TOK_ERROR) {
[all...]

Completed in 205 milliseconds