Home | History | Annotate | Download | only in src

Lines Matching defs:SubType

197 typedef struct SubType {
199 struct SubType *prev; /* old type */
200 struct SubType *next; /* poped type (to avoid re-allocating) */
206 } SubType;
237 SubType st_head, *st;
395 SubType *newst;
397 newst = alloc(sizeof(SubType), ATEMP);