Home
last modified time | relevance | path

Searched refs:yytext_is_array (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/flex/
HDmain.c55 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, variable
245 yytext_is_array = true; in check_options()
293 if (C_plus_plus && yytext_is_array) { in check_options()
295 yytext_is_array = false; in check_options()
424 if (yytext_is_array) in check_options()
941 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit =
1227 yytext_is_array = true;
1231 yytext_is_array = false;
1677 if (yytext_is_array) { in readin()
HDgen.c1517 if (yymore_used && !yytext_is_array) { in make_tables()
1528 if (yytext_is_array) { in make_tables()
1807 if (yytext_is_array) { in make_tables()
1821 if (yytext_is_array) { in make_tables()
1853 if (yytext_is_array) { in make_tables()
1946 if (yymore_used && !yytext_is_array) { in make_tables()
1979 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" : in make_tables()
HDscan.l174 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
175 ^"%array".*{NL} yytext_is_array = true; ++linenum;
HDflexdef.h409 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
/NextBSD/usr.bin/lex/
HDinitscan.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