Lines Matching defs:worm
187 static struct worm {
191 } *worm;
208 struct worm *w;
216 bool docaput = false; /* -H, show which end of worm is head */
237 field = "WORM";
310 field = "WORM";
430 if (!(worm = calloc((size_t)number, sizeof(struct worm))))
447 for (n = number, w = &worm[0]; --n >= 0; w++) {
501 for (n = 0, w = &worm[0]; n < number; n++, w++) {