OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:option_sense
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
initscan.c
1490
static int
option_sense
;
variable
1803
option_sense
= true;
variable
1813
option_sense
= !
option_sense
;
variable
[
all
...]
scan.l
97
static int
option_sense
;
212
{WS}
option_sense
= true;
216
no
option_sense
= !
option_sense
;
218
7bit csize =
option_sense
? 128 : 256;
219
8bit csize =
option_sense
? 256 : 128;
221
align long_align =
option_sense
;
223
action_define( "YY_ALWAYS_INTERACTIVE",
option_sense
);
225
array yytext_is_array =
option_sense
;
226
backup backing_up_report =
option_sense
;
[
all
...]
Completed in 901 milliseconds