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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A DFlexLexer.h182 int yy_more_offset; member in class:yyFlexLexer
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A DFlexLexer.h182 int yy_more_offset; member in class:yyFlexLexer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dlex.soapcpp2_lex.c288 if ( yyleng + yy_more_offset >= YYLMAX ) \
290 yy_flex_strncpy( &yytext[yy_more_offset], yytext_ptr, yyleng + 1 ); \
291 yyleng += yy_more_offset; \
292 yy_prev_more_offset = yy_more_offset; \
293 yy_more_offset = 0; \
512 static int yy_more_offset = 0; variable
514 #define yymore() (yy_more_offset = yy_flex_strlen( yytext ))
519 yy_more_offset = yy_prev_more_offset; \
520 yyleng -= yy_more_offset; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dlex.soapcpp2_lex.c288 if ( yyleng + yy_more_offset >= YYLMAX ) \
290 yy_flex_strncpy( &yytext[yy_more_offset], yytext_ptr, yyleng + 1 ); \
291 yyleng += yy_more_offset; \
292 yy_prev_more_offset = yy_more_offset; \
293 yy_more_offset = 0; \
512 static int yy_more_offset = 0; variable
514 #define yymore() (yy_more_offset = yy_flex_strlen( yytext ))
519 yy_more_offset = yy_prev_more_offset; \
520 yyleng -= yy_more_offset; \

Completed in 122 milliseconds