Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldlex.l582 *(state_stack_p)++ = yy_start;
589 *(state_stack_p)++ = yy_start;
596 *(state_stack_p)++ = yy_start;
603 *(state_stack_p)++ = yy_start;
610 *(state_stack_p)++ = yy_start;
617 *(state_stack_p)++ = yy_start;
624 *(state_stack_p)++ = yy_start;
631 *(state_stack_p)++ = yy_start;
638 yy_start = *(--state_stack_p);
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldlex.l573 *(state_stack_p)++ = yy_start;
580 *(state_stack_p)++ = yy_start;
587 *(state_stack_p)++ = yy_start;
594 *(state_stack_p)++ = yy_start;
601 *(state_stack_p)++ = yy_start;
608 *(state_stack_p)++ = yy_start;
615 *(state_stack_p)++ = yy_start;
622 *(state_stack_p)++ = yy_start;
629 yy_start = *(--state_stack_p);
/dflybsd-src/usr.bin/m4/
H A Dmanual_tokenizer.c125 #define BEGIN (yy_start) = 1 + 2 *
131 #define YY_START (((yy_start) - 1) / 2)
280 static int yy_start = 0; /* start state number */ variable
697 if ( ! (yy_start) )
698 (yy_start) = 1; /* first start state */
727 yy_current_state = (yy_start);
1125 yy_current_state = (yy_start); in yy_get_previous_state()
1716 (yy_start) = 0; in yy_init_globals()
/dflybsd-src/lib/libevtr/
H A Dktrfmt.yy.c145 #define BEGIN (yy_start) = 1 + 2 *
151 #define YY_START (((yy_start) - 1) / 2)
300 static int yy_start = 0; /* start state number */ variable
753 if ( ! (yy_start) )
754 (yy_start) = 1; /* first start state */
783 yy_current_state = (yy_start);
1212 yy_current_state = (yy_start); in yy_get_previous_state()
1803 (yy_start) = 0; in yy_init_globals()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-lex.c126 #define BEGIN (yy_start) = 1 + 2 *
132 #define YY_START (((yy_start) - 1) / 2)
281 static int yy_start = 0; /* start state number */ variable
1202 if ( ! (yy_start) )
1203 (yy_start) = 1; /* first start state */
1232 yy_current_state = (yy_start);
1937 yy_current_state = (yy_start); in yy_get_previous_state()
2531 (yy_start) = 0; in yy_init_globals()
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c125 #define BEGIN (yy_start) = 1 + 2 *
131 #define YY_START (((yy_start) - 1) / 2)
280 static int yy_start = 0; /* start state number */ variable
1069 if ( ! (yy_start) )
1070 (yy_start) = 1; /* first start state */
1099 yy_current_state = (yy_start);
1808 yy_current_state = (yy_start); in yy_get_previous_state()
2440 (yy_start) = 0; in yy_init_globals()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lex.c125 #define BEGIN (yy_start) = 1 + 2 *
131 #define YY_START (((yy_start) - 1) / 2)
280 static int yy_start = 0; /* start state number */ variable
1069 if ( ! (yy_start) )
1070 (yy_start) = 1; /* first start state */
1099 yy_current_state = (yy_start);
1808 yy_current_state = (yy_start); in yy_get_previous_state()
2440 (yy_start) = 0; in yy_init_globals()
/dflybsd-src/contrib/flex/src/
H A DFlexLexer.h184 int yy_start; // start state number variable
H A Dflex.skl357 #define BEGIN YY_G(yy_start) = 1 + 2 *
362 #define YY_START ((YY_G(yy_start) - 1) / 2)
576 static int yy_start = 0; /* start state number */
722 int yy_start;
1217 if ( ! YY_G(yy_start) )
1218 YY_G(yy_start) = 1; /* first start state */
1442 yy_start = 0;
2833 YY_G(yy_start) = 0;