Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dmconf.c313 static struct subtitle_list *subtitles; variable
319 for (pos = subtitles; pos != NULL; pos = tmp) { in set_subtitle()
324 subtitles = NULL; in set_subtitle()
331 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
337 set_dialog_subtitles(subtitles); in set_subtitle()
344 for (pos = subtitles; pos != NULL; pos = tmp) { in reset_subtitle()
348 subtitles = NULL; in reset_subtitle()
349 set_dialog_subtitles(subtitles); in reset_subtitle()
/scripts/kconfig/lxdialog/
A Ddialog.h81 struct subtitle_list *subtitles; member
180 void set_dialog_subtitles(struct subtitle_list *subtitles);
A Dutil.c231 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear()
243 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear()
306 void set_dialog_subtitles(struct subtitle_list *subtitles) in set_dialog_subtitles() argument
308 dlg.subtitles = subtitles; in set_dialog_subtitles()

Completed in 784 milliseconds