Searched refs:yy_start (Results 1 - 12 of 12) sorted by path

/freebsd-10.3-release/contrib/amd/fsinfo/
H A Dfsi_lex.l54 switch ((yy_start - 1) / 2) { \
/freebsd-10.3-release/contrib/binutils/ld/
H A Dldlex.l560 *(state_stack_p)++ = yy_start;
567 *(state_stack_p)++ = yy_start;
574 *(state_stack_p)++ = yy_start;
581 *(state_stack_p)++ = yy_start;
588 *(state_stack_p)++ = yy_start;
595 *(state_stack_p)++ = yy_start;
602 *(state_stack_p)++ = yy_start;
609 yy_start = *(--state_stack_p);
/freebsd-10.3-release/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1176 #define BEGIN yy_start = 1 + 2 *
1193 static int yy_start = 0; /* start state number */ variable
/freebsd-10.3-release/contrib/byacc/test/
H A Dgrammar.y1016 #define BEGIN yy_start = 1 + 2 *
1033 static int yy_start = 0; /* start state number */
/freebsd-10.3-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c923 #define BEGIN yy_start = 1 + 2 *
940 static int yy_start = 0; /* start state number */ variable
/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h169 int yy_start; // start state number member in class:yyFlexLexer
/freebsd-10.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c97 #define BEGIN yy_start = 1 + 2 *
103 #define YY_START ((yy_start - 1) / 2)
248 static int yy_start = 0; /* start state number */ variable
716 if ( ! yy_start )
717 yy_start = 1; /* first start state */
744 yy_current_state = yy_start;
1273 yy_current_state = yy_start;
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c124 #define BEGIN (yy_start) = 1 + 2 *
130 #define YY_START (((yy_start) - 1) / 2)
279 static int yy_start = 0; /* start state number */ variable
1044 if ( ! (yy_start) )
1045 (yy_start) = 1; /* first start state */
1074 yy_current_state = (yy_start);
1982 yy_current_state = (yy_start);
2613 (yy_start) = 0;
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c124 #define BEGIN (yy_start) = 1 + 2 *
130 #define YY_START (((yy_start) - 1) / 2)
279 static int yy_start = 0; /* start state number */ variable
721 if ( ! (yy_start) )
722 (yy_start) = 1; /* first start state */
751 yy_current_state = (yy_start);
1154 yy_current_state = (yy_start);
1748 (yy_start) = 0;
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c124 #define BEGIN (yy_start) = 1 + 2 *
130 #define YY_START (((yy_start) - 1) / 2)
279 static int yy_start = 0; /* start state number */ variable
700 if ( ! (yy_start) )
701 (yy_start) = 1; /* first start state */
730 yy_current_state = (yy_start);
1091 yy_current_state = (yy_start);
1685 (yy_start) = 0;
/freebsd-10.3-release/usr.bin/csup/
H A Dlex.rcs.c141 #define BEGIN yyg->yy_start = 1 + 2 *
147 #define YY_START ((yyg->yy_start - 1) / 2)
599 int yy_start; member in struct:yyguts_t
800 if ( ! yyg->yy_start )
801 yyg->yy_start = 1; /* first start state */
830 yy_current_state = yyg->yy_start;
1217 yy_current_state = yyg->yy_start;
1992 yyg->yy_start = 0;
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c137 #define BEGIN (yy_start) = 1 + 2 *
143 #define YY_START (((yy_start) - 1) / 2)
293 static int yy_start = 0; /* start state number */ variable
2235 if ( ! (yy_start) )
2236 (yy_start) = 1; /* first start state */
2271 yy_current_state = (yy_start);
4390 yy_current_state = (yy_start);
5050 (yy_start) = 0;

Completed in 546 milliseconds