Searched refs:UI (Results 1 – 2 of 2) sorted by relevance
54 UI *UI_new(void);55 UI *UI_new_method(const UI_METHOD *method);56 void UI_free(UI *ui);165 char *UI_construct_prompt(UI *ui_method,187 void *UI_get0_user_data(UI *ui);191 int UI_get_result_length(UI *ui, int i);194 int UI_process(UI *ui);199 * used to get information from a UI.229 const UI_METHOD *UI_get_method(UI *ui);282 them back into the UI strings.[all …]
192 typedef struct ui_st UI; typedef
Completed in 5 milliseconds