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

/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Dcdtlib.h161 #define LLSHIFT(x,t) ((t) = (x)->_rght->_rght, (x)->_rght->_rght = (t)->_left, \ macro

Completed in 150 milliseconds