Searched refs:reg_trie_wordinfo (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp.h1225 } reg_trie_wordinfo; typedef in typeref:struct:__anon110
1250 reg_trie_wordinfo *wordinfo; /* array of info per word */
H A Dregcomp_trie.c598 trie->wordinfo = (reg_trie_wordinfo *) PerlMemShared_calloc(
599 trie->wordcount+1, sizeof(reg_trie_wordinfo));
H A Dregexec.c6890 reg_trie_wordinfo * const wordinfo

Completed in 102 milliseconds