Searched refs:itNext (Results 1 – 2 of 2) sorted by relevance
197 for (it = *(last = &list); it != itNULL; it = *(last = &it->itNext)) in itLookUp()201 *last = it->itNext; in itLookUp()202 it->itNext = list; in itLookUp()219 it->itNext = list; in itInsert()527 new->itNext = itNULL; in itCopyType()
239 struct ipc_type *itNext; /* next type in symbol table */ member