Home
last modified time | relevance | path

Searched refs:xcluflg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/flex/src/
H A Dparse.y70 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule; variable
171 { xcluflg = false; }
174 { xcluflg = true; }
178 { scinstal( nmstr, xcluflg ); }
181 { scinstal( nmstr, xcluflg ); }
H A Dsym.c220 void scinstal (const char *str, int xcluflg) in scinstal() argument
236 scxclu[lastsc] = xcluflg; in scinstal()
/freebsd/usr.bin/lex/
H A Dinitparse.c55 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule; variable
910 { xcluflg = false; } in YYPARSE_DECL()
914 { xcluflg = true; } in YYPARSE_DECL()
918 { scinstal( nmstr, xcluflg ); } in YYPARSE_DECL()
922 { scinstal( nmstr, xcluflg ); } in YYPARSE_DECL()