Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Ddoop.c333 S_do_trans_count_invmap(pTHX_ SV * const sv, AV * const invmap) in S_do_trans_count_invmap()
402 S_do_trans_invmap(pTHX_ SV * const sv, AV * const invmap) in S_do_trans_invmap()
H A Dutf8.c3395 SV *invlist, const I32 * const invmap, in S_to_case_cp_list()
3492 SV *invlist, const I32 * const invmap, in S__to_utf8_case()
H A Dregexec.c2186 # define _generic_GET_BREAK_VAL_CP_CHECKED(invlist, invmap, cp) \ argument
2189 # define _generic_GET_BREAK_VAL_CP_CHECKED(invlist, invmap, cp) \ argument
2197 #define _generic_GET_BREAK_VAL_CP(invlist, invmap, cp) \ argument
H A Dop.c6174 AV* invmap; in S_pmtrans() local