Home
last modified time | relevance | path

Searched refs:TRIE_CHARCOUNT (Results 1 – 13 of 13) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.h940 #define TRIE_CHARCOUNT(trie) ((trie)->charcount) macro
942 #define TRIE_CHARCOUNT(trie) (trie_charcount) macro
H A Dregcomp.c2809 TRIE_CHARCOUNT(trie)++; in S_make_trie()
2934 (int)TRIE_CHARCOUNT(trie), trie->uniquecharcount, in S_make_trie()
2960 Newx(prev_states, TRIE_CHARCOUNT(trie) + 2, U32); in S_make_trie()
2963 if ( (IV)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount + 1) in S_make_trie()
2984 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3210 PerlMemShared_calloc( ( TRIE_CHARCOUNT(trie) + 1 ) in S_make_trie()
3214 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3413 (int)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount in S_make_trie()
20392 (UV)TRIE_CHARCOUNT(trie), in Perl_regprop()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.h971 #define TRIE_CHARCOUNT(trie) ((trie)->charcount) macro
973 #define TRIE_CHARCOUNT(trie) (trie_charcount) macro
H A Dregcomp.c2907 TRIE_CHARCOUNT(trie)++; in S_make_trie()
3032 (int)TRIE_CHARCOUNT(trie), trie->uniquecharcount, in S_make_trie()
3058 Newx(prev_states, TRIE_CHARCOUNT(trie) + 2, U32); in S_make_trie()
3061 if ( (IV)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount + 1) in S_make_trie()
3082 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3308 PerlMemShared_calloc( ( TRIE_CHARCOUNT(trie) + 1 ) in S_make_trie()
3312 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3511 (int)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount in S_make_trie()
21160 (UV)TRIE_CHARCOUNT(trie), in Perl_regprop()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.h972 #define TRIE_CHARCOUNT(trie) ((trie)->charcount) macro
974 #define TRIE_CHARCOUNT(trie) (trie_charcount) macro
H A Dregcomp.c2891 TRIE_CHARCOUNT(trie)++; in S_make_trie()
3014 (int)TRIE_CHARCOUNT(trie), trie->uniquecharcount, in S_make_trie()
3040 Newx(prev_states, TRIE_CHARCOUNT(trie) + 2, U32); in S_make_trie()
3043 if ( (IV)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount + 1) in S_make_trie()
3064 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3290 PerlMemShared_calloc( ( TRIE_CHARCOUNT(trie) + 1 ) in S_make_trie()
3294 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3493 (int)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount in S_make_trie()
21295 (UV)TRIE_CHARCOUNT(trie), in Perl_regprop()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.h973 #define TRIE_CHARCOUNT(trie) ((trie)->charcount) macro
975 #define TRIE_CHARCOUNT(trie) (trie_charcount) macro
H A Dregcomp.c2891 TRIE_CHARCOUNT(trie)++; in S_make_trie()
3014 (int)TRIE_CHARCOUNT(trie), trie->uniquecharcount, in S_make_trie()
3040 Newx(prev_states, TRIE_CHARCOUNT(trie) + 2, U32); in S_make_trie()
3043 if ( (IV)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount + 1) in S_make_trie()
3064 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3290 PerlMemShared_calloc( ( TRIE_CHARCOUNT(trie) + 1 ) in S_make_trie()
3294 PerlMemShared_calloc( TRIE_CHARCOUNT(trie) + 2, in S_make_trie()
3493 (int)( ( TRIE_CHARCOUNT(trie) + 1 ) * trie->uniquecharcount in S_make_trie()
21393 (UV)TRIE_CHARCOUNT(trie), in Perl_regprop()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D5009004172 TRIE_CHARCOUNT # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D5009004172 TRIE_CHARCOUNT # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D5009004172 TRIE_CHARCOUNT # Z added by devel/scanprov
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dxs.vim3299 syn keyword xsMacro TRIE_BITMAP_TEST TRIE_CHARCOUNT TRIE_NODEIDX TRIE_NODENUM
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dxs.vim3299 syn keyword xsMacro TRIE_BITMAP_TEST TRIE_CHARCOUNT TRIE_NODEIDX TRIE_NODENUM