Lines Matching defs:next
40 struct unsocks *next;
48 struct logfile *next;
207 while (file && strcmp(file->filename, tk[1])) file = file->next;
211 file->next = TT.lfiles;
229 file->next = TT.lfiles;
240 for (tfd = TT.lfiles; tfd; tfd = tfd->next) {
359 for (; tf; tf = tf->next) {
385 TT.lsocks = fnode->next;
394 TT.lfiles = fnode->next;
429 tsd->next = TT.lsocks;
439 for (tsd = TT.lsocks; tsd; tsd = tsd->next) {
486 for (tsd = TT.lsocks; tsd; tsd = tsd->next) FD_SET(tsd->sd, &rfds);
524 for (tsd = TT.lsocks; tsd; tsd = tsd->next) {