curelm            154 sys/queue.h    		struct type *curelm = (head)->slh_first;		\
curelm            156 sys/queue.h    		while (curelm->field.sle_next != (elm))			\
curelm            157 sys/queue.h    			curelm = curelm->field.sle_next;		\
curelm            158 sys/queue.h    		curelm->field.sle_next =				\
curelm            159 sys/queue.h    		    curelm->field.sle_next->field.sle_next;		\