Searched defs:FL_OBJECT (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | flmodule.c | 169 generic_call(genericobject *g, void (*func)(FL_OBJECT *)) in generic_call() 406 call_forms_INf (void (*func)(FL_OBJECT *, float), FL_OBJECT *obj, PyObject *args) in call_forms_INf() 420 call_forms_INfINf (void (*func)(FL_OBJECT *, float, float), FL_OBJECT *obj, PyObject *args) in call_forms_INfINf() 434 call_forms_INi (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INi() 448 call_forms_INc (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INc() 462 call_forms_INstr (void (*func)(FL_OBJECT *, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INstr() 477 call_forms_INiINstr (void (*func)(FL_OBJECT *, int, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INiINstr() 493 call_forms_INiINi (void (*func)(FL_OBJECT *, int, int), FL_OBJECT *obj, PyObject *args) in call_forms_INiINi() 508 call_forms_Ri (int (*func)(FL_OBJECT *), FL_OBJECT *obj) in call_forms_Ri() 519 call_forms_Rstr (char * (*func)(FL_OBJECT *), FL_OBJECT *obj) in call_forms_Rstr() [all …]
|