Home
last modified time | relevance | path

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

/external/python/cpython2/RISCOS/Modules/
Dswimodule.c344 char *swiname,*fmt,*outfmt; in swi_swi() local
352 if(!PyArg_Parse(name,"s",&swiname)) return NULL; in swi_swi()
353 e=xos_swi_number_from_string(swiname,&swino); in swi_swi()