Home
last modified time | relevance | path

Searched refs:yymore (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/flex/
H A DONEWS14 - Some serious bugs in yymore() have been fixed. In particular,
16 calls to input(), unput(), and yymore(). (This still doesn't
186 REJECT or yymore features (this is not new). Two %options can be
192 yymore
732 doing so and then using yymore() will yield weird results).
873 - Fixed bug in using yymore() at the end of a file.
899 - Fixed a serious bug in yymore() which basically made it
1121 - yymore() handling rewritten to fix bug with interaction
1122 between yymore() and trailing context.
1175 - yymore() has been implemented. Similarly to REJECT, flex
[all …]
H A DChangeLog2732 * main.c: let flex decide if yymore and reject are needed in lex
4587 where the use of yylineno, reentrant, and yymore together caused a
7852 examples/manual/wc.lex, examples/manual/yymore.lex,
7959 * gen.c: bug fix for yymore()/yylineno interaction
8007 * flex.skl: bug fixes for yymore (especially with %array)
8011 * gen.c: yymore + %array tweaks
8023 * flex.skl: snapshot of cscope yymore fixes, prior to switching
8024 yymore-on-%array approach
9368 * gen.c: Cleaner definition for yymore() Fixed string broken across
9616 yyless() with yymore() checkpoint prior to C++ option
[all …]
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex610 <quotedstring>{DQANY}* { LEXOUT(("STR(%s) ", ub_c_text)); yymore(); }
631 <singlequotedstr>{SQANY}* { LEXOUT(("STR(%s) ", ub_c_text)); yymore(); }
664 <include_quoted>{DQANY}* { LEXOUT(("ISTR(%s) ", ub_c_text)); yymore(); }
708 <include_toplevel_quoted>{DQANY}* { LEXOUT(("ITSTR(%s) ", ub_c_text)); yymore(); }
H A Dconfiglexer.c4307 #define yymore() ((yy_more_flag) = 1) macro
6703 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6743 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6815 { LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
6901 { LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c463 #define yymore() yymore_used_but_not_detected macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c471 #define yymore() yymore_used_but_not_detected macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c450 #define yymore() yymore_used_but_not_detected macro
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c786 #define yymore() yymore_used_but_not_detected macro
/freebsd/usr.bin/lex/
H A Dinitscan.c1843 #define yymore() yymore_used_but_not_detected macro
/freebsd/contrib/flex/src/
H A Dflex.skl662 %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \
1251 %% [8.0] yymore()-related code goes here
/freebsd/contrib/libpcap/
H A Dconfigure9285 c { yymore (); }
/freebsd/contrib/openbsm/
H A Dconfigure3480 c { yymore (); }
/freebsd/contrib/unbound/
H A Dconfigure7177 c { yymore (); }
/freebsd/crypto/heimdal/
H A Dconfigure12407 c { yymore (); }