Lines Matching refs:_res

26     PyObject *_res = NULL;  in Evt_GetMouse()  local
34 _res = Py_BuildValue("O&", in Evt_GetMouse()
36 return _res; in Evt_GetMouse()
41 PyObject *_res = NULL; in Evt_Button() local
49 _res = Py_BuildValue("b", in Evt_Button()
51 return _res; in Evt_Button()
56 PyObject *_res = NULL; in Evt_StillDown() local
64 _res = Py_BuildValue("b", in Evt_StillDown()
66 return _res; in Evt_StillDown()
71 PyObject *_res = NULL; in Evt_WaitMouseUp() local
79 _res = Py_BuildValue("b", in Evt_WaitMouseUp()
81 return _res; in Evt_WaitMouseUp()
86 PyObject *_res = NULL; in Evt_GetCaretTime() local
94 _res = Py_BuildValue("l", in Evt_GetCaretTime()
96 return _res; in Evt_GetCaretTime()
101 PyObject *_res = NULL; in Evt_GetKeys() local
109 _res = Py_BuildValue("s#", in Evt_GetKeys()
111 return _res; in Evt_GetKeys()
116 PyObject *_res = NULL; in Evt_GetDblTime() local
124 _res = Py_BuildValue("l", in Evt_GetDblTime()
126 return _res; in Evt_GetDblTime()
131 PyObject *_res = NULL; in Evt_SetEventMask() local
141 _res = Py_None; in Evt_SetEventMask()
142 return _res; in Evt_SetEventMask()
147 PyObject *_res = NULL; in Evt_GetNextEvent() local
159 _res = Py_BuildValue("bO&", in Evt_GetNextEvent()
162 return _res; in Evt_GetNextEvent()
167 PyObject *_res = NULL; in Evt_EventAvail() local
179 _res = Py_BuildValue("bO&", in Evt_EventAvail()
182 return _res; in Evt_EventAvail()
187 PyObject *_res = NULL; in Evt_PostEvent() local
202 _res = Py_None; in Evt_PostEvent()
203 return _res; in Evt_PostEvent()
208 PyObject *_res = NULL; in Evt_FlushEvents() local
221 _res = Py_None; in Evt_FlushEvents()
222 return _res; in Evt_FlushEvents()
227 PyObject *_res = NULL; in Evt_GetGlobalMouse() local
235 _res = Py_BuildValue("O&", in Evt_GetGlobalMouse()
237 return _res; in Evt_GetGlobalMouse()
242 PyObject *_res = NULL; in Evt_GetCurrentKeyModifiers() local
250 _res = Py_BuildValue("l", in Evt_GetCurrentKeyModifiers()
252 return _res; in Evt_GetCurrentKeyModifiers()
257 PyObject *_res = NULL; in Evt_CheckEventQueueForUserCancel() local
265 _res = Py_BuildValue("b", in Evt_CheckEventQueueForUserCancel()
267 return _res; in Evt_CheckEventQueueForUserCancel()
272 PyObject *_res = NULL; in Evt_KeyScript() local
282 _res = Py_None; in Evt_KeyScript()
283 return _res; in Evt_KeyScript()
288 PyObject *_res = NULL; in Evt_IsCmdChar() local
301 _res = Py_BuildValue("b", in Evt_IsCmdChar()
303 return _res; in Evt_IsCmdChar()
308 PyObject *_res = NULL; in Evt_LMGetKeyThresh() local
316 _res = Py_BuildValue("h", in Evt_LMGetKeyThresh()
318 return _res; in Evt_LMGetKeyThresh()
323 PyObject *_res = NULL; in Evt_LMSetKeyThresh() local
333 _res = Py_None; in Evt_LMSetKeyThresh()
334 return _res; in Evt_LMSetKeyThresh()
339 PyObject *_res = NULL; in Evt_LMGetKeyRepThresh() local
347 _res = Py_BuildValue("h", in Evt_LMGetKeyRepThresh()
349 return _res; in Evt_LMGetKeyRepThresh()
354 PyObject *_res = NULL; in Evt_LMSetKeyRepThresh() local
364 _res = Py_None; in Evt_LMSetKeyRepThresh()
365 return _res; in Evt_LMSetKeyRepThresh()
370 PyObject *_res = NULL; in Evt_LMGetKbdLast() local
378 _res = Py_BuildValue("b", in Evt_LMGetKbdLast()
380 return _res; in Evt_LMGetKbdLast()
385 PyObject *_res = NULL; in Evt_LMSetKbdLast() local
395 _res = Py_None; in Evt_LMSetKbdLast()
396 return _res; in Evt_LMSetKbdLast()
401 PyObject *_res = NULL; in Evt_LMGetKbdType() local
409 _res = Py_BuildValue("b", in Evt_LMGetKbdType()
411 return _res; in Evt_LMGetKbdType()
416 PyObject *_res = NULL; in Evt_LMSetKbdType() local
426 _res = Py_None; in Evt_LMSetKbdType()
427 return _res; in Evt_LMSetKbdType()
432 PyObject *_res = NULL; in Evt_TickCount() local
440 _res = Py_BuildValue("l", in Evt_TickCount()
442 return _res; in Evt_TickCount()
447 PyObject *_res = NULL; in Evt_WaitNextEvent() local
464 _res = Py_BuildValue("bO&", in Evt_WaitNextEvent()
467 return _res; in Evt_WaitNextEvent()