evch_dl_next
for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL;
chp = evch_dl_next(&eg->evch_list, chp)) {
for (sdp = evch_dl_next(&chp->ch_subscr, NULL); sdp;
sdp = evch_dl_next(&chp->ch_subscr, sdp)) {
for (chp = evch_dl_next(&eg->evch_list, NULL); chp != NULL;
chp = evch_dl_next(&eg->evch_list, chp)) {
for (sdp = evch_dl_next(&chp->ch_subscr, NULL); sdp != NULL;
sdp = evch_dl_next(&chp->ch_subscr, sdp)) {
while ((chp = evch_dl_next(&eg->evch_list, NULL)) != NULL) {
while ((sdp = evch_dl_next(&chp->ch_subscr, NULL)) != NULL) {
sub = evch_dl_next(&eqp->eq_subscr, NULL);
sub = evch_dl_next(&eqp->eq_subscr, sub);