Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DJavaNet.C80 this->applet_f = NUL(FILE*); in JavaNet()
107 if (this->applet_f) fclose(this->applet_f); in ~JavaNet()
765 if (!this->applet_f) { in netToApplet()
791 fprintf (this->applet_f, in netToApplet()
800 fprintf (this->applet_f, in netToApplet()
816 fclose(this->applet_f); in netToApplet()
817 this->applet_f = NUL(FILE*); in netToApplet()
831 fclose (this->applet_f); in netToApplet()
832 this->applet_f = NUL(FILE*); in netToApplet()
839 fclose (this->applet_f); in netToApplet()
[all …]
H A DJavaNet.h62 FILE* applet_f; variable