Home
last modified time | relevance | path

Searched refs:syn (Results 1 – 19 of 19) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h293 #define IS_SYNTAX_OP(syn, opm) (((syn)->op & (opm)) != 0) argument
294 #define IS_SYNTAX_OP2(syn, opm) (((syn)->op2 & (opm)) != 0) argument
295 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0) argument
H A Dregparse.c2751 OnigSyntaxType* syn = env->syntax; in fetch_token_in_cc() local
2880 if (IS_SYNTAX_OP2(syn, ONIG_SYN_OP2_ESC_U_HEX4)) { in fetch_token_in_cc()
2894 if (IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_OCTAL3)) { in fetch_token_in_cc()
2944 if (IS_SYNTAX_OP2(syn, ONIG_SYN_OP2_CCLASS_SET_OP) && in fetch_token_in_cc()
2962 OnigSyntaxType* syn = env->syntax; in fetch_token() local
2978 if (IS_MC_ESC_CODE(c, enc, syn)) { in fetch_token()
3010 IS_SYNTAX_OP(syn, ONIG_SYN_OP_QMARK_NON_GREEDY)) { in fetch_token()
3211 if (IS_SYNTAX_OP2(syn, ONIG_SYN_OP2_ESC_U_HEX4)) { in fetch_token()
3234 if (IS_SYNTAX_BV(syn, ONIG_SYN_STRICT_CHECK_BACKREF)) { in fetch_token()
3259 if (IS_SYNTAX_OP(syn, ONIG_SYN_OP_ESC_OCTAL3)) { in fetch_token()
[all …]
H A Dregint.h755 #define IS_MC_ESC_CODE(code, enc, syn) \ argument
757 !IS_SYNTAX_OP2((syn), ONIG_SYN_OP2_INEFFECTIVE_ESCAPE))
/PHP-5.3/ext/standard/tests/math/
H A Dbug21523.phpt4 <?php // $Id$ vim600:syn=php
H A Dbug24142.phpt4 <?php // $Id$ vim600:syn=php
/PHP-5.3/ext/standard/tests/general_functions/
H A Dproc_open.phpt4 <?php # vim:syn=php
/PHP-5.3/ext/iconv/tests/
H A Dtranslit-utf8.phpt12 <?php // vim600: syn=php
/PHP-5.3/ext/sysvmsg/tests/
H A D001.phpt4 <?php // vim600:syn=php
/PHP-5.3/ext/standard/tests/network/
H A Dbug20134.phpt5 # vim600:syn=php:
/PHP-5.3/ext/standard/tests/file/
H A Duserfilters.phpt5 # vim600:syn=php:
H A Dfopencookie.phpt5 # vim600:syn=php:
H A Duserstreams.phpt5 # vim600:syn=php:
/PHP-5.3/ext/zlib/tests/
H A Dgzreadgzwrite.phpt4 <?php # vim600:syn=php:
H A Dgzreadgzwriteplain.phpt4 <?php # vim600:syn=php:
/PHP-5.3/ext/xml/tests/
H A Dxml007.phpt4 <?php // vim600: syn=php
/PHP-5.3/ext/standard/tests/filters/
H A Dbasic.phpt5 # vim600:syn=php:
/PHP-5.3/ext/sysvsem/tests/
H A Dsysv.phpt4 <?php // vim600: ts=4 sw=4 syn=php fdm=marker
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt330 .. vim: et syn=rst tw=78
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt23 before they appeared in Perl are also available using the Python syn-
4506 by PCRE are described in detail below. There is a quick-reference syn-
4509 regular expression syntax (which does not conflict with the Perl syn-
5766 the Python syntax. PCRE now supports both the Perl and the Python syn-
6056 The possessive quantifier syntax is an extension to the Perl 5.8 syn-
6459 also recognized. However, there is a possible ambiguity with this syn-
8243 matching functions. For backwards compatibility, PCRE_PARTIAL is a syn-

Completed in 59 milliseconds