Searched refs:temp_phi (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c2501 PhImage_t *temp_phi = NULL; local
2503 temp_phi = PxLoadImage( iconfile, NULL );
2504 if( temp_phi != NULL )
2508 temp_phi->flags |= Ph_RELEASE_IMAGE_ALL;
2509 memcpy( &external_icon, temp_phi, sizeof( external_icon ) );
2510 free( temp_phi );
2512 temp_phi = &external_icon;
2514 return( temp_phi );

Completed in 71 milliseconds