Searched refs:v_type (Results 1 – 2 of 2) sorted by relevance
229 void add_new_variable (struct struct_descriptor *ptr,char *v_type,char *v_name) in add_new_variable() argument240 if (strcmp(v_type, p->name) == 0) { in add_new_variable()247 if (strncmp(v_type, "char[", 5) == 0) { in add_new_variable()248 len = atoi(v_type+5); in add_new_variable()251 printf("Unknown type %s for field %s\n", v_type, v_name); in add_new_variable()
233 extern void add_new_variable (struct struct_descriptor *descriptor,char *v_type,char *v_name);