Home
last modified time | relevance | path

Searched refs:qmsg (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/PC/os2emx/
Dpythonpm.c57 QMSG qmsg; in main() local
89 while (WinGetMsg(hab, &qmsg, NULLHANDLE, 0, 0)) in main()
90 WinDispatchMsg(hab, &qmsg); in main()
/external/python/cpython2/Lib/idlelib/
Drpc.py412 qmsg = response_queue.get(0)
416 seq, response = qmsg