Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c23 SndCmd_Convert(PyObject *v, SndCommand *pc) in SndCmd_Convert()
37 static pascal void SndCh_UserRoutine(SndChannelPtr chan, SndCommand *cmd); /* Forward */
54 SndCommand ob_cmd;
79 SndCommand cmd; in SndCh_SndDoCommand()
98 SndCommand cmd; in SndCh_SndDoImmediate()
1079 SndCh_UserRoutine(SndChannelPtr chan, SndCommand *cmd) in SndCh_UserRoutine()
Dsndsupport.py39 SndCommand = OpaqueType('SndCommand', 'SndCmd') variable