Home | History | Annotate | Download | only in recovery

Lines Matching defs:show_text

56   { "show_text", no_argument, NULL, 't' },
869 int wipe_data = 0, wipe_cache = 0, show_text = 0;
880 case 't': show_text = 1; break;
901 if (show_text) ui->ShowText(true);