Searched defs: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; typedef