main.c | 1240 struct callout { struct 1244 struct callout *c_next; 1247 static struct callout *callout = NULL; /* Callout list */ variable in typeref:struct:callout 1259 struct callout *newp, *p, **pp; 1264 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL) [all...] |