Searched refs:yy_buffer_stack_max (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h177 size_t yy_buffer_stack_max; /**< capacity of stack. */ member in class:yyFlexLexer
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c253 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
2386 (yy_buffer_stack_max) = num_to_alloc;
2391 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2396 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2405 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2406 (yy_buffer_stack_max) = num_to_alloc;
2610 (yy_buffer_stack_max) = 0;
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c253 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1521 (yy_buffer_stack_max) = num_to_alloc;
1526 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1531 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1540 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1541 (yy_buffer_stack_max) = num_to_alloc;
1745 (yy_buffer_stack_max) = 0;
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c253 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1458 (yy_buffer_stack_max) = num_to_alloc;
1463 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1468 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1477 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1478 (yy_buffer_stack_max) = num_to_alloc;
1682 (yy_buffer_stack_max) = 0;
/freebsd-10.3-release/usr.bin/csup/
H A Dlex.rcs.c592 size_t yy_buffer_stack_max; /**< capacity of stack. */ member in struct:yyguts_t
1633 yyg->yy_buffer_stack_max = num_to_alloc;
1638 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){
1643 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
1652 memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
1653 yyg->yy_buffer_stack_max = num_to_alloc;
1989 yyg->yy_buffer_stack_max = 0;
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c266 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
4790 (yy_buffer_stack_max) = num_to_alloc;
4795 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
4800 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4809 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
4810 (yy_buffer_stack_max) = num_to_alloc;
5047 (yy_buffer_stack_max) = 0;

Completed in 734 milliseconds