Searched refs:listop (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm252 # assign a listop to a variable, it can't tell it's allowed to leave
253 # the parens off the listop.
2123 sub listop { subroutine
2161 sub pp_bless { listop(@_, "bless") }
2162 sub pp_atan2 { maybe_targmy(@_, \&listop, "atan2") }
2163 sub pp_substr { maybe_local(@_, listop(@_, "substr")) }
2164 sub pp_vec { maybe_local(@_, listop(@_, "vec")) }
2165 sub pp_index { maybe_targmy(@_, \&listop, "index") }
2166 sub pp_rindex { maybe_targmy(@_, \&listop, "rindex") }
2167 sub pp_sprintf { maybe_targmy(@_, \&listop, "sprint
[all...]
H A DC.pm1983 listop => \$listopsect, logop => \$logopsect,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c2215 LISTOP *listop; local
2217 NewOp(1101, listop, 1, LISTOP);
2219 listop->op_type = (OPCODE)type;
2220 listop->op_ppaddr = PL_ppaddr[type];
2223 listop->op_flags = (U8)flags;
2231 listop->op_first = first;
2232 listop->op_last = last;
2237 listop->op_first = pushop;
2238 listop->op_flags |= OPf_KIDS;
2240 listop
3640 OP* listop; local
3701 OP *listop; local
3845 LISTOP* listop; local
[all...]
H A Dop.h243 struct listop { struct
H A Dperl.h1757 typedef struct listop LISTOP;
H A Dproto.h493 PERL_CALLCONV OP* Perl_newSLICEOP(pTHX_ I32 flags, OP* subscript, OP* listop);
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c52 remove_overlapping_subtrees(char **listin, char **listop, int *subtcount,
1788 remove_overlapping_subtrees(char **listin, char **listop, int *subtcount, argument
1793 char **subtree = listop;

Completed in 54 milliseconds