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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c161 extern yy_size_t yyleng;
179 for ( yyl = n; yyl < yyleng; ++yyl )\
288 yy_size_t yyleng; variable
371 yyleng = (size_t) (yy_cp - yy_bp); \
374 if ( yyleng + (yy_more_offset) >= YYLMAX ) \
376 yy_flex_strncpy( &yytext[(yy_more_offset)], (yytext_ptr), yyleng + 1 ); \
377 yyleng += (yy_more_offset); \
948 yyleng -= (yy_more_offset); \
1156 #define ECHO fwrite( yytext, yyleng, 1, yyout )
1226 /* Code executed at the beginning of each rule, after yytext and yyleng
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_lex.l437 yylval.l_str = strndup(yytext + 1, yyleng - 2);
460 if (yyleng == 2)
464 yytext[yyleng - 1] = '\0';
646 char *q = yytext + yyleng - 1;

Completed in 47 milliseconds