Searched refs:MAX_TOKENS (Results 1 – 1 of 1) sorted by relevance
935 #define MAX_TOKENS 256 macro1079 if (ntokens >= MAX_TOKENS) in parse_tokens()1082 find_context(parse, -1, tmp, sizeof(tmp)), MAX_TOKENS, expr); in parse_tokens()1446 CSTOKEN tokens[MAX_TOKENS]; in parse_expr()1449 memset(tokens, 0, sizeof(CSTOKEN) * MAX_TOKENS); in parse_expr()