Home
last modified time | relevance | path

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

/external/clearsilver/cs/
Dcsparse.c935 #define MAX_TOKENS 256 macro
1079 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()