Home
last modified time | relevance | path

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

/freebsd/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); in yy_get_previous_state()
1732 (yy_start) = 0; in yy_init_globals()
/freebsd/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); in yy_get_previous_state()
1748 (yy_start) = 0; in yy_init_globals()
/freebsd/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); in yy_get_previous_state()
1685 (yy_start) = 0; in yy_init_globals()
/freebsd/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); in yy_get_previous_state()
2613 (yy_start) = 0; in yy_init_globals()
/freebsd/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); in yy_get_previous_state()
5106 (yy_start) = 0; in yy_init_globals()
/freebsd/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
4712 if ( ! (yy_start) )
4713 (yy_start) = 1; /* first start state */
4753 yy_current_state = (yy_start);
7231 yy_current_state = (yy_start); in yy_get_previous_state()
7826 (yy_start) = 0; in yy_init_globals()
/freebsd/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)
577 static int yy_start = 0; /* start state number */
723 int yy_start;
1218 if ( ! YY_G(yy_start) )
1219 YY_G(yy_start) = 1; /* first start state */
1443 yy_start = 0;
2838 YY_G(yy_start) = 0;
/freebsd/contrib/byacc/test/
H A Dgrammar.y1017 #define BEGIN yy_start = 1 + 2 *
1034 static int yy_start = 0; /* start state number */ variable
/freebsd/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/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