Searched refs:yytext_is_array (Results 1 - 5 of 5) sorted by last modified time

/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c2394 yytext_is_array = false; ++linenum; variable
2400 yytext_is_array = true; ++linenum; variable
2744 yytext_is_array = option_sense; variable
2875 yytext_is_array = ! option_sense; variable
/freebsd-10.3-release/contrib/flex/
H A Dscan.l174 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
175 ^"%array".*{NL} yytext_is_array = true; ++linenum;
340 array yytext_is_array = option_sense;
379 pointer yytext_is_array = ! option_sense;
H A Dmain.c56 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap,
246 yytext_is_array = true;
294 if (C_plus_plus && yytext_is_array) {
296 yytext_is_array = false;
425 if (yytext_is_array)
942 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit =
1228 yytext_is_array = true;
1232 yytext_is_array = false;
1678 if (yytext_is_array) {
55 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, variable
H A Dgen.c1517 if (yymore_used && !yytext_is_array) {
1528 if (yytext_is_array) {
1807 if (yytext_is_array) {
1821 if (yytext_is_array) {
1853 if (yytext_is_array) {
1946 if (yymore_used && !yytext_is_array) {
1979 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" :
H A Dflexdef.h384 * yytext_is_array - if true (i.e., %array directive), then declare
409 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;

Completed in 145 milliseconds