Home
last modified time | relevance | path

Searched refs:regnode_anyofhs (Results 1 – 9 of 9) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.h137 struct regnode_anyofhs { /* Constructed this way to keep the string aligned. */ struct
H A Dregexec.c2212 && memEQ(s, ((struct regnode_anyofhs *) c)->string, FLAGS(c)) in S_find_byclass()
6923 || memNE(locinput, ((struct regnode_anyofhs *) scan)->string, FLAGS(scan)) in S_regmatch()
9817 && memEQ(scan, ((struct regnode_anyofhs *) p)->string, FLAGS(p)) in S_regrepeat()
H A Dregcomp.c19875 ((struct regnode_anyofhs *) REGNODE_p(ret))->str_len in S_regclass()
19878 ((struct regnode_anyofhs *) REGNODE_p(ret))->string, in S_regclass()
21449 …X_ sv, " (Leading UTF-8 bytes=%s", _byte_dump_string((U8 *) ((struct regnode_anyofhs *) o)->string… in Perl_regprop()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.h138 struct regnode_anyofhs { /* Constructed this way to keep the string aligned. */ struct
H A Dregexec.c2319 && memEQ(s, ((struct regnode_anyofhs *) c)->string, FLAGS(c)) in S_find_byclass()
7434 || memNE(locinput, ((struct regnode_anyofhs *) scan)->string, FLAGS(scan)) in S_regmatch()
10236 && memEQ(scan, ((struct regnode_anyofhs *) p)->string, FLAGS(p)) in S_regrepeat()
H A Dregcomp.c20020 ((struct regnode_anyofhs *) REGNODE_p(ret))->str_len in S_regclass()
20023 ((struct regnode_anyofhs *) REGNODE_p(ret))->string, in S_regclass()
21584 …X_ sv, " (Leading UTF-8 bytes=%s", _byte_dump_string((U8 *) ((struct regnode_anyofhs *) o)->string… in Perl_regprop()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.h138 struct regnode_anyofhs { /* Constructed this way to keep the string aligned. */ struct
H A Dregexec.c2330 ((struct regnode_anyofhs *) c)->string, in S_find_byclass()
2332 ((struct regnode_anyofhs *) c)->string + FLAGS(c), in S_find_byclass()
7447 || memNE(locinput, ((struct regnode_anyofhs *) scan)->string, FLAGS(scan)) in S_regmatch()
10269 && memEQ(scan, ((struct regnode_anyofhs *) p)->string, FLAGS(p)) in S_regrepeat()
H A Dregcomp.c20179 ((struct regnode_anyofhs *) REGNODE_p(*ret))->str_len in S_optimize_regclass()
20182 ((struct regnode_anyofhs *) REGNODE_p(*ret))->string, in S_optimize_regclass()
21682 …X_ sv, " (Leading UTF-8 bytes=%s", _byte_dump_string((U8 *) ((struct regnode_anyofhs *) o)->string… in Perl_regprop()