Searched defs:tdesc (Results 1 – 3 of 3) sorted by relevance
76 struct tdesc { struct78 struct tdesc *next; argument82 struct tdesc *tdesc; /* *, f , to */ argument91 struct tdesc *hash; argument
220 struct tdesc { struct222 tdesc_t *t_next; /* Name hash next pointer */ argument225 tdesc_t *t_hash; /* ID hash next pointer */ argument232 tdesc_t *tdesc; /* ptr, typedef, vol, const, restr */ argument245 #define t_tdesc t_data.tdesc argument
225 TargDesc_t tdesc; in output() local