Lines Matching defs:proc
133 * given by proc and clientData.
270 Tcl_DeleteEvents(proc, clientData)
271 Tcl_EventDeleteProc *proc; /* The procedure to call. */
279 if ((*proc) (evPtr, clientData) == 1) {
329 Tcl_EventProc *proc;
351 * 1. Set the "proc" field to NULL. This is a signal to ourselves
361 proc = evPtr->proc;
362 evPtr->proc = NULL;
363 if ((proc != NULL) && (*proc)(evPtr, flags)) {
390 * the proc field to allow the event to be attempted again.
393 evPtr->proc = proc;