Searched refs:SubType (Results 1 – 1 of 1) sorted by relevance
148 typedef struct SubType { struct154 struct SubType *prev; /* old type */ argument155 struct SubType *next; /* poped type (to avoid re-allocating) */ argument156 } SubType; typedef172 SubType st_head, *st;202 st_head.next = (SubType *) 0;305 SubType *newst;307 newst = (SubType *) alloc(308 sizeof(SubType), ATEMP);309 newst->next = (SubType *) 0;