Lines Matching refs: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 Tue Oct 21 15:09:54 GMT 2025