Lines Matching defs:nextp
3162 struct filed *f, **nextp;
3331 nextp = &f;
3416 *nextp = f;
3417 nextp = &f->f_next;
3431 struct filed *f, *newf, **nextp, *f2;
3533 nextp = &newf;
3538 *nextp = (struct filed *)calloc(1, sizeof(*f));
3539 cfline(0, "*.ERR\t/dev/console", *nextp, "*", "*");
3540 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f));
3541 cfline(0, "*.PANIC\t*", (*nextp)->f_next, "*", "*");
3559 newf = *nextp;