Home
last modified time | relevance | path

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

/dports/net-im/profanity/profanity-0.11.1/src/ui/
H A Dwin_types.h76 } form_field_type_t; typedef
88 form_field_type_t type_t;
/dports/net-im/profanity/profanity-0.11.1/src/xmpp/
H A Dform.c136 static form_field_type_t
460 form_field_type_t
H A Dxmpp.h308 form_field_type_t form_get_field_type(DataForm* form, const char* const tag);
/dports/net-im/profanity/profanity-0.11.1/tests/unittests/
H A Dtest_form.c107 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()
/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_ac.c2937 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()
H A Dcmd_funcs.c3736 form_field_type_t field_type = form_get_field_type(form, tag); in cmd_form_field()