Home
last modified time | relevance | path

Searched refs:av_fetch (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs166 temp = *av_fetch(a, index, 0); /* fetch ptr to current element */
205 temp = *av_fetch(a, index, 0); /* fetch ptr to current element */
218 temp = *av_fetch(a, elems, 0); /* fetch last element */
249 temp = *av_fetch(a, index, 0); /* fetch ptr to current element */
258 temp = *av_fetch(a, elems, 0); /* fetch last element */
294 temp = *av_fetch(a, 0, 0); /* fetch first element */
317 SV *const temp = *av_fetch(a, 0, 0); /* fetch first element */
336 temp = *av_fetch(a, elems, 0); /* fetch last element */
375 tempx = *av_fetch(array_x, elemsx, 0); /* fetch last element */
376 tempy = *av_fetch(array_y, elemsx, 0); /* fetch last element */
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dvutil.c537 SV * const sv = *av_fetch(sav, key, FALSE); in Perl_new_version2()
1012 SV * tsv = *av_fetch(av, 0, 0); in Perl_vnumify2()
1018 SV * tsv = *av_fetch(av, i, 0); in Perl_vnumify2()
1071 SV * tsv = *av_fetch(av, 0, 0); in Perl_vnormal2()
1076 SV * tsv = *av_fetch(av, i, 0); in Perl_vnormal2()
1180 SV * const lsv = *av_fetch(lav,i,0); in Perl_vcmp2()
1183 rsv = *av_fetch(rav,i,0); in Perl_vcmp2()
1198 SV * const rsv = *av_fetch(rav,i,0); in Perl_vcmp2()
1208 SV * const lsv = *av_fetch(lav,i,0); in Perl_vcmp2()
H A Ddoop.c339 SV** const from_invlist_ptr = av_fetch(invmap, 0, TRUE); in S_do_trans_count_invmap()
340 SV** const to_invmap_ptr = av_fetch(invmap, 1, TRUE); in S_do_trans_count_invmap()
411 SV** const from_invlist_ptr = av_fetch(invmap, 0, TRUE); in S_do_trans_invmap()
412 SV** const to_invmap_ptr = av_fetch(invmap, 1, TRUE); in S_do_trans_invmap()
413 SV** const to_expansion_ptr = av_fetch(invmap, 2, TRUE); in S_do_trans_invmap()
433 SV** const final_map_ptr = av_fetch(invmap, 3, TRUE); in S_do_trans_invmap()
H A Ddoio.c1104 sv = *av_fetch(PL_fdpid,fd,TRUE); in S_openn_cleanup()
1108 sv = *av_fetch(PL_fdpid,savefd,TRUE); in S_openn_cleanup()
1276 dir_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_ORIG_DIRP, FALSE); in S_argvout_free()
1290 pid_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_ORIG_PID, FALSE); in S_argvout_free()
1640 SV **stat_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_ORIG_CWD_STAT, FALSE); in S_dir_unchanged()
1658 SV **temp_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_TEMP_NAME, FALSE); in S_dir_unchanged()
1687 SV **temp_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_TEMP_NAME, FALSE); in S_argvout_final()
1689 SV **orig_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_ORIG_NAME, FALSE); in S_argvout_final()
1690 SV **mode_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_ORIG_MODE, FALSE); in S_argvout_final()
1691 SV **pid_psv = av_fetch((AV*)mg->mg_obj, ARGVMG_ORIG_PID, FALSE); in S_argvout_final()
[all …]
H A Duniversal.c869 SV * const * const namsvp = av_fetch(av, i - 2, FALSE); in XS()
870 SV * const * const argsvp = av_fetch(av, i - 1, FALSE); in XS()
871 SV * const * const flgsvp = av_fetch(av, i, FALSE); in XS()
1036 entry = av_fetch(av, i, FALSE); in XS()
H A Dpp.c775 sv = MUTABLE_SV(av_fetch(av, i, FALSE)); in S_do_chomp()
5308 svp = av_fetch(av, elem, lval); in PP()
5369 svp = av_fetch(av, SvIV(*MARK), lval); in PP()
6500 begin = *av_fetch(av, i, TRUE);
6501 end = *av_fetch(av, j, TRUE);
7311 SV ** const svp = av_fetch(av, ix, 1); in S_localise_aelem_lval()
7619 svp = av_fetch(defav, ix, FALSE);
7669 SV **svp = av_fetch(defav, ix + i, FALSE);
7708 svp = av_fetch(defav, ix + i++, FALSE);
7710 svp = av_fetch(defav, ix + i++, FALSE);
[all …]
H A Dpp_ctl.c3335 SV ** const svp = av_fetch(arg, index, 0); in PP()
4404 first = SvIV(*av_fetch(lav,0,0)); in S_require_version()
4421 second = SvIV(*av_fetch(lav,1,0)); in S_require_version()
4698 dirsv = *av_fetch(inc_ar, inc_idx, TRUE); in S_require_file()
4723 loader = *av_fetch(MUTABLE_AV(SvRV(loader)), 0, TRUE); in S_require_file()
5093 SV **svp= av_fetch(inc_checked, i, TRUE); in S_require_file()
5893 SV * const * const svp = av_fetch(av, i, FALSE); in S_do_smartmatch()
5999 SV ** const svp = av_fetch(other_av, i, FALSE); in S_do_smartmatch()
6050 SV ** const svp = av_fetch(other_av, i, FALSE); in S_do_smartmatch()
6077 SV * const * const other_elem = av_fetch(other_av, i, FALSE); in S_do_smartmatch()
[all …]
H A Dav.c547 SV **svp = av_fetch(oav, i, 0); in Perl_newAVav()
1090 svp = av_fetch(av, key, TRUE); in Perl_av_delete()
H A Dpp_hot.c367 SV **svp = av_fetch(av, key, 1); in PP()
1453 SV ** const svp = av_fetch(av, i, FALSE); in S_pushav()
2060 svp = av_fetch(av, key, lval); in PP()
4581 SV** svp = av_fetch((AV*)sv, elem, 1); in PP()
4621 svp = av_fetch(av, elem, lval && !defer); in PP()
5053 SV * const * const svp = av_fetch(av, ix, FALSE); in PP()
6452 SV ** const svp = av_fetch(av, i, 0); in PP()
6606 svp = av_fetch(av, elem, lval && !defer); in PP()
H A Dclass.c251 SV *self = *(av_fetch(GvAV(PL_defgv), 0, 1)); in PP()
315 SV *params = *av_fetch(GvAV(PL_defgv), 0, 0); in PP()
H A Dregcomp.c646 SV ** const svp = av_fetch(av, i, FALSE); in S_concat_pat()
8661 if ( ! (top_ptr = av_fetch(stack, top_index, FALSE)) in S_handle_regex_sets()
8665 || ! (stacked_ptr = av_fetch(stack, in S_handle_regex_sets()
8805 || ( ! (top_ptr = av_fetch(stack, top_index, FALSE))) in S_handle_regex_sets()
8832 if ( ! (stacked_ptr = av_fetch(stack, top_index - 2, FALSE)) in S_handle_regex_sets()
8929 if ( (top_ptr = av_fetch(stack, top_index, FALSE)) in S_handle_regex_sets()
8960 top_ptr = av_fetch(stack, top_index, FALSE); in S_handle_regex_sets()
8986 && (! (stacked_ptr = av_fetch(stack, in S_handle_regex_sets()
9159 SV ** element_ptr = av_fetch(stack, i, FALSE); in S_dump_regex_sets_structures()
12292 SV ** stored_cp_list_ptr = av_fetch(av, INVLIST_INDEX, in Perl_set_ANYOF_arg()
[all …]
H A Dscope.c1563 svp = av_fetch(a0.any_av, a1.any_iv, 1); in Perl_leave_scope()
1998 SV **argp = av_fetch(args_any.av, n, 0); in Perl_magic_freedestruct()
/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
H A DFieldHash.xs133 SV* ob_id = *av_fetch(cont, 0, 0); in HUF_destroy_obj()
134 HV* field_tab = (HV*) *av_fetch(cont, 1, 0); in HUF_destroy_obj()
194 HV* field_tab = (HV*) *av_fetch(cont, 1, 0); in HUF_mark_field()
287 HV* field_tab = (HV*) *av_fetch(cont, 1, 0); in HUF_fix_trigger()
290 SV* old_id = *av_fetch(cont, 0, 0); in HUF_fix_trigger()
447 HV* field_tab = (HV*) *av_fetch(cont, 1, 0);
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_freemint.xs103 char *sym = SvPVX(*av_fetch(dl_require_symbols, x, 0));
132 char *sym = SvPVX(*av_fetch(dl_resolve_using, x, 0));
H A Ddl_hpux.xs87 char *sym = SvPVX(*av_fetch(dl_resolve_using, i, 0));
H A Ddl_vms.xs275 if (!(reqSVhndl = av_fetch(dl_require_symbols,0,FALSE)) || !(reqSV = *reqSVhndl)) {
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs923 Locale->alt_month[i] = SvPV_nolen( (SV *) *av_fetch(alt_names, i, 0) ); in _populate_C_time_locale()
924 Locale->month[i] = SvPV_nolen( (SV *) *av_fetch(long_names, i, 0) ); in _populate_C_time_locale()
925 Locale->mon[i] = SvPV_nolen( (SV *) *av_fetch(short_names, i, 0) ); in _populate_C_time_locale()
932 Locale->wday[i] = SvPV_nolen( (SV *) *av_fetch(short_names, i, 0) ); in _populate_C_time_locale()
933 Locale->weekday[i] = SvPV_nolen( (SV *) *av_fetch(long_names, i, 0) ); in _populate_C_time_locale()
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs724 if ((svp = av_fetch(seenentry, 0, FALSE)) in DD_dump()
915 svp = av_fetch((AV*)ival, ix, FALSE); in DD_dump()
1061 svp = av_fetch(keys, i, FALSE); in DD_dump()
1253 if ((svp = av_fetch(seenentry, 0, FALSE)) && (othername = *svp) in DD_dump()
1254 && (svp = av_fetch(seenentry, 2, FALSE)) && *svp && SvIV(*svp) > 0) in DD_dump()
1433 SV *mark = *av_fetch(seenentry, 2, TRUE); in DD_dump()
1583 if ((svp = av_fetch(todumpav, i, FALSE)))
1587 if ((svp = av_fetch(namesav, i, TRUE))) {
1663 svp = av_fetch(postav, i, FALSE);
/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs191 svp = av_fetch(seq, heads[s], 0); in S_mro_get_linear_isa_c3()
229 svp = av_fetch(seq, new_head, 0); in S_mro_get_linear_isa_c3()
256 SV **elem = av_fetch(retval, i, 0); in S_mro_get_linear_isa_c3()
/openbsd/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.xs171 elem = av_fetch(inary, i, 0); in XS_unpack_anotherstructPtrPtr()
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/
H A DSysV.xs75 if ((svp = av_fetch((av), (index), FALSE)) != NULL) \
/openbsd/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.xs443 SV *sv = *av_fetch(msgs, i, 0);
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.xs264 svp = av_fetch(av, i, 1); in _mstats_to_hv()
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs2687 sav = av_fetch(av, i, 0); in store_array()
4711 sva = av_fetch(cxt->aclass, idx, FALSE); in retrieve_idx_blessed()
4937 sva = av_fetch(cxt->aclass, idx, FALSE); in retrieve_hook_common()
5081 svh = av_fetch(cxt->aseen, tag, FALSE); in retrieve_hook_common()
5993 SV **svh = av_fetch(cxt->aseen, len, FALSE); in retrieve_lobject()
7232 svh = av_fetch(cxt->aseen, tagn, FALSE); in retrieve()
7285 svh = av_fetch(cxt->aseen, (U32)tag, FALSE); in retrieve()
/openbsd/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs964 svp = av_fetch((AV*) saggregate, mg->mg_len, 0); in sharedsv_elem_mg_FETCH()
1018 svp = av_fetch((AV*) saggregate, mg->mg_len, 1); in sharedsv_elem_mg_STORE()

12