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

/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_lex.l50 switch ((yy_start - 1) / 2) { \
H A Dnull_lex.c144 #define BEGIN (yy_start) = 1 + 2 *
150 #define YY_START (((yy_start) - 1) / 2)
307 static int yy_start = 0; /* start state number */ variable
677 if ( ! (yy_start) )
678 (yy_start) = 1; /* first start state */
707 yy_current_state = (yy_start);
1034 yy_current_state = (yy_start);
1629 (yy_start) = 0;
/freebsd-11-stable/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-11-stable/contrib/flex/
H A DFlexLexer.h169 int yy_start; // start state number member in class:yyFlexLexer
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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;
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y1016 #define BEGIN yy_start = 1 + 2 *
1033 static int yy_start = 0; /* start state number */
/freebsd-11-stable/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-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1178 #define BEGIN yy_start = 1 + 2 *
1195 static int yy_start = 0; /* start state number */ variable

Completed in 132 milliseconds