Home
last modified time | relevance | path

Searched refs:RE2C (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/
H A Dgenfiles8 if [ -z $RE2C ]; then
9 RE2C="re2c"
12 STD="make -f Makefile.frag RE2C='$RE2C' RE2C_FLAGS='-i' YACC='$YACC' srcdir=Zend builddir=Zend top_…
H A DMakefile.frag10 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_la…
21 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_in…
H A Dacinclude.m42174 AC_CHECK_PROG(RE2C, re2c, re2c)
2175 if test -n "$RE2C"; then
2177 re2c_vernum=`$RE2C --vernum 2>/dev/null`
2181 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
2188 RE2C="exit 0;"
2191 PHP_SUBST(RE2C)
/PHP-5.5/ext/standard/
H A DMakefile.frag3 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standar…
6 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/…
/PHP-5.5/Zend/
H A DMakefile.am35 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt $(srcdir)/zend_language_scanner_…
47 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt $(srcdir)/zend_ini_scanner_defs.…
/PHP-5.5/ext/pdo/
H A DMakefile.frag9 …(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser…
/PHP-5.5/win32/build/
H A DMakefile24 RE2C="$(RE2C)" macro
36 !if $(RE2C) == ""
56 !if $(RE2C) != ""
58 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZ…
61 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_language_scanner_defs.…
H A Dconfig.w32.phpize.in55 RE2C = PATH_PROG('re2c');
56 if (RE2C) {
60 RE2CVERS = probe_binary(RE2C, "version");
67 STDOUT.WriteLine('WARNING: The minimum RE2C version requirement is ' + MINRE2C);
69 DEFINE('RE2C', '');
H A Dconfig.w3256 RE2C = PATH_PROG('re2c');
57 if (RE2C) {
61 RE2CVERS = probe_binary(RE2C, "version");
68 STDOUT.WriteLine('WARNING: The minimum RE2C version requirement is ' + MINRE2C);
70 DEFINE('RE2C', '');
H A Dtemplate.dsp29 RE2C=re2c.exe
/PHP-5.5/ext/phar/
H A DMakefile.frag2 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_pa…

Completed in 20 milliseconds