HomeSort by relevance Sort by last modified time
    Searched refs:KILL_BUF (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
shared.h 109 #define KILL_BUF (CMDLINE_BUF + CMDLINE_BUFLEN)
113 #define HISTORY_BUF (KILL_BUF + KILL_BUFLEN)
char_io.c 321 char *kill_buf = (char *) KILL_BUF; local
650 /* Copy the string being deleted to KILL_BUF. */
651 grub_memmove (kill_buf, buf, lpos);
652 kill_buf[lpos] = 0;
665 /* Copy the string being deleted to KILL_BUF. */
666 grub_memmove (kill_buf, buf + lpos, llen - lpos + 1);
670 cl_insert (kill_buf);
stage2.c 845 char *kill_buf = (char *) KILL_BUF; local
863 *kill_buf = 0;

Completed in 196 milliseconds