Home
last modified time | relevance | path

Searched defs:DEQUEUE (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/dig/lib/isc/include/isc/
H A Dutil.h107 #define DEQUEUE(list, elt, link) ISC_LIST_UNLINK(list, elt, link) macro
/openbsd/usr.bin/tsort/
H A Dtsort.c427 #define DEQUEUE(h) ( hints_flag ? dequeue(h) : (h)->t[--(h)->entries] ) macro