HomeSort by: relevance | last modified time | path
    Searched defs:yy_buffer_stack_max (Results 1 - 3 of 3) sorted by relevancy

  /src/tools/m4/bootstrap/
tokenizer.c 259 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable in typeref:typename:size_t
1540 (yy_buffer_stack_max) = num_to_alloc;
1545 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1550 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1559 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1560 (yy_buffer_stack_max) = num_to_alloc;
1765 (yy_buffer_stack_max) = 0;
tokenizer.c 259 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable in typeref:typename:size_t
1540 (yy_buffer_stack_max) = num_to_alloc;
1545 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1550 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1559 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1560 (yy_buffer_stack_max) = num_to_alloc;
1765 (yy_buffer_stack_max) = 0;
tokenizer.c 259 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable in typeref:typename:size_t
1540 (yy_buffer_stack_max) = num_to_alloc;
1545 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1550 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1559 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1560 (yy_buffer_stack_max) = num_to_alloc;
1765 (yy_buffer_stack_max) = 0;

Completed in 72 milliseconds