Lines Matching full:prompt
84 \& int UI_add_input_string(UI *ui, const char *prompt, int flags,
86 \& int UI_dup_input_string(UI *ui, const char *prompt, int flags,
88 \& int UI_add_verify_string(UI *ui, const char *prompt, int flags,
91 \& int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
94 \& int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
97 \& int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
130 prompt the user for text-based information. Through user-written methods
136 contains all the information needed to prompt correctly as well as a
146 and \fBUI_get_result_length()\fR to find the result to the prompt and its length.
148 A UI can contain more than one prompt, which are performed in the given
149 sequence. Each prompt gets an index number which is returned by the
176 \&\fBUI_add_input_string()\fR and \fBUI_add_verify_string()\fR add a prompt to the UI,
179 information is used to prompt for information, for example a password,
185 \&\fBUI_add_input_boolean()\fR adds a prompt to the UI that's supposed to be answered
187 for no. A set of characters that can be used to cancel the prompt is given
188 as well. The prompt itself is divided in two, one part being the
189 descriptive text (given through the \fIprompt\fR argument) and one describing
193 the same time as the prompt for extra information or to show an error string.
211 a prompt from two pieces of information: a phrase description \fIphrase_desc\fR