Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h625 #define MC_ESC(syn) (syn)->meta_char_table.esc argument
626 #define MC_ANYCHAR(syn) (syn)->meta_char_table.anychar argument
627 #define MC_ANYTIME(syn) (syn)->meta_char_table.anytime argument
628 #define MC_ZERO_OR_ONE_TIME(syn) (syn)->meta_char_table.zero_or_one_time argument
629 #define MC_ONE_OR_MORE_TIME(syn) (syn)->meta_char_table.one_or_more_time argument
630 #define MC_ANYCHAR_ANYTIME(syn) (syn)->meta_char_table.anychar_anytime argument
632 #define IS_MC_ESC_CODE(code, syn) \ argument
633 ((code) == MC_ESC(syn) && \
634 !IS_SYNTAX_OP2((syn), ONIG_SYN_OP2_INEFFECTIVE_ESCAPE))
H A Dregparse.c2894 else if (x == MC_ESC(syn)) in_esc = 1; in str_exist_check_with_esc()
2907 OnigSyntaxType* syn = env->syntax; in fetch_token_in_cc() local
2930 else if (c == MC_ESC(syn)) { in fetch_token_in_cc()
3126 OnigSyntaxType* syn = env->syntax; in fetch_token() local
3142 if (IS_MC_ESC_CODE(c, syn)) { in fetch_token()
3590 if (c == MC_ANYCHAR(syn)) in fetch_token()
3592 else if (c == MC_ANYTIME(syn)) in fetch_token()
3594 else if (c == MC_ZERO_OR_ONE_TIME(syn)) in fetch_token()
3596 else if (c == MC_ONE_OR_MORE_TIME(syn)) in fetch_token()
3598 else if (c == MC_ANYCHAR_ANYTIME(syn)) { in fetch_token()
[all …]
H A Dregparse.h312 #define IS_SYNTAX_OP(syn, opm) (((syn)->op & (opm)) != 0) argument
313 #define IS_SYNTAX_OP2(syn, opm) (((syn)->op2 & (opm)) != 0) argument
314 #define IS_SYNTAX_BV(syn, bvm) (((syn)->behavior & (bvm)) != 0) argument
/PHP-5.5/ext/standard/tests/math/
H A Dbug21523.phpt4 <?php // $Id$ vim600:syn=php
H A Dbug24142.phpt4 <?php // $Id$ vim600:syn=php
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_open.phpt4 <?php # vim:syn=php
/PHP-5.5/ext/iconv/tests/
H A Dtranslit-utf8.phpt11 <?php // vim600: syn=php
/PHP-5.5/ext/sysvmsg/tests/
H A D001.phpt4 <?php // vim600:syn=php
/PHP-5.5/ext/standard/tests/network/
H A Dbug20134.phpt5 # vim600:syn=php:
/PHP-5.5/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.5/ext/zlib/tests/
H A Dgzreadgzwrite.phpt4 <?php # vim600:syn=php:
H A Dgzreadgzwriteplain.phpt4 <?php # vim600:syn=php:
/PHP-5.5/ext/xml/tests/
H A Dxml007.phpt4 <?php // vim600: syn=php
/PHP-5.5/ext/standard/tests/filters/
H A Dbasic.phpt5 # vim600:syn=php:
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt4 <?php // vim600: ts=4 sw=4 syn=php fdm=marker
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt330 .. vim: et syn=rst tw=78
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt34 before they appeared in Perl are also available using the Python syn-
4741 by PCRE are described in detail below. There is a quick-reference syn-
4744 regular expression syntax (which does not conflict with the Perl syn-
6148 the Python syntax. PCRE now supports both the Perl and the Python syn-
6448 The possessive quantifier syntax is an extension to the Perl 5.8 syn-
8747 matching functions. For backwards compatibility, PCRE_PARTIAL is a syn-

Completed in 77 milliseconds