OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YY_TRAILING_HEAD_MASK
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
parse.y
410
num_rules |
YY_TRAILING_HEAD_MASK
);
455
num_rules |
YY_TRAILING_HEAD_MASK
);
gen.c
301
indent_puts( "if ( yy_act &
YY_TRAILING_HEAD_MASK
||" );
311
indent_puts( "yy_act &= ~
YY_TRAILING_HEAD_MASK
;" );
325
"yy_looking_for_trail_begin |=
YY_TRAILING_HEAD_MASK
;" );
841
! (accnum &
YY_TRAILING_HEAD_MASK
) &&
1225
out_hex( "#define
YY_TRAILING_HEAD_MASK
0x%x\n",
1226
(unsigned int)
YY_TRAILING_HEAD_MASK
);
[
all
...]
flexdef.h
181
#define
YY_TRAILING_HEAD_MASK
0x4000
[
all
...]
dfa.c
127
if ( accset[j] &
YY_TRAILING_HEAD_MASK
)
/external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c
979
num_rules |
YY_TRAILING_HEAD_MASK
);
1026
num_rules |
YY_TRAILING_HEAD_MASK
);
[
all
...]
Completed in 51 milliseconds