Lines Matching defs:current
30 ConstListPtr current;38 for (current = first; current->next; current = current->next)41 current->next = second;48 ConstListPtr first, current;61 current = first;71 current->next = next;72 current = next;75 current->next = old;