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

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dcon.h38 #define LEFT 010 macro
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dcon.h38 #define LEFT 010 macro
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dcon.h46 #define LEFT 010 macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h87 #define LEFT(b) ((b)->t_l) macro
125 #define LEFT(b) (((b)->t_l).w_p) macro
138 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))
139 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h97 #define LEFT(b) (((b)->t_l).w_p[0]) macro
108 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))
109 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h325 #define TLEFT(b) ((b)->head.head.seg.link) /* instead of LEFT */
383 #define LEFT(b) ((b)->body.body.left) macro
397 ((((t) = LINK(b)) ? (LEFT(t) = LEFT(b)) : NIL(Block_t*) ), \
398 (((t) = LEFT(b)) ? (LINK(t) = LINK(b)) : (TINY(vd)[i] = LINK(b)) ) )
405 ** Other tiny blocks have enough space to use the usual LEFT(b).
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c131 LEFT, enumerator in enum:symbol::e_assoc
994 }else if( spx->prec==spy->prec && spx->assoc==LEFT ){ /* to break tie */
2150 psp->declassoc = LEFT;

Completed in 1253 milliseconds