Searched refs:yymore (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/flex/ |
| H A D | ONEWS | 14 - 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 D | ChangeLog | 2732 * 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 D | configlexer.lex | 622 <quotedstring>{DQANY}* { LEXOUT(("STR(%s) ", ub_c_text)); yymore(); } 643 <singlequotedstr>{SQANY}* { LEXOUT(("STR(%s) ", ub_c_text)); yymore(); } 676 <include_quoted>{DQANY}* { LEXOUT(("ISTR(%s) ", ub_c_text)); yymore(); } 720 <include_toplevel_quoted>{DQANY}* { LEXOUT(("ITSTR(%s) ", ub_c_text)); yymore(); }
|
| H A D | configlexer.c | 4438 #define yymore() ((yy_more_flag) = 1) macro 6898 { LEXOUT(("STR(%s) ", yytext)); yymore(); } 6938 { LEXOUT(("STR(%s) ", yytext)); yymore(); } 7010 { LEXOUT(("ISTR(%s) ", yytext)); yymore(); } 7096 { LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
|
| /freebsd/tools/build/bootstrap-m4/ |
| H A D | inittokenizer.c | 463 #define yymore() yymore_used_but_not_detected macro
|
| /freebsd/crypto/heimdal/lib/com_err/ |
| H A D | lex.c | 471 #define yymore() yymore_used_but_not_detected macro
|
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | slc-lex.c | 450 #define yymore() yymore_used_but_not_detected macro
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | lex.c | 786 #define yymore() yymore_used_but_not_detected macro
|
| /freebsd/usr.bin/lex/ |
| H A D | initscan.c | 1843 #define yymore() yymore_used_but_not_detected macro
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 662 %% [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 D | configure | 9275 c { yymore (); }
|
| /freebsd/contrib/openbsm/ |
| H A D | configure | 3480 c { yymore (); }
|
| /freebsd/contrib/unbound/ |
| H A D | configure | 7253 c { yymore (); }
|
| /freebsd/crypto/heimdal/ |
| H A D | configure | 12407 c { yymore (); }
|