Home
last modified time | relevance | path

Searched refs:PADOFFSET (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/
H A Dpad.c549 static PADOFFSET
606 PADOFFSET
666 PADOFFSET
683 PADOFFSET
719 PADOFFSET
811 PADOFFSET
960 PADOFFSET
1017 PADOFFSET
1033 PADOFFSET
1100 STATIC PADOFFSET
[all …]
H A Dintrpvar.h676 PERLVAR(I, comppad_name_fill, PADOFFSET)/* last "introduced" variable offset */
677 PERLVAR(I, comppad_name_floor, PADOFFSET)/* start of vars in innermost block */
739 PERLVAR(I, min_intro_pending, PADOFFSET)/* start of vars to introduce */
741 PERLVAR(I, max_intro_pending, PADOFFSET)/* end of vars to introduce */
742 PERLVAR(I, padix, PADOFFSET) /* lowest unused index - 1
744 PERLVAR(I, constpadix, PADOFFSET) /* lowest unused for constants */
746 PERLVAR(I, padix_floor, PADOFFSET) /* how low may inner block reset padix */
903 PERLVARI(I, stashpadmax, PADOFFSET, 64)
904 PERLVARI(I, stashpadix, PADOFFSET, 0)
H A Dclass.c58 PADOFFSET fieldix = aux[0].uv; in PP()
119 PADOFFSET padix = PL_op->op_targ; in PP()
296 PADOFFSET padix = (aux++)->uv; in PP()
399 PADOFFSET padix = pad_add_name_pvs("$(self)", 0, NULL, NULL); in Perl_class_setup_stash()
662 for(PADOFFSET padix = 2; padix <= PadnamelistMAX(pnl); padix++) { in Perl_class_seal_stash()
700 PADOFFSET fieldix = PadnameFIELDINFO(pn)->fieldix; in Perl_class_seal_stash()
841 PADOFFSET padix; in Perl_class_prepare_method_parse()
875 for(PADOFFSET padix = 2; padix <= PadnamelistMAX(pnl); padix++) { in Perl_class_wrap_method_body()
923 PADOFFSET fieldix = aux->xhv_class_next_fieldix; in Perl_class_add_field()
979 PADOFFSET fieldix = PadnameFIELDINFO(pn)->fieldix; in apply_field_attribute_reader()
[all …]
H A Dpad.h16 typedef SSize_t PADOFFSET; /* signed so that -1 is a valid value */ typedef
17 #define NOT_IN_PAD ((PADOFFSET) -1)
43 PADOFFSET xpadnl_max_named; /* highest index with len > 0 */
98 PADOFFSET fieldix; /* index of this field within ObjectFIELDS() array */
H A Dop.h54 PADOFFSET op_targ; \
202 PADOFFSET pad_offset;
267 PADOFFSET op_rclass_targ; /* pad index for redirect class */
278 PADOFFSET op_pmoffset;
285 PADOFFSET op_pmtargetoff; /* For OP_SPLIT lex ary or thr GV */
291 PADOFFSET op_pmstashoff; /* Only used in OP_MATCH, with PMf_ONCE set */
441 PADOFFSET op_padix;
H A Dbuiltin.c59 PADOFFSET off = pad_add_name_sv(name, padadd_STATE, 0, 0); in S_export_lexical()
719 PADOFFSET off = pad_findmy_sv(ampname, 0); in Perl_import_builtin_bundle()
H A Dproto.h184 PERL_CALLCONV PADOFFSET
3309 PERL_CALLCONV PADOFFSET
3314 PERL_CALLCONV PADOFFSET
3319 PERL_CALLCONV PADOFFSET
3324 PERL_CALLCONV PADOFFSET
3335 PERL_CALLCONV PADOFFSET
3344 PERL_CALLCONV PADOFFSET
3349 PERL_CALLCONV PADOFFSET
3354 PERL_CALLCONV PADOFFSET
7572 STATIC PADOFFSET
[all …]
H A Dop.c627 PADOFFSET
630 PADOFFSET result; in Perl_op_refcnt_dec()
742 PADOFFSET
745 PADOFFSET off; in Perl_allocmy()
824 PADOFFSET
827 PADOFFSET off = 0, o = 1; in Perl_alloccopstash()
2822 PADOFFSET ix; in Perl_op_relocate_sv()
7317 PADOFFSET i = 1; in S_set_haseval()
9425 PADOFFSET padoff = 0; in Perl_newFOROP()
9468 PADOFFSET i; in Perl_newFOROP()
[all …]
H A Dembed.fnc2166 |PADOFFSET defsv_off
2220 |PADOFFSET padix
2404 Adp |PADOFFSET|pad_add_name_pv \
2426 Adp |PADOFFSET|pad_findmy_pvn \
2436 dp |void |pad_free |PADOFFSET po
2908 |PADOFFSET off
3814 Cdp |SV * |pad_sv |PADOFFSET po
4734 |PADOFFSET entertarg
4814 |PADOFFSET targ \
4820 Sd |PADOFFSET|pad_alloc_name \
[all …]
H A Dpp_hot.c1451 PADOFFSET i; in S_pushav()
1452 for (i=0; i < (PADOFFSET)maxarg; i++) { in S_pushav()
1463 PADOFFSET i; in S_pushav()
1464 for (i=0; i < (PADOFFSET)maxarg; i++) { in S_pushav()
1482 PADOFFSET base = PL_op->op_targ; in PP()
4885 PADOFFSET how_many = PL_op->op_targ; in PP()
4886 PADOFFSET i = 0; in PP()
H A Dhv.h144 PADOFFSET xhv_class_next_fieldix;
H A Dscope.c743 Perl_save_padsv_and_mortalize(pTHX_ PADOFFSET off) in Perl_save_padsv_and_mortalize()
1654 svp = AvARRAY((PAD*)a1.any_ptr) + (PADOFFSET)a2.any_uv; in Perl_leave_scope()
H A Dcop.h444 PADOFFSET cop_stashoff; /* offset into PL_stashpad, for the
H A Dpeep.c632 PADOFFSET t = targmyop->op_targ; in S_maybe_multiconcat()
3196 PADOFFSET base = 0; /* init only to stop compiler whining */ in Perl_rpeep()
H A Ddump.c2882 S_deb_padvar(pTHX_ PADOFFSET off, int n, bool paren) in S_deb_padvar()
2913 S_append_padvar(pTHX_ PADOFFSET off, CV *cv, SV *out, int n, in S_append_padvar()
H A Dtoke.c397 PADOFFSET off;
7617 yyl_constant_op(pTHX_ char *s, SV *sv, CV *cv, OP *rv2cv_op, PADOFFSET off) in yyl_constant_op()
9996 PADOFFSET tmp = 0; in S_pending_ident()
10187 PADOFFSET off; in S_checkcomma()
11576 const PADOFFSET tmp = pad_findmy_pvn(d, len, 0); in S_scan_inputsymbol()
H A Dinline.h4088 Perl_newPADxVOP(pTHX_ I32 type, I32 flags, PADOFFSET padix) in Perl_newPADxVOP()
H A Dsv.c15079 PADOFFSET off = ncx->blk_loop.itervar_u.svp
16007 PADOFFSET o = 0;
16759 Perl_varname(pTHX_ const GV *const gv, const char gvtype, PADOFFSET targ,
17129 PADOFFSET agg_targ = 0;
17133 PADOFFSET index_targ;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc102 md|SV *|CX_CURPAD_SV|struct context|PADOFFSET po
478 md|U32|PAD_COMPNAME_FLAGS|PADOFFSET po
479 md|STRLEN|PAD_COMPNAME_GEN|PADOFFSET po
481 md|HV *|PAD_COMPNAME_OURSTASH|PADOFFSET po
482 md|char *|PAD_COMPNAME_PV|PADOFFSET po
483 md|HV *|PAD_COMPNAME_TYPE|PADOFFSET po
484 Amd|PADOFFSET|pad_findmy_pvs|"name"|U32 flags
513 md|SV *|PAD_SETSV|PADOFFSET po|SV* sv
514 md|SV *|PAD_SV|PADOFFSET po
515 md|SV *|PAD_SVl|PADOFFSET po
[all …]
H A Dembed.fnc915 p |CV * |find_lexical_cv|PADOFFSET off
1580 Adxp |PADOFFSET|alloccopstash|NN HV *hv
1726 Ap |void |save_padsv_and_mortalize|PADOFFSET off
2958 |PADOFFSET entertarg
2977 poex |PADOFFSET |op_refcnt_dec |NN OP *o
3446 Apd |PADOFFSET|pad_add_name_sv|NN SV *name\
3459 ApdD |PADOFFSET|find_rundefsvoffset |
3468 Cpd |SV* |pad_sv |PADOFFSET po
3469 Cpd |void |pad_setsv |PADOFFSET po|NN SV* sv
3474 pd |void |pad_swipe |PADOFFSET po|bool refadjust
[all …]
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Db.typemap34 PADOFFSET T_UV
/openbsd/gnu/usr.bin/perl/ext/B/
H A Dtypemap35 PADOFFSET T_UV
H A DB.xs1110 ret = sv_2mortal(newSVuv(*((PADOFFSET*)ptr)));
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclassguts.pod32 PADOFFSET xhv_class_next_fieldix;
100 PADOFFSET fieldix;
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs793 PADOFFSET padoff = NOT_IN_PAD; in THX_ck_entersub_pad_scalar()
877 PADOFFSET varpos; in THX_parse_var()
1196 PADOFFSET padix = kid->op_targ; in THX_parse_keyword_subsignature()
1246 PADOFFSET padoff; in THX_parse_keyword_with_vars()
4638 PADOFFSET off; in lexical_import()

12