Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Dmain.c58 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
240 yytext_is_array = true; in check_options()
283 if (C_plus_plus && yytext_is_array) { in check_options()
285 yytext_is_array = false; in check_options()
404 if (yytext_is_array) in check_options()
912 do_yylineno = yytext_is_array = in_rule = reject = do_stdinit = in flexinit()
1191 yytext_is_array = true; in flexinit()
1195 yytext_is_array = false; in flexinit()
1614 if (yytext_is_array) { in readin()
H A Dgen.c1515 if (yymore_used && !yytext_is_array) { in make_tables()
1524 if (yytext_is_array) { in make_tables()
1790 if (yytext_is_array) { in make_tables()
1802 if (yytext_is_array) { in make_tables()
1831 if (yytext_is_array) { in make_tables()
1918 if (yymore_used && !yytext_is_array) { in make_tables()
1950 yymore_used ? (yytext_is_array ? "YY_G(yy_prev_more_offset)" : in make_tables()
H A Dscan.l176 ^"%pointer".*{NL} yytext_is_array = false; ++linenum;
177 ^"%array".*{NL} yytext_is_array = true; ++linenum;
H A Dflexdef.h371 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;