Home
last modified time | relevance | path

Searched refs:HISTORY_BUF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c276 return (char *) HISTORY_BUF + MAX_CMDLINE * no; in get_history()
283 grub_memmove ((char *) HISTORY_BUF + MAX_CMDLINE * (no + 1), in add_history()
284 (char *) HISTORY_BUF + MAX_CMDLINE * no, in add_history()
286 grub_strcpy ((char *) HISTORY_BUF + MAX_CMDLINE * no, cmdline); in add_history()
H A Dshared.h132 #define HISTORY_BUF (KILL_BUF + KILL_BUFLEN) macro
137 #define COMPLETION_BUF (HISTORY_BUF + HISTORY_BUFLEN)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog7222 (HISTORY_BUF): Likewise.
7225 (MENU_BUF): Set to HISTORY_BUF + HISTORY_BUFLEN.
7226 (MENU_BUFLEN): Set to 0x8000 + PASSWORD_BUF - HISTORY_BUF.