Home
last modified time | relevance | path

Searched refs:oright (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/sys/
Dtree.h502 struct type *oright; \
503 if ((oright = RB_RIGHT(tmp, field)))\
504 RB_COLOR(oright, field) = RB_BLACK;\
506 RB_ROTATE_LEFT(head, tmp, oright, field);\
/mirbsd/src/gnu/usr.bin/perl/
Dop.c6833 OP *oright = cUNOPo->op_first; in Perl_peep() local
6834 if (!oright || oright->op_type != OP_PUSHMARK) in Perl_peep()
6850 pushmark->op_next = oright->op_next; in Perl_peep()
6851 op_null(oright); in Perl_peep()
6860 oright = cUNOPx(oright)->op_sibling; in Perl_peep()
6861 if (!oright) in Perl_peep()
6863 if (oright->op_type == OP_NULL) { /* skip sort block/sub */ in Perl_peep()
6864 oright = cUNOPx(oright)->op_sibling; in Perl_peep()
6867 if (!oright || in Perl_peep()
6868 (oright->op_type != OP_RV2AV && oright->op_type != OP_PADAV) in Perl_peep()
[all …]