Lines Matching refs:top_prev
1813 rdatasetheader_t *current, *top_prev, *top_next;
1820 top_prev = NULL;
1829 if (top_prev != NULL)
1830 top_prev->next = current->next;
1835 top_prev = current;
1845 rdatasetheader_t *top_prev, *top_next;
1854 top_prev = NULL;
1886 if (top_prev != NULL)
1887 top_prev->next = current->next;
1901 if (top_prev != NULL)
1902 top_prev->next = down_next;
1947 top_prev = current;
1953 if (top_prev != NULL)
1954 top_prev->next = current->next;
1959 top_prev = current;