Home
last modified time | relevance | path

Searched refs:av_fetch_simple (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50350022 av_fetch_simple # F added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregcomp_trie.c66 SV ** const tmp = av_fetch_simple( revcharmap, state, 0); in S_dump_trie()
175 SV ** const tmp = av_fetch_simple( revcharmap, in S_dump_trie_interim_list()
225 SV ** const tmp = av_fetch_simple( revcharmap, charid, 0); in S_dump_trie_interim_table()
1386 tmp = av_fetch_simple( revcharmap, ofs, 0); in Perl_make_trie()
1400 SV ** const tmp = av_fetch_simple( revcharmap, first_ofs, 0); in Perl_make_trie()
1420 SV **tmp = av_fetch_simple( revcharmap, first_ofs, 0); in Perl_make_trie()
1473 SV ** const tmp = av_fetch_simple( trie_words, word, 0 ); in Perl_make_trie()
H A Dregcomp_debug.c510 SV **name= av_fetch_simple(name_list, parno, 0 ); in Perl_regprop()
525 SV **name= av_fetch_simple(name_list, nums[0], 0 ); in Perl_regprop()
582 SV **name= av_fetch_simple(name_list, ARG1u(o), 0 ); in Perl_regprop()
1605 SV ** const elem_ptr = av_fetch_simple(trie_words, word_idx, 0); in Perl_dumpuntil()
H A Dav.c542 SV **svp = av_fetch_simple(oav, i, 0); in Perl_newAVav()
H A Dpad.c757 sv = *av_fetch_simple(PL_comppad, retval, TRUE); in Perl_pad_alloc()
H A Dregcomp.c9083 SV ** element_ptr = av_fetch_simple(fence_stack, i, FALSE); in S_dump_regex_sets_structures()
9266 this_array_ptr = (AV**) av_fetch_simple(multi_char_matches, cp_count, FALSE); in S_add_multi_match()
10599 this_array_ptr = (AV**) av_fetch_simple(multi_char_matches, in S_regclass()
H A Dembed.h144 # define av_fetch_simple(a,b,c) Perl_av_fetch_simple(aTHX_ a,b,c) macro
H A Dembed.fnc675 CRdip |SV ** |av_fetch_simple|NN AV *av \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges30 * 5.55.2 functions: av_fetch_simple, av_store_simple, voidnonfinal
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc636 CipdR |SV** |av_fetch_simple|NN AV *av|SSize_t key|I32 lval
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod613 =item * C<av_fetch_simple>