Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c14982 #define POSIXCC_NOTYET(c) ((c) == '=' || (c) == '.') macro
14983 #define POSIXCC(c) (POSIXCC_DONE(c) || POSIXCC_NOTYET(c))
15174 if (POSIXCC_NOTYET(*p) && p < e - 3) /* 1 for the close, and 1 for the ']' in S_handle_possible_posix()
16966 ? ((POSIXCC_NOTYET(*RExC_parse)) in S_regclass()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c15606 #define POSIXCC_NOTYET(c) ((c) == '=' || (c) == '.') macro
15607 #define POSIXCC(c) (POSIXCC_DONE(c) || POSIXCC_NOTYET(c))
15798 if (POSIXCC_NOTYET(*p) && p < e - 3) /* 1 for the close, and 1 for the ']' in S_handle_possible_posix()
17596 ? ((POSIXCC_NOTYET(*RExC_parse)) in S_regclass()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c15680 #define POSIXCC_NOTYET(c) ((c) == '=' || (c) == '.') macro
15681 #define POSIXCC(c) (POSIXCC_DONE(c) || POSIXCC_NOTYET(c))
15872 if (POSIXCC_NOTYET(*p) && p < e - 3) /* 1 for the close, and 1 for the ']' in S_handle_possible_posix()
17670 ? ((POSIXCC_NOTYET(*RExC_parse)) in S_regclass()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c15466 #define POSIXCC_NOTYET(c) ((c) == '=' || (c) == '.') macro
15467 #define POSIXCC(c) (POSIXCC_DONE(c) || POSIXCC_NOTYET(c))
15658 if (POSIXCC_NOTYET(*p) && p < e - 3) /* 1 for the close, and 1 for the ']' in S_handle_possible_posix()
17457 ? ((POSIXCC_NOTYET(*RExC_parse)) in S_regclass()