Home | History | Annotate | Download | only in recovery

Lines Matching full:headers

301 prepend_title(char** headers) {
308 // caller-provided headers.
312 for (p = headers; *p; ++p, ++count);
317 for (p = headers; *p; ++p, ++h) *h = *p;
324 get_menu_selection(char** headers, char** items, int menu_only) {
329 ui_start_menu(headers, items);
370 char* headers[] = { "Confirm wipe of all user data?",
374 title_headers = prepend_title(headers);
405 char** headers = prepend_title(MENU_HEADERS);
411 int chosen_item = get_menu_selection(headers, MENU_ITEMS, 0);