Lines Matching defs:cnext
82 struct ftpconv *conv, *cnext;
84 for (conv = curclass.conversions; conv != NULL; conv = cnext) {
89 cnext = conv->next;
147 struct ftpconv *conv, *cnext;
332 for (cnext = curclass.conversions;
333 cnext != NULL; cnext = cnext->next)
334 if (cnext->next == NULL)
336 if (cnext != NULL)
337 cnext->next = conv;