Searched refs:DT_QUEUE (Results 1 – 2 of 2) sorted by relevance
195 { if((type&(DT_DELETE|DT_DETACH|DT_REMOVE)) && (dt->meth->type&(DT_STACK|DT_QUEUE)) )374 static Dtmethod_t _Dtqueue = { dtlist, DT_QUEUE, listevent, "Dtqueue" };
176 #define DT_QUEUE 0000000100 /* queue: insert top, delete at tail */ macro