Searched refs:OP_SORT (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dopnames.h166 OP_SORT, /* 150 */ enumerator in enum:opcode
H A Dop.c615 case OP_SORT:
697 case OP_SORT:
4743 if (type == OP_MAPSTART || type == OP_GREPSTART || type == OP_SORT)
5896 if (o->op_type == OP_SORT && o->op_flags & OPf_STACKED)
5910 if (o->op_type == OP_SORT) {
5932 if (o->op_type == OP_SORT) {
5948 if (o->op_type == OP_SORT)
6715 case OP_SORT: {
H A Dtoke.c3998 if ( !immediate_paren && (PL_last_lop_op == OP_SORT ||
4979 LOP(OP_SORT,XREF);
5350 if (PL_last_lop_op == OP_SORT &&
H A Ddump.c595 else if (o->op_type == OP_SORT) {

Completed in 119 milliseconds