Searched refs:lasto (Results 1 – 1 of 1) sorted by relevance
3993 OP * lasto; in S_move_proto_attr() local3995 lasto = cLISTOPo->op_first; in S_move_proto_attr()3996 assert(lasto->op_type == OP_PUSHMARK); in S_move_proto_attr()3997 for (o = OpSIBLING(lasto); o; o = OpSIBLING(o)) { in S_move_proto_attr()4015 op_sibling_splice(*attrs, lasto, 1, NULL); in S_move_proto_attr()4016 o = lasto; in S_move_proto_attr()4020 lasto = o; in S_move_proto_attr()