Searched refs:param_structs (Results 1 – 3 of 3) sorted by relevance
491 type_p param_structs; variable669 for (res = param_structs; res; res = res->next) in find_param_structure()679 res->next = param_structs; in find_param_structure()681 param_structs = res; in find_param_structure()2254 type_p param_structs,2261 type_p structures, type_p param_structs);2262 static void write_enum_defn (type_p structures, type_p param_structs);3128 write_types (outf_p output_header, type_p structures, type_p param_structs, in write_types() argument3185 for (s = param_structs; s; s = s->next) in write_types()3245 for (s = param_structs; s; s = s->next) in write_types()[all …]
1067 for (current = param_structs; current != NULL; current = current->next) in write_state_param_structs()1072 for (current = param_structs; current != NULL; current = current->next) in write_state_param_structs()2137 read_state_param_structs (type_p *param_structs) in read_state_param_structs() argument2183 *param_structs = head; in read_state_param_structs()2433 read_state_param_structs (¶m_structs); in read_state()
124 extern type_p param_structs;