Searched refs:dtappend (Results 1 - 4 of 4) sorted by relevance
| /ast/src/cmd/tests/cdt/ |
| H A D | tlist.c | 37 if((long)dtappend(dt,2L) != 2) 39 if((long)dtappend(dt,3L) != 3) 41 if((long)dtappend(dt,1L) != 1) 43 if((long)dtappend(dt,2L) != 2) 45 if((long)dtappend(dt,3L) != 3) 70 if((long)dtappend(dt,5L) != 5)
|
| H A D | tdeque.c | 38 if((long)dtappend(dt,4L) != 4) 42 if((long)dtappend(dt,5L) != 5) 46 if((long)dtappend(dt,6L) != 6)
|
| H A D | tbags.c | 104 o = (meth == 3 || i%2 == 0) ? dtappend(dt,obj) : dtinsert(dt,obj); 106 terror("%s: dtappend (key=%d,ord=%d) failed", name, obj->key, obj->ord); 114 { /* note that dtappend() was used to keep objects in order of insertion */
|
| /ast/src/lib/libast/include/ |
| H A D | cdt.h | 337 #define dtappend(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_APPEND) macro
|
Completed in 16 milliseconds