Lines Matching defs:nextp
186 struct utmpentry **nextp = &ehead;209 *nextp = ep;210 nextp = &(ep->next);234 *nextp = ep;235 nextp = &(ep->next);246 for (nextp = &ehead;247 (*nextp) && strcmp(from->line, (*nextp)->line) > 0;248 nextp = &(*nextp)->next)252 save->next = *nextp;253 *nextp = save;
Indexes created Thu Oct 02 10:09:58 GMT 2025