Lines Matching full:ding1
155 fd_set * ding1; /* for select loop */
1138 either find it or do your own bit-bashing: *ding1 |= (1 << fd), etc... */
1143 FD_SET (fd, ding1); /* global: the net is open */
1154 FD_CLR (0, ding1); /* OR we've already got our repeat chunk, */
1163 while (FD_ISSET (fd, ding1)) { /* i.e. till the *net* closes! */
1169 *ding2 = *ding1; /* FD_COPY ain't portable... */
1185 if (! FD_ISSET (0, ding1))
1201 FD_CLR (fd, ding1); /* net closed, we'll finish up... */
1225 FD_CLR (0, ding1); /* disable and close stdin */
1234 FD_CLR (0, ding1); /* disable further junk from stdin */
1290 } /* while ding1:netfd is open */
1335 ding1 = (fd_set *) Hmalloc (sizeof (fd_set));
1487 Debug (("fd_set size %d", sizeof (*ding1))) /* how big *is* it? */
1488 FD_SET (0, ding1); /* stdin *is* initially open */