Searched refs:yy_buffer_stack (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ variable
262 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
2371 if (!(yy_buffer_stack)) {
2378 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2381 if ( ! (yy_buffer_stack) )
2384 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2397 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
2398 ((yy_buffer_stack),
[all...]
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ variable
262 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1506 if (!(yy_buffer_stack)) {
1513 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1516 if ( ! (yy_buffer_stack) )
1519 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1532 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1533 ((yy_buffer_stack),
[all...]
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c254 static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ variable
262 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
263 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
269 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1443 if (!(yy_buffer_stack)) {
1450 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1453 if ( ! (yy_buffer_stack) )
1456 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1469 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1470 ((yy_buffer_stack),
[all...]
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ variable
261 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
262 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
268 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
1489 if (!(yy_buffer_stack)) {
1496 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1499 if ( ! (yy_buffer_stack) )
1502 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1515 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1516 ((yy_buffer_stack),
[all...]
/freebsd-current/usr.bin/lex/
H A Dinitscan.c252 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ variable
260 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
261 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
267 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
4830 if (!(yy_buffer_stack)) {
4837 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
4840 if ( ! (yy_buffer_stack) )
4843 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4856 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
4857 ((yy_buffer_stack),
[all...]
/freebsd-current/contrib/flex/src/
H A DFlexLexer.h193 yy_buffer_state ** yy_buffer_stack; /**< Stack as an array. */ member in class:yyFlexLexer
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ variable
261 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
262 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
267 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
7414 if (!(yy_buffer_stack)) {
7421 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
7424 if ( ! (yy_buffer_stack) )
7427 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
7440 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
7441 ((yy_buffer_stack),
[all...]

Completed in 135 milliseconds