HomeSort by relevance Sort by last modified time
    Searched full:completion_buffer (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
char_io.c 572 char *completion_buffer = (char *) COMPLETION_BUF; local
603 /* Copy this word to COMPLETION_BUFFER and do the
605 grub_memmove (completion_buffer, buf + i, lpos - i);
606 completion_buffer[lpos - i] = 0;
612 /* Found, so insert COMPLETION_BUFFER. */
613 cl_insert (completion_buffer + lpos - i);
  /external/grub/
ChangeLog     [all...]

Completed in 251 milliseconds