Searched refs:prev_lcl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c510 log_channel_list lcl, prev_lcl, next_lcl; local
518 for (prev_lcl = NULL, lcl = lc->categories[category];
524 if (prev_lcl != NULL)
525 prev_lcl->next = next_lcl;
535 prev_lcl = lcl;

Completed in 20 milliseconds