Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/fsinfo/
H A Dnull_lex.c281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1401 (yy_buffer_stack_max) = num_to_alloc; in null_ensure_buffer_stack()
1406 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in null_ensure_buffer_stack()
1411 num_to_alloc = (yy_buffer_stack_max) + grow_size; in null_ensure_buffer_stack()
1420 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in null_ensure_buffer_stack()
1421 (yy_buffer_stack_max) = num_to_alloc; in null_ensure_buffer_stack()
1626 (yy_buffer_stack_max) = 0; in yy_init_globals()
/freebsd-12.1/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; in yyensure_buffer_stack()
1463 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
1468 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1477 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1478 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1682 (yy_buffer_stack_max) = 0; in yy_init_globals()
/freebsd-12.1/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; in yyensure_buffer_stack()
1526 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
1531 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1540 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1541 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1745 (yy_buffer_stack_max) = 0; in yy_init_globals()
/freebsd-12.1/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; in yyensure_buffer_stack()
2391 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
2396 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2405 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2406 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2610 (yy_buffer_stack_max) = 0; in yy_init_globals()
/freebsd-12.1/contrib/flex/
H A DFlexLexer.h177 size_t yy_buffer_stack_max; /**< capacity of stack. */ variable
H A Dflex.skl624 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
823 size_t yy_buffer_stack_max; /**< capacity of stack. */
1536 yy_buffer_stack_max = 0;
2278 YY_G(yy_buffer_stack_max) = num_to_alloc;
2283 if (YY_G(yy_buffer_stack_top) >= (YY_G(yy_buffer_stack_max)) - 1){
2288 num_to_alloc = YY_G(yy_buffer_stack_max) + grow_size;
2297 …memset(YY_G(yy_buffer_stack) + YY_G(yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_s…
2298 YY_G(yy_buffer_stack_max) = num_to_alloc;
2870 YY_G(yy_buffer_stack_max) = 0;
/freebsd-12.1/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; in yyensure_buffer_stack()
4795 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
4800 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
4809 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
4810 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
5047 (yy_buffer_stack_max) = 0; in yy_init_globals()