Lines Matching refs:UI_STRING
5 UI_STRING, UI_string_types, UI_get_string_type,
16 typedef struct ui_string_st UI_STRING;
27 enum UI_string_types UI_get_string_type(UI_STRING *uis);
28 int UI_get_input_flags(UI_STRING *uis);
29 const char *UI_get0_output_string(UI_STRING *uis);
30 const char *UI_get0_action_string(UI_STRING *uis);
31 const char *UI_get0_result_string(UI_STRING *uis);
32 int UI_get_result_string_length(UI_STRING *uis);
33 const char *UI_get0_test_string(UI_STRING *uis);
34 int UI_get_result_minsize(UI_STRING *uis);
35 int UI_get_result_maxsize(UI_STRING *uis);
36 int UI_set_result(UI *ui, UI_STRING *uis, const char *result);
37 int UI_set_result_ex(UI *ui, UI_STRING *uis, const char *result, int len);
41 The B<UI_STRING> gets created internally and added to a B<UI> whenever
49 B<UI_STRING> objects as well as adding results to some of them.
52 B<UI_STRING>.
55 given B<UI_STRING>.
61 associated with a B<UIT_BOOLEAN> type B<UI_STRING>.
62 For all other B<UI_STRING> types, NULL is returned.
68 For all other B<UI_STRING> types, UI_get0_result_string() returns NULL
74 For all other B<UI_STRING> types, NULL is returned.
79 For all other B<UI_STRING> types, -1 is returned.