Lines Matching defs:nptr
959 struct mf6c **nptr;978 nptr = &mf6ctable[hash];979 while ((rt = *nptr) != NULL) {987 nptr = &rt->mf6c_next;994 *nptr = rt->mf6c_next;1285 struct mf6c *mfc, **nptr;1295 nptr = &mf6ctable[i];1296 while ((mfc = *nptr) != NULL) {1331 *nptr = mfc->mf6c_next;1334 nptr = &mfc->mf6c_next;
Indexes created Tue Oct 07 21:09:53 GMT 2025