Searched refs:pipeGtk (Results 1 – 9 of 9) sorted by relevance
54 int pipeAppli[2],pipeGtk[2]; /* Pipe for communication with Gtk+ process */ variable192 res=pipe(pipeGtk); in gtk_pipe_open()196 close(pipeGtk[1]); in gtk_pipe_open()199 fpip_in=pipeGtk[0]; in gtk_pipe_open()208 close(pipeGtk[0]); in gtk_pipe_open()212 fpip_out= pipeGtk[1]; in gtk_pipe_open()
54 int pipeAppli[2],pipeGtk[2]; /* Pipe for communication with Gtk+ process */ in test()192 res=pipe(pipeGtk);196 close(pipeGtk[1]); 199 fpip_in=pipeGtk[0];208 close(pipeGtk[0]);212 fpip_out= pipeGtk[1];
54 int pipeAppli[2],pipeGtk[2]; /* Pipe for communication with Gtk+ process */192 res=pipe(pipeGtk);196 close(pipeGtk[1]); 199 fpip_in=pipeGtk[0];208 close(pipeGtk[0]);212 fpip_out= pipeGtk[1];