Lines Matching refs:top_prev
1349 rdatasetheader_t *current, *top_prev, *top_next;
1356 top_prev = NULL;
1365 if (top_prev != NULL)
1366 top_prev->next = current->next;
1371 top_prev = current;
1381 rdatasetheader_t *top_prev, *top_next;
1390 top_prev = NULL;
1422 if (top_prev != NULL)
1423 top_prev->next = current->next;
1437 if (top_prev != NULL)
1438 top_prev->next = down_next;
1483 top_prev = current;
1489 if (top_prev != NULL)
1490 top_prev->next = current->next;
1495 top_prev = current;