Searched refs:dtappend (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtlist.c37 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 Dtdeque.c38 if((long)dtappend(dt,4L) != 4)
42 if((long)dtappend(dt,5L) != 5)
46 if((long)dtappend(dt,6L) != 6)
H A Dtbags.c104 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 Dcdt.h337 #define dtappend(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_APPEND) macro

Completed in 16 milliseconds