Home
last modified time | relevance | path

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

/dports/devel/gnucflow/cflow-1.6/src/
H A Dparser.c68 int token_stack_length = 64; variable
247 if (++tos == token_stack_length) { in tokins()
248 token_stack_length += token_stack_increase; in tokins()
250 token_stack_length*sizeof(*token_stack)); in tokins()
266 if (++tos == token_stack_length) { in tokpush()
267 token_stack_length += token_stack_increase; in tokpush()
269 token_stack_length*sizeof(*token_stack)); in tokpush()
328 token_stack = xmalloc(token_stack_length*sizeof(*token_stack)); in init_parse()
H A Dcflow.h172 extern int token_stack_length;
H A Dmain.c642 token_stack_length = num; in parse_opt()