Searched refs:numpressed (Results 1 – 1 of 1) sorted by relevance
944 int i, numpressed = 0; in read_keys() local947 buf[numpressed++] = buttons[i].ident; in read_keys()949 buf[numpressed] = '\0'; in read_keys()950 return numpressed; in read_keys()956 int numpressed = read_keys(envvalue); in do_kbd() local958 return numpressed == 0; in do_kbd()973 int numpressed; in preboot_keys() local975 numpressed = read_keys(keypress); in preboot_keys()976 if (numpressed) { in preboot_keys()