Home
last modified time | relevance | path

Searched refs:SKIP_IF_CHAR (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c709 #define SKIP_IF_CHAR(s, e) (!*(s) ? 0 : UTF ? UTF8_SAFE_SKIP(s, e) : 1) macro
11011 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_parse_lparen_question_flags()
11510 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
11785 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c784 #define SKIP_IF_CHAR(s, e) (!*(s) ? 0 : UTF ? UTF8_SAFE_SKIP(s, e) : 1) macro
11027 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_parse_lparen_question_flags()
11533 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
11826 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c784 #define SKIP_IF_CHAR(s, e) (!*(s) ? 0 : UTF ? UTF8_SAFE_SKIP(s, e) : 1) macro
11056 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_parse_lparen_question_flags()
11607 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
11900 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c797 #define SKIP_IF_CHAR(s, e) (!*(s) ? 0 : UTF ? UTF8_SAFE_SKIP(s, e) : 1) macro
11069 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_parse_lparen_question_flags()
11570 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()
11863 RExC_parse += SKIP_IF_CHAR(RExC_parse, RExC_end); in S_reg()