Home
last modified time | relevance | path

Searched defs:_reg_trie_data (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.h871 struct _reg_trie_data { struct
872 U32 refcount; /* number of times this trie is referenced */
873 U32 lasttrans; /* last valid transition element */
874 U16 *charmap; /* byte to charid lookup array */
875 reg_trie_state *states; /* state data */
876 reg_trie_trans *trans; /* array of transition elements */
877 char *bitmap; /* stclass bitmap */
878 U16 *jump; /* optional 1 indexed array of offsets before tail
880 reg_trie_wordinfo *wordinfo; /* array of info per word */
881 U16 uniquecharcount; /* unique chars in trie (width of trans table) */
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.h903 struct _reg_trie_data { struct
904 U32 refcount; /* number of times this trie is referenced */
905 U32 lasttrans; /* last valid transition element */
906 U16 *charmap; /* byte to charid lookup array */
907 reg_trie_state *states; /* state data */
908 reg_trie_trans *trans; /* array of transition elements */
909 char *bitmap; /* stclass bitmap */
910 U16 *jump; /* optional 1 indexed array of offsets before tail
912 reg_trie_wordinfo *wordinfo; /* array of info per word */
913 U16 uniquecharcount; /* unique chars in trie (width of trans table) */
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.h904 struct _reg_trie_data { struct
905 U32 refcount; /* number of times this trie is referenced */
906 U32 lasttrans; /* last valid transition element */
907 U16 *charmap; /* byte to charid lookup array */
908 reg_trie_state *states; /* state data */
909 reg_trie_trans *trans; /* array of transition elements */
910 char *bitmap; /* stclass bitmap */
911 U16 *jump; /* optional 1 indexed array of offsets before tail
913 reg_trie_wordinfo *wordinfo; /* array of info per word */
914 U16 uniquecharcount; /* unique chars in trie (width of trans table) */
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.h902 struct _reg_trie_data { struct
903 U32 refcount; /* number of times this trie is referenced */
904 U32 lasttrans; /* last valid transition element */
905 U16 *charmap; /* byte to charid lookup array */
906 reg_trie_state *states; /* state data */
907 reg_trie_trans *trans; /* array of transition elements */
908 char *bitmap; /* stclass bitmap */
909 U16 *jump; /* optional 1 indexed array of offsets before tail
911 reg_trie_wordinfo *wordinfo; /* array of info per word */
912 U16 uniquecharcount; /* unique chars in trie (width of trans table) */
[all …]