Lines Matching +defs:val +defs:f

557     float f;  in call_forms_OUTf()  local
1192 form_show_form(formobject *f, PyObject *args) in form_show_form()
1204 form_call(void (*func)(FL_FORM *), FL_FORM *f) in form_call() argument
1213 form_call_INiINi(void (*func)(FL_FORM *, int, int), FL_FORM *f, PyObject *args) in form_call_INiINi() argument
1226 form_call_INfINf(void (*func)(FL_FORM *, float, float), FL_FORM *f, PyObject *args) in form_call_INfINf() argument
1239 form_hide_form(formobject *f) in form_hide_form()
1245 form_redraw_form(formobject *f) in form_redraw_form()
1251 form_set_form_position(formobject *f, PyObject *args) in form_set_form_position()
1257 form_set_form_size(formobject *f, PyObject *args) in form_set_form_size()
1263 form_scale_form(formobject *f, PyObject *args) in form_scale_form()
1269 generic_add_object(formobject *f, PyObject *args, FL_OBJECT *(*func)(int, float, float, float, floa… in generic_add_object()
1294 form_add_button(formobject *f, PyObject *args) in form_add_button()
1300 form_add_lightbutton(formobject *f, PyObject *args) in form_add_lightbutton()
1306 form_add_roundbutton(formobject *f, PyObject *args) in form_add_roundbutton()
1312 form_add_menu (formobject *f, PyObject *args) in form_add_menu()
1318 form_add_slider(formobject *f, PyObject *args) in form_add_slider()
1324 form_add_valslider(formobject *f, PyObject *args) in form_add_valslider()
1330 form_add_dial(formobject *f, PyObject *args) in form_add_dial()
1336 form_add_counter(formobject *f, PyObject *args) in form_add_counter()
1342 form_add_clock(formobject *f, PyObject *args) in form_add_clock()
1348 form_add_box(formobject *f, PyObject *args) in form_add_box()
1355 form_add_choice(formobject *f, PyObject *args) in form_add_choice()
1361 form_add_browser(formobject *f, PyObject *args) in form_add_browser()
1367 form_add_positioner(formobject *f, PyObject *args) in form_add_positioner()
1374 form_add_input(formobject *f, PyObject *args) in form_add_input()
1380 form_add_text(formobject *f, PyObject *args) in form_add_text()
1387 form_add_timer(formobject *f, PyObject *args) in form_add_timer()
1393 form_freeze_form(formobject *f) in form_freeze_form()
1399 form_unfreeze_form(formobject *f) in form_unfreeze_form()
1405 form_activate_form(formobject *f) in form_activate_form()
1411 form_deactivate_form(formobject *f) in form_deactivate_form()
1417 form_bgn_group(formobject *f, PyObject *args) in form_bgn_group()
1434 form_end_group(formobject *f, PyObject *args) in form_end_group()
1444 forms_find_first_or_last(FL_OBJECT *(*func)(FL_FORM *, int, float, float), formobject *f, PyObject … in forms_find_first_or_last()
1472 form_find_first(formobject *f, PyObject *args) in form_find_first()
1478 form_find_last(formobject *f, PyObject *args) in form_find_last()
1484 form_set_object_focus(formobject *f, PyObject *args) in form_set_object_focus()
1537 form_dealloc(formobject *f) in form_dealloc()
1564 form_getattr(formobject *f, char *name) in form_getattr()
1576 form_setattr(formobject *f, char *name, PyObject *v) in form_setattr()
1588 form_repr(formobject *f) in form_repr()
1614 formobject *f; in newformobject() local
1644 forms_activate_all_forms(PyObject *f, PyObject *args) in forms_activate_all_forms()
1652 forms_deactivate_all_forms(PyObject *f, PyObject *args) in forms_deactivate_all_forms()
1689 short val; in forms_do_or_check_forms() local
1852 short val; in forms_qread() local
1940 forms_show_message(PyObject *f, PyObject *args) in forms_show_message()
1955 forms_show_choice(PyObject *f, PyObject *args) in forms_show_choice()
1996 forms_show_question(PyObject *f, PyObject *args) in forms_show_question()
2011 forms_show_input(PyObject *f, PyObject *args) in forms_show_input()
2030 forms_file_selector(PyObject *f, PyObject *args) in forms_file_selector()
2064 forms_get_directory(PyObject *f, PyObject *args) in forms_get_directory()
2070 forms_get_pattern(PyObject *f, PyObject *args) in forms_get_pattern()
2076 forms_get_filename(PyObject *f, PyObject *args) in forms_get_filename()