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

/freebsd-9.3-release/usr.bin/lex/
H A Dflexdef.h177 #define YY_TRAILING_MASK 0x2000 macro
185 #define MAX_RULE (YY_TRAILING_MASK - 1)
H A Dgen.c323 indent_puts( "else if ( yy_act & YY_TRAILING_MASK )" );
327 "yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK;" );
853 accnum |= YY_TRAILING_MASK;
1227 out_hex( "#define YY_TRAILING_MASK 0x%x\n",
1228 (unsigned int) YY_TRAILING_MASK );

Completed in 47 milliseconds