Searched refs:delay_str (Results 1 – 2 of 2) sorted by relevance
485 char *delay_str = NULL; in do_bootmenu() local493 delay_str = argv[1]; in do_bootmenu()495 if (!delay_str) in do_bootmenu()496 delay_str = env_get("bootmenu_delay"); in do_bootmenu()498 if (delay_str) in do_bootmenu()499 delay = (int)simple_strtol(delay_str, NULL, 10); in do_bootmenu()
703 static char const *delay_str[] = { "", ",", ".", ". .", ". . ." }; in spell_word() local715 synth_printf(" %s ", delay_str[spk_spell_delay]); in spell_word()