Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c432 RgnHandle theRgn; in Icn_IconIDToRgn() local
440 ResObj_Convert, &theRgn, in Icn_IconIDToRgn()
445 _err = IconIDToRgn(theRgn, in Icn_IconIDToRgn()
459 RgnHandle theRgn; in Icn_IconSuiteToRgn() local
467 ResObj_Convert, &theRgn, in Icn_IconSuiteToRgn()
472 _err = IconSuiteToRgn(theRgn, in Icn_IconSuiteToRgn()
1193 RgnHandle theRgn; in Icn_IconRefToRgn() local
1202 ResObj_Convert, &theRgn, in Icn_IconRefToRgn()
1208 _err = IconRefToRgn(theRgn, in Icn_IconRefToRgn()
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c269 RgnHandle theRgn; in ListObj_LUpdate() local
271 ResObj_Convert, &theRgn)) in ListObj_LUpdate()
273 LUpdate(theRgn, in ListObj_LUpdate()