Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c4907 #define TRIE_TYPE(X) ( ( NOTHING == (X) ) \ in S_study_chunk() macro
4927 U8 noper_trietype = TRIE_TYPE( noper_type ); in S_study_chunk()
4931 … U8 noper_next_trietype = (noper_next && noper_next < tail) ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
4979 U8 noper_next_trietype = noper_next_type ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c4965 #define TRIE_TYPE(X) ( ( NOTHING == (X) ) \ in S_study_chunk() macro
4985 U8 noper_trietype = TRIE_TYPE( noper_type ); in S_study_chunk()
4989 … U8 noper_next_trietype = (noper_next && noper_next < tail) ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
5037 U8 noper_next_trietype = noper_next_type ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c4965 #define TRIE_TYPE(X) ( ( NOTHING == (X) ) \ in S_study_chunk() macro
4985 U8 noper_trietype = TRIE_TYPE( noper_type ); in S_study_chunk()
4989 … U8 noper_next_trietype = (noper_next && noper_next < tail) ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
5037 … U8 noper_next_trietype = noper_next_type ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c4986 #define TRIE_TYPE(X) ( ( NOTHING == (X) ) \ in S_study_chunk() macro
5006 U8 noper_trietype = TRIE_TYPE( noper_type ); in S_study_chunk()
5010 … U8 noper_next_trietype = (noper_next && noper_next < tail) ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()
5058 U8 noper_next_trietype = noper_next_type ? TRIE_TYPE( noper_next_type ) :0; in S_study_chunk()