Home
last modified time | relevance | path

Searched refs:option_sense (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/usr.bin/lex/
Dinitscan.c1499 static int option_sense; variable
1812 option_sense = true; variable
1822 option_sense = ! option_sense; variable
1827 csize = option_sense ? 128 : 256;
1832 csize = option_sense ? 256 : 128;
1837 long_align = option_sense;
1843 action_define( "YY_ALWAYS_INTERACTIVE", option_sense );
1849 yytext_is_array = option_sense;
1854 backing_up_report = option_sense;
1859 interactive = ! option_sense;
[all …]
Dscan.l98 static int option_sense;