Lines Matching defs:FL_OBJECT
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()
534 call_forms_Rf (float (*func)(FL_OBJECT *), FL_OBJECT *obj) in call_forms_Rf()
544 call_forms_OUTfOUTf (void (*func)(FL_OBJECT *, float *, float *), FL_OBJECT *obj) in call_forms_OUTfOUTf()
555 call_forms_OUTf (void (*func)(FL_OBJECT *, float *), FL_OBJECT *obj) in call_forms_OUTf()