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

/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c2212 static int option_sense; variable
2706 option_sense = true; variable
2716 option_sense = ! option_sense; variable
2721 csize = option_sense ? 128 : 256;
2726 csize = option_sense ? 256 : 128;
2731 long_align = option_sense;
2737 ACTION_M4_IFDEF( "M4""_YY_ALWAYS_INTERACTIVE", option_sense );
2738 interactive = option_sense;
2744 yytext_is_array = option_sense;
[all...]
/freebsd-11-stable/contrib/flex/
H A Dscan.l134 static int option_sense;
326 {WS} option_sense = true;
330 no option_sense = ! option_sense;
332 7bit csize = option_sense ? 128 : 256;
333 8bit csize = option_sense ? 256 : 128;
335 align long_align = option_sense;
337 ACTION_M4_IFDEF( "M4""_YY_ALWAYS_INTERACTIVE", option_sense );
338 interactive = option_sense;
340 array yytext_is_array = option_sense;
[all...]

Completed in 125 milliseconds