Home
last modified time | relevance | path

Searched refs:TRIE_NODEIDX (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500900251 TRIE_NODEIDX # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.h1305 #define TRIE_NODEIDX(state) ((state) ? (((state)-1)*(trie->uniquecharcount)+1) : (state)) macro
Dregcomp_trie.c1280 const U32 stateidx = TRIE_NODEIDX( state ); in Perl_make_trie()