Lines Matching full:prompt
25 int UI_add_input_string(UI *ui, const char *prompt, int flags,
27 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
29 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
32 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
35 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
38 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
71 prompt the user for text-based information. Through user-written methods
77 contains all the information needed to prompt correctly as well as a
87 and UI_get_result_length() to find the result to the prompt and its length.
89 A UI can contain more than one prompt, which are performed in the given
90 sequence. Each prompt gets an index number which is returned by the
117 UI_add_input_string() and UI_add_verify_string() add a prompt to the UI,
120 information is used to prompt for information, for example a password,
126 UI_add_input_boolean() adds a prompt to the UI that's supposed to be answered
128 for no. A set of characters that can be used to cancel the prompt is given
129 as well. The prompt itself is divided in two, one part being the
130 descriptive text (given through the I<prompt> argument) and one describing
134 the same time as the prompt for extra information or to show an error string.
152 a prompt from two pieces of information: a phrase description I<phrase_desc>