Lines Matching refs:prompt
47 The following functions are used to add strings to be printed and prompt
48 strings to prompt for data. The names are UI_{add,dup}_<function>_string
52 add add a text or prompt string. The pointers given to these
54 dup make a copy of the text or prompt string, then add the copy
59 input use the string as data prompt.
60 verify use the string as verification prompt. This
68 and are typically used when one wants to prompt for a yes/no response.
70 All of the functions in this group take a UI and a prompt string.
89 int UI_add_input_string(UI *ui, const char *prompt, int flags,
91 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
93 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
96 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
99 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
102 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
135 * The following function helps construct a prompt. object_desc is a
142 * If the ui_method doesn't contain a pointer to a user-defined prompt
176 /* Return the result associated with a prompt given with the index i. */
245 a reader This function is called to read a given prompt,
248 structures, not only the prompt ones, so it must
263 closer. Note that if you want to prompt from a terminal or other command
265 instead of having the writer do it. If you want to prompt from a dialog
277 * about a string or a prompt, including test data for a verification prompt.
335 /* Return the actual string to output (the prompt, info or error) */
338 * Return the optional action string to output (the boolean prompt
342 /* Return the result of a prompt */
358 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt,
360 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt,