Searched refs:K_INTR (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ | ||
H A D | grub.h | 17 #define K_INTR '\03' /* Ctrl-C */ macro |
H A D | misc.c | 49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions() |