Searched refs:numpressed (Results 1 – 1 of 1) sorted by relevance
913 int i, numpressed = 0; in read_keys() local916 buf[numpressed++] = buttons[i].ident; in read_keys()918 buf[numpressed] = '\0'; in read_keys()919 return numpressed; in read_keys()925 int numpressed = read_keys(envvalue); in do_kbd() local927 return numpressed == 0; in do_kbd()942 int numpressed; in preboot_keys() local944 numpressed = read_keys(keypress); in preboot_keys()945 if (numpressed) { in preboot_keys()
Completed in 4 milliseconds