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 D | 5035002 | 2 av_fetch_simple # F added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp_trie.c | 66 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 D | regcomp_debug.c | 510 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 D | av.c | 542 SV **svp = av_fetch_simple(oav, i, 0); in Perl_newAVav()
|
H A D | pad.c | 757 sv = *av_fetch_simple(PL_comppad, retval, TRUE); in Perl_pad_alloc()
|
H A D | regcomp.c | 9083 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 D | embed.h | 144 # define av_fetch_simple(a,b,c) Perl_av_fetch_simple(aTHX_ a,b,c) macro
|
H A D | embed.fnc | 675 CRdip |SV ** |av_fetch_simple|NN AV *av \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 30 * 5.55.2 functions: av_fetch_simple, av_store_simple, voidnonfinal
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 636 CipdR |SV** |av_fetch_simple|NN AV *av|SSize_t key|I32 lval
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlguts.pod | 613 =item * C<av_fetch_simple>
|