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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dflexdef.h176 #define YY_TRAILING_MASK 0x2000 macro
184 #define MAX_RULE (YY_TRAILING_MASK - 1)
H A Dgen.c319 indent_puts( "else if ( yy_act & YY_TRAILING_MASK )" );
323 "yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK;" );
849 accnum |= YY_TRAILING_MASK;
1223 out_hex( "#define YY_TRAILING_MASK 0x%x\n",
1224 (unsigned int) YY_TRAILING_MASK );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dflexdef.h176 #define YY_TRAILING_MASK 0x2000 macro
184 #define MAX_RULE (YY_TRAILING_MASK - 1)
H A Dgen.c319 indent_puts( "else if ( yy_act & YY_TRAILING_MASK )" );
323 "yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK;" );
849 accnum |= YY_TRAILING_MASK;
1223 out_hex( "#define YY_TRAILING_MASK 0x%x\n",
1224 (unsigned int) YY_TRAILING_MASK );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dlex.soapcpp2_lex.c500 #define YY_TRAILING_MASK 0x2000 macro
855 else if ( yy_act & YY_TRAILING_MASK )
857 yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dlex.soapcpp2_lex.c500 #define YY_TRAILING_MASK 0x2000 macro
855 else if ( yy_act & YY_TRAILING_MASK )
857 yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK;

Completed in 335 milliseconds