Searched refs:param_structs (Results 1 – 2 of 2) sorted by relevance
90 static type_p param_structs; variable253 for (res = param_structs; res; res = res->next) in find_param_structure()262 res->next = param_structs; in find_param_structure()263 param_structs = res; in find_param_structure()1395 type_p param_structs,1402 type_p param_structs);1403 static void write_enum_defn (type_p structures, type_p param_structs);2162 write_types (type_p structures, type_p param_structs, in write_types() argument2227 for (s = param_structs; s; s = s->next) in write_types()2350 write_local (type_p structures, type_p param_structs) in write_local() argument[all …]
17612 * gengtype.c (param_structs): New.