Home
last modified time | relevance | path

Searched refs:yy_start_stack_ptr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c479 static int yy_start_stack_ptr = 0; variable
1546 if ( yy_start_stack_ptr >= yy_start_stack_depth )
1565 yy_start_stack[yy_start_stack_ptr++] = YY_START;
1575 if ( --yy_start_stack_ptr < 0 ) in yy_pop_state()
1578 BEGIN(yy_start_stack[yy_start_stack_ptr]); in yy_pop_state()
1586 return yy_start_stack[yy_start_stack_ptr - 1]; in yy_top_state()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddeflex.c555 static int yy_start_stack_ptr = 0; variable
1712 if ( yy_start_stack_ptr >= yy_start_stack_depth )
1731 yy_start_stack[yy_start_stack_ptr++] = YY_START;
1741 if ( --yy_start_stack_ptr < 0 ) in yy_pop_state()
1744 BEGIN(yy_start_stack[yy_start_stack_ptr]); in yy_pop_state()
1752 return yy_start_stack[yy_start_stack_ptr - 1]; in yy_top_state()
H A Drclex.c747 static int yy_start_stack_ptr = 0; variable
2189 if ( yy_start_stack_ptr >= yy_start_stack_depth )
2208 yy_start_stack[yy_start_stack_ptr++] = YY_START;
2218 if ( --yy_start_stack_ptr < 0 ) in yy_pop_state()
2221 BEGIN(yy_start_stack[yy_start_stack_ptr]); in yy_pop_state()
2229 return yy_start_stack[yy_start_stack_ptr - 1]; in yy_top_state()
/openbsd-src/usr.bin/lex/
H A DFlexLexer.h148 int yy_start_stack_ptr; variable
H A Dflex.skl831 int yy_start_stack_ptr;
1069 static int yy_start_stack_ptr = 0;
1533 yy_start_stack_ptr = yy_start_stack_depth = 0;
2424 if ( YY_G(yy_start_stack_ptr) >= YY_G(yy_start_stack_depth) )
2442 YY_G(yy_start_stack)[YY_G(yy_start_stack_ptr)++] = YY_START;
2459 if ( --YY_G(yy_start_stack_ptr) < 0 )
2462 BEGIN(YY_G(yy_start_stack)[YY_G(yy_start_stack_ptr)]);
2477 return YY_G(yy_start_stack)[YY_G(yy_start_stack_ptr) - 1];
2878 YY_G(yy_start_stack_ptr) = 0;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c822 static int yy_start_stack_ptr = 0; variable
2993 if ( yy_start_stack_ptr >= yy_start_stack_depth )
3012 yy_start_stack[yy_start_stack_ptr++] = YY_START;
3022 if ( --yy_start_stack_ptr < 0 ) in yy_pop_state()
3025 BEGIN(yy_start_stack[yy_start_stack_ptr]); in yy_pop_state()
3033 return yy_start_stack[yy_start_stack_ptr - 1]; in yy_top_state()