Searched refs:UI (Results 1 – 2 of 2) sorted by relevance
85 UI *UI_new(void);86 UI *UI_new_method(const UI_METHOD *method);87 void UI_free(UI *ui);195 char *UI_construct_prompt(UI *ui_method,209 void *UI_add_user_data(UI *ui, void *user_data);211 void *UI_get0_user_data(UI *ui);214 const char *UI_get0_result(UI *ui, int i);217 int UI_process(UI *ui);245 int UI_set_ex_data(UI *r, int idx, void *arg);246 void *UI_get_ex_data(UI *r, int idx);[all …]
172 typedef struct ui_st UI; typedef
Completed in 5 milliseconds