Searched refs:form_field_type_t (Results 1 – 6 of 6) sorted by relevance
76 } form_field_type_t; typedef88 form_field_type_t type_t;
136 static form_field_type_t460 form_field_type_t
308 form_field_type_t form_get_field_type(DataForm* form, const char* const tag);
107 form_field_type_t result = form_get_field_type(form, "tag"); in get_field_type_returns_unknown_when_no_fields()133 form_field_type_t result = form_get_field_type(form, "tag2"); in get_field_type_returns_correct_type()
2937 form_field_type_t field_type = form_get_field_type(form, field_tag); in _form_field_autocomplete()2961 form_field_type_t field_type = form_get_field_type(form, field_tag); in _form_field_autocomplete()
3736 form_field_type_t field_type = form_get_field_type(form, tag); in cmd_form_field()