Lines Matching defs:tpp
2017 struct table **tpp, *tp;2021 tpp = &table;2022 while (*tpp != NULL) {2023 tp = *tpp;2026 *tpp = tp->next;2038 tpp = &tp->next;2063 struct table **tpp, *tp;2067 tpp = &table;2068 while (*tpp != NULL) {2069 tp = *tpp;2071 *tpp = tp->next;2083 tpp = &tp->next;