Searched refs:param_structs (Results 1 – 3 of 3) 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 …]
90 static type_p param_structs; variable266 for (res = param_structs; res; res = res->next)275 res->next = param_structs;276 param_structs = res;1376 static void write_gc_types PARAMS ((type_p structures, type_p param_structs));1377 static void write_enum_defn PARAMS ((type_p structures, type_p param_structs));1974 write_gc_types (structures, param_structs) in write_gc_types() argument1976 type_p param_structs;2039 for (s = param_structs; s; s = s->next)2071 write_enum_defn (structures, param_structs) in write_enum_defn() argument[all …]
3165 * gengtype.c (param_structs): New.