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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c374 if ( yyleng + (yy_more_offset) >= YYLMAX ) \
375 YY_FATAL_ERROR( "token too large, exceeds YYLMAX" ); \
950 #ifndef YYLMAX
951 #define YYLMAX 8192 macro
954 char yytext[YYLMAX];

Completed in 71 milliseconds