Searched defs:_left (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/cdt/
H A Dcdtlib.h144 #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 Dcdt.h185 Dtlink_t* _left; /* left child */ member in union:_dtlink_s::__anon150
/ast/src/lib/libast/include/
H A Dcdt.h88 Dtlink_t* _left; /* left child */ member in union:_dtlink_s::__anon267

Completed in 14 milliseconds