Home
last modified time | relevance | path

Searched refs:create_text_box (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dtextbox.c37 static void create_text_box(const char *const *lines, unsigned int count,
51 create_text_box(lines, count, _("Error"), attrs.errormsg); in show_error()
65 create_text_box(lines, count, _("Error"), attrs.errormsg); in show_alsa_error()
99 create_text_box(lines, line_count, file_name, attrs.textbox); in show_textfile()
106 create_text_box(lines, count, title, attrs.textbox); in show_text()
318 static void create_text_box(const char *const *lines, unsigned int count, in create_text_box() function