Searched defs:ui_string_st (Results 1 – 2 of 2) sorted by relevance
61 struct ui_string_st { struct62 enum UI_string_types type; /* Input */63 const char *out_string; /* Input */64 int input_flags; /* Flags from the user */69 char *result_buf; /* Input and Output: If not NULL,74 size_t result_len;75 union {88 } _;91 int flags; /* flags for internal use */
1570 class ui_string_st(Structure): class