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

/macosx-10.10/vim-55/src/
H A Dnetbeans.c116 static XtInputId inputHandler = (XtInputId)NULL; /* Cookie for input */ variable
119 static gint inputHandler = 0; /* Cookie for input */ variable
122 static int inputHandler = -1; /* simply ret.value of WSAAsyncSelect() */ variable
147 if (inputHandler != (XtInputId)NULL)
149 XtRemoveInput(inputHandler);
150 inputHandler = (XtInputId)NULL;
154 if (inputHandler != 0)
156 gdk_input_remove(inputHandler);
157 inputHandler = 0;
161 if (inputHandler
[all...]
H A Dintegration.c111 static XtInputId inputHandler; /* Cookie for input */ variable
121 XtRemoveInput(inputHandler);
122 inputHandler = 0;
714 inputHandler = XtAppAddInput(context, sd, (XtPointer) XtInputReadMask,
746 XtRemoveInput(inputHandler);
748 inputHandler = 0;

Completed in 120 milliseconds