Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/flex/
HDsym.c240 void scinstal (str, xcluflg) in scinstal() argument
242 int xcluflg;
258 scxclu[lastsc] = xcluflg;
HDparse.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 ); }
/freebsd-11-stable/usr.bin/lex/
HDinitparse.c55 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()