Home | History | Annotate | Download | only in src

Lines Matching full:newst

344 						SubType *newst;
346 newst = alloc(sizeof(SubType), ATEMP);
347 newst->next = NULL;
348 newst->prev = st;
349 st->next = newst;