Lines Matching defs:next
483 struct loglink *next;
504 llp = &(*llp)->next;
506 newp->next = *llp;
577 * So we determine the output order by comparing the "next" record
581 * the next record to render in the overall output is that from the
596 * the next record once all pipelines have asserted their output state.
599 * - record available: the next record from this pipeline is available
614 * the next output record.
1019 for (ll = pl->pl_rotated; ll != NULL; ll = ll->next)
1459 for (llp = rotated_logs; llp != NULL; llp = llp->next) {