Lines Matching refs:given
89 A UI can contain more than one prompt, which are performed in the given
102 UI_new_method() creates a new UI using the given UI method. When done with
119 sizes of the result, not counting the final NUL character. The given
128 for no. A set of characters that can be used to cancel the prompt is given
130 descriptive text (given through the I<prompt> argument) and one describing
131 the possible answers (given through the I<action_desc> argument).
165 with the one given as argument.
174 UI_get0_user_data() retrieves the data that has last been given to the
183 UI_process() goes through the information given so far, does all the printing
193 UI_set_default_method() changes the default UI method to the one given.
199 UI_get_method() returns the UI method associated with a given UI.
201 UI_set_method() changes the UI method associated with a given UI.