Searched defs:widecharmap (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | regcomp_trie.c | 51 S_dump_trie(pTHX_ const struct _reg_trie_data *trie, HV *widecharmap, in S_dump_trie() argument 146 HV *widecharmap, AV *revcharmap, U32 next_alloc, in S_dump_trie_interim_list() argument 206 HV *widecharmap, AV *revcharmap, U32 next_alloc, in S_dump_trie_interim_table() argument 543 HV *widecharmap = NULL; Perl_make_trie() local [all...] |
H A D | regexec.c | 1802 #define REXEC_TRIE_READ_CHAR(trie_type, trie, widecharmap, uc, uc_end, uscan, len, uvc, charid, foldlen, foldbuf, uniflags) \ argument 3248 HV *widecharmap = MUTABLE_HV(progi->data->data[ aho->trie + 1 ]); S_find_byclass() local 6704 HV * widecharmap = MUTABLE_HV(rexi->data->data[ ARG1u( scan ) + 1 ]); S_regmatch() local
|