Searched refs:_DTCMP (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dttree.c | 303 if(_DTCMP(dt, key, k, disc) != 0 ) in troot() 315 if(_DTCMP(dt, key, k, disc) != 0 ) in troot() 333 if(_DTCMP(dt, key, k, disc) != 0 ) in troot() 355 if(_DTCMP(dt, key, k, disc) != 0 ) in troot() 447 if((cmp = _DTCMP(dt,key,k,disc)) == 0) 452 if((cmp = _DTCMP(dt,key,k,disc)) < 0) 479 if((cmp = _DTCMP(dt,key,k,disc)) > 0)
|
H A D | dtview.c | 74 { cmp = _DTCMP(d,oky,nky,d->disc);
|
H A D | dtlist.c | 276 if(_DTCMP(dt, key, k, disc) != 0)
|
H A D | dthash.c | 317 if(_DTCMP(dt, key, k, disc) != 0 )
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | cdt.h | 313 #define _DTCMP(dt,k1,k2,dc) \ macro
|