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

/freebsd-current/contrib/flex/src/
H A DFlexLexer.h159 int yy_start_stack_ptr; member in class:yyFlexLexer
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2078 static int yy_start_stack_ptr = 0; variable
4957 if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) )
4975 (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START;
4982 if ( --(yy_start_stack_ptr) < 0 )
4985 BEGIN((yy_start_stack)[(yy_start_stack_ptr)]);
5108 (yy_start_stack_ptr) = 0;

Completed in 236 milliseconds