Searched refs:myst_top (Results 1 – 1 of 1) sorted by relevance
993 myst_t *myst_top = NULL; variable1277 for (stp = myst_top; stp; stp = stp->next) in dumptree()1341 for (stp = myst_top; stp != NULL; stp = stp->next) in delete_addr()1350 for (pstp = &myst_top; (stp = *pstp) != NULL; pstp = &stp->next) in delete_addr()1374 stp->next = myst_top; in add_addr()1375 myst_top = stp; in add_addr()1398 for (s1 = myst_top; s1 != NULL; s1 = s1->next) { in checktree()