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

/freebsd-11-stable/contrib/flex/
H A Dflexdef.h211 #define YY_TRAILING_MASK 0x2000 macro
219 #define MAX_RULE (YY_TRAILING_MASK - 1)
H A Dgen.c547 ("else if ( yy_act & YY_TRAILING_MASK )");
551 ("YY_G(yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK;");
1130 accnum |= YY_TRAILING_MASK;
1774 out_hex ("#define YY_TRAILING_MASK 0x%x\n",
1775 (unsigned int) YY_TRAILING_MASK);

Completed in 48 milliseconds