Home
last modified time | relevance | path

Searched refs:subscript_type (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dsv.c16760 const SV *const keyname, SSize_t aindex, int subscript_type) argument
16795 if (subscript_type == FUV_SUBSCRIPT_HASH) {
16806 else if (subscript_type == FUV_SUBSCRIPT_ARRAY) {
16810 else if (subscript_type == FUV_SUBSCRIPT_WITHIN) {
16815 assert(subscript_type == FUV_SUBSCRIPT_NONE);
16894 int subscript_type = FUV_SUBSCRIPT_WITHIN; local
16919 subscript_type = FUV_SUBSCRIPT_HASH;
16924 subscript_type = FUV_SUBSCRIPT_ARRAY;
16927 if (match && subscript_type == FUV_SUBSCRIPT_WITHIN)
16931 keysv, index, subscript_type);
Dop.c1858 S_op_varname_subscript(pTHX_ const OP *o, int subscript_type) in S_op_varname_subscript() argument
1871 return varname(gv, funny, 0, NULL, 0, subscript_type); in S_op_varname_subscript()
1874 varname(MUTABLE_GV(PL_compcv), funny, o->op_targ, NULL, 0, subscript_type); in S_op_varname_subscript()
Dproto.h7565 …v, const char gvtype, PADOFFSET targ, const SV * const keyname, SSize_t aindex, int subscript_type)
Dembed.fnc4817 |int subscript_type
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc3136 |SSize_t aindex|int subscript_type