Lines Matching defs:tc
69 XETC *tc;
78 if ((tc = XECreateTC(dpy,0L, NULL)) == NULL)
84 XEResetRequest(tc);
85 XEGetAvailableRequest(tc,&ret_avail);
87 XEGetCurrentRequest(tc,&ret_cur);
89 XETrapSetStatistics(tc, True); /* trigger config and def stats */
90 XEFlushConfig(tc);
91 XEGetStatisticsRequest(tc, &ret_stats);
92 XEPrintStatistics(stdout, &ret_stats,tc);
93 XEStartTrapRequest(tc);
94 XESimulateXEventRequest(tc, MotionNotify, 0, 10L, 20L, 0L);
95 XEStopTrapRequest(tc);
96 if (tc->protocol == 31)
103 XEGetVersionRequest(tc,&ret_vers);
104 XEGetLastInpTimeRequest(tc, &ret_time);
106 XEFreeTC(tc);