Searched refs:mbnext (Results 1 – 1 of 1) sorted by relevance
140 struct element_t *mbnext; member390 newp->mbnext = NULL; in new_element()1704 eptr = &(*eptr)->mbnext; in collate_finish()1708 runp->mbnext = *eptr; in collate_finish()2196 if (collate->mbheads[ch]->mbnext == NULL in collate_output()2236 if (runp->mbnext != NULL in collate_output()2237 && runp->nmbs == runp->mbnext->nmbs in collate_output()2238 && memcmp (runp->mbs, runp->mbnext->mbs, runp->nmbs - 1) == 0 in collate_output()2240 == runp->mbnext->mbs[runp->nmbs - 1] + 1)) in collate_output()2260 runp = runp->mbnext; in collate_output()[all …]