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

/freebsd-current/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-current/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-current/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-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c119 #define BEGIN (yy_start) = 1 + 2 *
124 #define YY_START (((yy_start) - 1) / 2)
278 static int yy_start = 0; /* start state number */ variable
699 if ( ! (yy_start) )
700 (yy_start) = 1; /* first start state */
734 yy_current_state = (yy_start);
1137 yy_current_state = (yy_start);
1732 (yy_start) = 0;
/freebsd-current/contrib/flex/src/
H A DFlexLexer.h184 int yy_start; // start state number member in class:yyFlexLexer
/freebsd-current/usr.bin/lex/
H A Dinitscan.c118 #define BEGIN (yy_start) = 1 + 2 *
123 #define YY_START (((yy_start) - 1) / 2)
277 static int yy_start = 0; /* start state number */ variable
2205 if ( ! (yy_start) )
2206 (yy_start) = 1; /* first start state */
2250 yy_current_state = (yy_start);
4434 yy_current_state = (yy_start);
5106 (yy_start) = 0;
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c119 #define BEGIN (yy_start) = 1 + 2 *
124 #define YY_START (((yy_start) - 1) / 2)
277 static int yy_start = 0; /* start state number */ variable
4598 if ( ! (yy_start) )
4599 (yy_start) = 1; /* first start state */
4639 yy_current_state = (yy_start);
7062 yy_current_state = (yy_start);
7657 (yy_start) = 0;
/freebsd-current/contrib/byacc/test/
H A Dgrammar.y1017 #define BEGIN yy_start = 1 + 2 *
1034 static int yy_start = 0; /* start state number */
/freebsd-current/contrib/byacc/test/yacc/
H A Dgrammar.tab.c926 #define BEGIN yy_start = 1 + 2 *
943 static int yy_start = 0; /* start state number */ variable
/freebsd-current/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1182 #define BEGIN yy_start = 1 + 2 *
1199 static int yy_start = 0; /* start state number */ variable

Completed in 157 milliseconds