Home | History | Annotate | Download | only in src

Lines Matching refs:SubType

189 typedef struct SubType {
191 struct SubType *prev; /* old type */
192 struct SubType *next; /* poped type (to avoid re-allocating) */
198 } SubType;
217 SubType st_head, *st;
371 SubType *newst;
373 newst = alloc(sizeof(SubType), ATEMP);