Searched refs:YYPATCH (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/byacc/ |
| H A D | yaccpar.c | 26 #ifdef YYPATCH 27 CONCAT1("#define YYPATCH ", YYPATCH),
|
| H A D | btyaccpar.c | 26 #ifdef YYPATCH 27 CONCAT1("#define YYPATCH ", YYPATCH),
|
| H A D | skel2c | 20 printf "#ifdef YYPATCH\n"; 21 printf " CONCAT1(\"#define YYPATCH \", YYPATCH),\n";
|
| H A D | defs.h | 26 #ifdef YYPATCH 27 #define VSTRING(a,b) CONCAT2(a,b) CONCAT1(" ",YYPATCH)
|
| H A D | CHANGES | 3202 use a better renaming of the YYPATCH definition (none of the test-cases rely 3330 YYPATCH #define's to make test-outputs easier to compare #line's (report 5565 filter out lines with YYPATCH, since that will change with each update 5575 add YYPATCH here so it can be tested by applications. 5579 YYPATCH symbols. 5587 the VERSION file holds the patch-date. Define YYPATCH, so this will be
|
| /freebsd/usr.bin/yacc/ |
| H A D | Makefile | 14 YYPATCH!= cat ${BYACC_SRC}/VERSION macro 15 CFLAGS+= -DYYPATCH=${YYPATCH}
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 115 * The 2005-05-05 release was the first one to define YYPATCH, so 116 * we treat any release that either 1) doesn't define YYPATCH or 119 #if defined(YYBYACC) && (!defined(YYPATCH) || YYPATCH < 20170709)
|
| /freebsd/usr.bin/lex/ |
| H A D | initparse.c | 7 #define YYPATCH 20200330 macro
|