Lines Matching refs:string
64 add add a text or prompt string. The pointers given to these
66 dup make a copy of the text or prompt string, then add the copy
70 string shall be used for. It can be one of:
71 input use the string as data prompt.
72 verify use the string as verification prompt. This
74 info use the string for informational output.
75 error use the string for error output.
82 All of the functions in this group take a UI and a prompt string.
83 The string input and verify addition functions also take a flag argument,
88 The boolean input functions take an action description string (which should
90 a dialog box with an OK button and a Cancel button), a string of acceptable
93 flag argument as for the string input is taken, as well as a result buffer.
97 added, so the result is *not* a string.
152 * The returned string shall always be allocated on the heap with
156 * constructor, a default string is built, looking like this:
161 * the value "foo.key", the resulting string is:
252 a writer This function is called to write a given string,
260 window. Note that it's called with all string
290 * about a string or a prompt, including test data for a verification prompt.
304 UIT_PROMPT, /* Prompt for a string */
305 UIT_VERIFY, /* Prompt for a string and verify */
351 /* Return the actual string to output (the prompt, info or error) */
354 * Return the optional action string to output (the boolean prompt
362 * Return the string to test the result against. Only useful with verifies.