Home
last modified time | relevance | path

Searched refs:itNext (Results 1 – 2 of 2) sorted by relevance

/trueos/usr.bin/migcom/
HDtype.c197 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()
HDtype.h239 struct ipc_type *itNext; /* next type in symbol table */ member