Home
last modified time | relevance | path

Searched refs:COMPLETION_BUF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h137 #define COMPLETION_BUF (HISTORY_BUF + HISTORY_BUFLEN) macro
141 #define UNIQUE_BUF (COMPLETION_BUF + COMPLETION_BUFLEN)
H A Dchar_io.c592 char *completion_buffer = (char *) COMPLETION_BUF; in real_get_cmdline()
H A Ddisk_io.c1478 char *buf = (char *) COMPLETION_BUF; in print_completions()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog7115 * stage2/shared.h (COMPLETION_BUF): New macro.