Home
last modified time | relevance | path

Searched refs:cTable (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c208 CTabHandle cTable; in Qdoffs_NewGWorld() local
217 OptResObj_Convert, &cTable, in Qdoffs_NewGWorld()
224 cTable, in Qdoffs_NewGWorld()
273 CTabHandle cTable; in Qdoffs_UpdateGWorld() local
282 OptResObj_Convert, &cTable, in Qdoffs_UpdateGWorld()
289 cTable, in Qdoffs_UpdateGWorld()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py183 cTable = FOUR_CHAR_CODE('ctbl') variable
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c4320 CTabHandle cTable; in Qd_DisposeCTable() local
4325 ResObj_Convert, &cTable)) in Qd_DisposeCTable()
4327 DisposeCTable(cTable); in Qd_DisposeCTable()