Home | History | Annotate | Download | only in worm

Lines Matching defs:nh

265 	struct body *nh;
316 nh = tail->next;
318 tail = nh;
335 nh = newlink();
336 nh->next = NULL;
337 nh->prev = head;
338 head->next = nh;
339 nh->y = y;
340 nh->x = x;
341 display(nh, HEAD);
342 head = nh;