Lines Matching refs:boolean_data
104 free((char *)uis->_.boolean_data.action_desc); in free_string()
105 free((char *)uis->_.boolean_data.ok_chars); in free_string()
106 free((char *)uis->_.boolean_data.cancel_chars); in free_string()
228 if ((s->_.boolean_data.action_desc = in general_allocate_boolean()
234 if ((s->_.boolean_data.ok_chars = strdup(ok_chars)) == NULL) { in general_allocate_boolean()
238 if ((s->_.boolean_data.cancel_chars = strdup(cancel_chars)) == in general_allocate_boolean()
244 s->_.boolean_data.action_desc = action_desc; in general_allocate_boolean()
245 s->_.boolean_data.ok_chars = ok_chars; in general_allocate_boolean()
246 s->_.boolean_data.cancel_chars = cancel_chars; in general_allocate_boolean()
775 return uis->_.boolean_data.action_desc; in UI_get0_action_string()
891 if (strchr(uis->_.boolean_data.ok_chars, *p)) { in UI_set_result()
893 uis->_.boolean_data.ok_chars[0]; in UI_set_result()
896 if (strchr(uis->_.boolean_data.cancel_chars, *p)) { in UI_set_result()
898 uis->_.boolean_data.cancel_chars[0]; in UI_set_result()