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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h158 int yy_start; // start state number member in class:yyFlexLexer
H A Dinitscan.c80 #define BEGIN yy_start = 1 + 2 *
86 #define YY_START ((yy_start - 1) / 2)
222 static int yy_start = 0; /* start state number */ variable
1507 if ( ! yy_start )
1508 yy_start = 1; /* first start state */
1535 yy_current_state = yy_start;
3027 yy_current_state = yy_start;
H A Dscan.c80 #define BEGIN yy_start = 1 + 2 *
86 #define YY_START ((yy_start - 1) / 2)
222 static int yy_start = 0; /* start state number */ variable
1507 if ( ! yy_start )
1508 yy_start = 1; /* first start state */
1535 yy_current_state = yy_start;
3027 yy_current_state = yy_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_token.l216 dprintf(LOG_DEBUG, "<%d>%s [%s] (%d)", yy_start, w, t, l);
218 dprintf(LOG_DEBUG, "<%d>[%s] (%d)", yy_start, t, l);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlex.zconf.c123 #define BEGIN (yy_start) = 1 + 2 *
129 #define YY_START (((yy_start) - 1) / 2)
283 static int yy_start = 0; /* start state number */ variable
967 if ( ! (yy_start) )
968 (yy_start) = 1; /* first start state */
997 yy_current_state = (yy_start);
1554 yy_current_state = (yy_start);
2153 (yy_start) = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c115 #define BEGIN (yy_start) = 1 + 2 *
121 #define YY_START (((yy_start) - 1) / 2)
271 static int yy_start = 0; /* start state number */ variable
953 if ( ! (yy_start) )
954 (yy_start) = 1; /* first start state */
983 yy_current_state = (yy_start);
1540 yy_current_state = (yy_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c133 #define BEGIN yy_start = 1 + 2 *
1255 static int yy_start = 0; /* start state number */ variable
1298 if ( ! yy_start )
1299 yy_start = 1; /* first start state */
1329 yy_current_state = yy_start;
2184 yy_act = YY_STATE_EOF((yy_start - 1) / 2);
2329 yy_current_state = yy_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.c79 #define BEGIN yy_start = 1 + 2 *
85 #define YY_START ((yy_start - 1) / 2)
230 static int yy_start = 0; /* start state number */ variable
1998 if ( ! yy_start )
1999 yy_start = 1; /* first start state */
2026 yy_current_state = yy_start;
2650 yy_current_state = yy_start;

Completed in 100 milliseconds