Searched defs:_left (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/cdt/ |
H A D | cdtlib.h | 144 #define _left lh.__left macro 152 #define rrotate(x,y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) 153 #define lrotate(x,y) ((x)->_rght = (y)->_left, (y)->_left = (x)) 154 #define rlink(r,x) ((r) = (r)->_left = (x) ) 159 #define RRSHIFT(x,t) ((t) = (x)->_left->_left, (x)->_left->_left = (t)->_rght, \ 161 #define LLSHIFT(x,t) ((t) = (x)->_rght->_rght, (x)->_rght->_rght = (t)->_left, \ [all...] |
/ast/src/cmd/mailx/port/ |
H A D | cdt.h | 185 Dtlink_t* _left; /* left child */ member in union:_dtlink_s::__anon150
|
/ast/src/lib/libast/include/ |
H A D | cdt.h | 88 Dtlink_t* _left; /* left child */ member in union:_dtlink_s::__anon267
|
Completed in 14 milliseconds