Searched refs:ISC_INSIST (Results 1 – 4 of 4) sorted by relevance
105 #define ISC_INSIST(cond) \ macro111 #define ISC_INSIST(cond) ((void) 0) macro
26 #define ISC_LINK_INSIST(x) ISC_INSIST(x)94 ISC_INSIST((list).tail == (elt)); \100 ISC_INSIST((list).head == (elt)); \
217 #define INSIST(e) ISC_INSIST(e)
76 #define ALWAYS_INSIST(x) ISC_INSIST(x)