input_labels      187 lib/widget/quick.c     GList *input_labels = NULL; /* Widgets not directly requested by the user. */
input_labels      244 lib/widget/quick.c                 input_labels = g_list_prepend (input_labels, quick_widget->u.input.label);
input_labels      620 lib/widget/quick.c     g_list_free_full (input_labels, g_free);    /* destroy input labels created before */