Home
last modified time | relevance | path

Searched refs:temp_scratch_mu (Results 1 – 1 of 1) sorted by relevance

/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c646 static char *temp_scratch_mu=0; variable
667 if((temp_scratch_mu=(char*)realloc((void*)temp_scratch_mu, in dialog_material_info_change_mu()
672 strcpy(temp_scratch_mu,gtk_entry_get_text(textbox)); in dialog_material_info_change_mu()
693 bound.poly_array[chosen_triangle->boundary].mustr=temp_scratch_mu; in update_material_info()
709 free(temp_scratch_mu); in update_material_info()
719 free(temp_scratch_mu); in close_material_info()
734 temp_scratch_mu=0; in dialog_display_material_info()
741 …if((temp_scratch_mu=(char*)malloc(sizeof(char)*(size_t)(strlen(bound.poly_array[chosen_triangle->b… in dialog_display_material_info()
751 strcpy(temp_scratch_mu,bound.poly_array[chosen_triangle->boundary].mustr); in dialog_display_material_info()