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

/freebsd-13-stable/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-13-stable/usr.bin/lex/
H A Dinitparse.c56 int trlcontxt, xcluflg, currccl, cclsorted, varlength, variable_trail_rule; variable
911 { xcluflg = false; }
915 { xcluflg = true; }
919 { scinstal( nmstr, xcluflg ); }
923 { scinstal( nmstr, xcluflg ); }

Completed in 109 milliseconds