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

/freebsd-current/contrib/flex/src/
H A Dsym.c217 * The start condition is "exclusive" if xcluflg is true.
220 void scinstal (const char *str, int xcluflg) argument
236 scxclu[lastsc] = xcluflg;
H A Dparse.y70 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule;
171 { xcluflg = false; }
174 { xcluflg = true; }
178 { scinstal( nmstr, xcluflg ); }
181 { scinstal( nmstr, xcluflg ); }
/freebsd-current/usr.bin/lex/
H A Dinitparse.c55 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule; variable
910 { xcluflg = false; }
914 { xcluflg = true; }
918 { scinstal( nmstr, xcluflg ); }
922 { scinstal( nmstr, xcluflg ); }

Completed in 120 milliseconds