Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsubr_tree.c280 struct rb_entry *oright; in rbe_remove_color() local
282 oright = RBE_RIGHT(tmp); in rbe_remove_color()
283 if (oright != NULL) in rbe_remove_color()
284 RBE_COLOR(oright) = RB_BLACK; in rbe_remove_color()
/openbsd/src/lib/libc/gen/
Dtree.c280 struct rb_entry *oright; in rbe_remove_color() local
282 oright = RBE_RIGHT(tmp); in rbe_remove_color()
283 if (oright != NULL) in rbe_remove_color()
284 RBE_COLOR(oright) = RB_BLACK; in rbe_remove_color()
/openbsd/src/sys/sys/
Dtree.h501 struct type *oright; \
502 if ((oright = RB_RIGHT(tmp, field)))\
503 RB_COLOR(oright, field) = RB_BLACK;\
505 RB_ROTATE_LEFT(head, tmp, oright, field);\
/openbsd/src/gnu/usr.bin/perl/
Dpeep.c3644 OP *oright; in Perl_rpeep() local
3674 oright = cUNOPo->op_first; in Perl_rpeep()
3675 if (!oright || oright->op_type != OP_PUSHMARK) in Perl_rpeep()
3694 pushmark->op_next = oright->op_next; in Perl_rpeep()
3695 op_null(oright); in Perl_rpeep()
Dop.c15225 OP *oright; in S_inplace_aassign() local
15245 if (!(oright = OpSIBLING(cUNOPx(modop)->op_first))) return; in S_inplace_aassign()
15249 assert(oright->op_type == OP_NULL); in S_inplace_aassign()
15250 oright = OpSIBLING(oright); in S_inplace_aassign()
15267 if (OpHAS_SIBLING(oright)) in S_inplace_aassign()
15272 if (oright->op_type != OP_RV2AV in S_inplace_aassign()
15273 || !cUNOPx(oright)->op_first in S_inplace_aassign()
15274 || cUNOPx(oright)->op_first->op_type != OP_GV in S_inplace_aassign()
15277 cGVOPx_gv(cUNOPx(oright)->op_first) in S_inplace_aassign()
15281 else if (oright->op_type != OP_PADAV in S_inplace_aassign()
[all …]