Searched refs:xcluflg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/flex/ |
| HD | sym.c | 240 void scinstal (str, xcluflg) in scinstal() argument 242 int xcluflg; 258 scxclu[lastsc] = xcluflg;
|
| HD | 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 ); }
|
| /freebsd-11-stable/usr.bin/lex/ |
| HD | initparse.c | 55 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule; variable 914 { xcluflg = false; } in YYPARSE_DECL() 918 { xcluflg = true; } in YYPARSE_DECL() 922 { scinstal( nmstr, xcluflg ); } in YYPARSE_DECL() 926 { scinstal( nmstr, xcluflg ); } in YYPARSE_DECL()
|