worms.c | 187 static struct worm { struct 191 } *worm; variable in typeref:struct: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++) [all...] |