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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c266 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ variable
277 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
283 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
3187 (yy_buffer_stack_top)++;
3206 if ((yy_buffer_stack_top) > 0)
3207 --(yy_buffer_stack_top);
3238 (yy_buffer_stack_top) = 0;
3242 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
3463 (yy_buffer_stack_top) = 0;

Completed in 48 milliseconds