Searched refs:xcluflg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | parse.y | 70 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 D | sym.c | 220 void scinstal (const char *str, int xcluflg) in scinstal() argument 236 scxclu[lastsc] = xcluflg; in scinstal()
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 55 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()
|