OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025