Searched refs:wtab_list (Results 1 – 1 of 1) sorted by relevance
551 static struct wtab *wtab_list = NULL; /* pointer to wtab list */ variable559 for (w = wtab_list; w != NULL; w = w->w_next) in wtab_alloc()570 w->w_next = wtab_list; in wtab_alloc()571 wtab_list = w; in wtab_alloc()592 if (wtab_list == w) in wtab_destroy()593 wtab_list = w->w_next; in wtab_destroy()594 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next) in wtab_destroy()