Searched refs:yyleng (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dwc4.l11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
20 {ws}+ cc += yyleng;
22 \n+ cc += yyleng; l
[all...]
H A Dwc3.l11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
19 \n+ cc += yyleng; lc += yyleng;
H A Dwc5.l11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
19 \n+ cc += yyleng; lc += yyleng;
H A Dwc2.l10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {ws}+ cc += yyleng;
15 \n+ cc += yyleng; lc += yyleng;
H A Dwc1.l9 {nonws}+ cc += yyleng; ++wc;
11 {ws}+ cc += yyleng;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h59 int YYLeng() { return yyleng; }
89 int yyleng; member in class:FlexLexer
H A Dinitscan.c102 extern int yyleng;
217 int yyleng; variable
281 yyleng = (int) (yy_cp - yy_bp); \
1412 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1462 /* Code executed at the beginning of each rule, after yytext and yyleng
1475 if ( yyleng > 0 ) \
1477 (yytext[yyleng - 1] == '\n'); \
2188 yyless( yyleng - 2 ); /* put back '/', '*' */
2297 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
3547 yytext[yyleng]
[all...]
H A Dscan.c102 extern int yyleng;
217 int yyleng; variable
281 yyleng = (int) (yy_cp - yy_bp); \
1412 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1462 /* Code executed at the beginning of each rule, after yytext and yyleng
1475 if ( yyleng > 0 ) \
1477 (yytext[yyleng - 1] == '\n'); \
2188 yyless( yyleng - 2 ); /* put back '/', '*' */
2297 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
3547 yytext[yyleng]
[all...]
H A Dscan.l353 yyless( yyleng - 2 ); /* put back '/', '*' */
440 nmstr[yyleng - 2] = '\0'; /* chop trailing brace */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l98 struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
106 alloc_string(yytext, yyleng);
134 struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
139 alloc_string(yytext, yyleng);
153 append_string(yytext, yyleng);
158 append_string(yytext, yyleng);
161 append_string(yytext + 1, yyleng - 1);
166 append_string(yytext + 1, yyleng - 1);
190 for (i = 0; i < yyleng; i++) {
220 append_string(yytext, yyleng);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.l98 struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
106 alloc_string(yytext, yyleng);
134 struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
139 alloc_string(yytext, yyleng);
153 append_string(yytext, yyleng);
158 append_string(yytext, yyleng);
161 append_string(yytext + 1, yyleng - 1);
166 append_string(yytext + 1, yyleng - 1);
190 for (i = 0; i < yyleng; i++) {
220 append_string(yytext, yyleng);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l114 alloc_string(yytext, yyleng);
140 alloc_string(yytext, yyleng);
152 append_string(yytext, yyleng);
157 append_string(yytext, yyleng);
160 append_string(yytext+1, yyleng);
165 append_string(yytext+1, yyleng);
188 for (i = 0; i < yyleng; i++) {
219 append_string(yytext, yyleng);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.c101 extern int yyleng;
225 int yyleng; variable
289 yyleng = (int) (yy_cp - yy_bp); \
1914 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1964 /* Code executed at the beginning of each rule, after yytext and yyleng
3164 yytext[yyleng] = yy_hold_char; \
3168 yyleng = n; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
258 yyleng = yy_cp - yy_bp; \
328 extern int yyleng;
332 int yyleng; variable
1792 nmstr[yyleng - 1] = '\0'; /* chop trailing brace */

Completed in 130 milliseconds