Searched refs:get_cmdline (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | cmdline.c | 145 if (get_cmdline (PACKAGE "> ", heap, 2048, 0, 1)) in enter_cmdline()
|
H A D | stage2.c | 596 get_cmdline (" Password: ", entered, 31, '*', 0); in run_menu() 685 if (! get_cmdline (PACKAGE " edit> ", new_heap, in run_menu()
|
H A D | shared.h | 994 int get_cmdline (char *prompt, char *cmdline, int maxlen,
|
H A D | char_io.c | 783 get_cmdline (char *prompt, char *cmdline, int maxlen, in get_cmdline() function
|
H A D | builtins.c | 3097 get_cmdline ("Password: ", key, sizeof (key) - 1, '*', 0); in md5crypt_func() 3487 get_cmdline ("Password: ", entered, 31, '*', 0); in password_func()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 1084 * stage2/char_io.c (get_cmdline): Turn on the cursor at the 1419 stolen from the previous version of get_cmdline. 1420 [!STAGE1_5] (get_cmdline): Rewritten from scratch. 1875 * stage2/char_io.c (get_cmdline, cl_refresh): If TERMINAL_DUMB 2587 [!STAGE1_5] (get_cmdline) [SUPPORT_HERCULES]: Added hercules 3442 * stage2/char_io.c [!STAGE1_5] (get_cmdline) [!SUPPORT_SERIAL]: 3549 [!STAGE1_5] (get_cmdline): Save AUTO_FILL in SAVED_AUTO_FILL in 3728 * stage2/char_io.c [!STAGE1_5] (get_cmdline): Extensively 3811 [!STAGE1_5] (get_cmdline): Call translate_keycode instead of 4153 (get_cmdline): Rename KILL to KILL_BUF. [all …]
|