Searched refs:nextKey (Results 1 – 2 of 2) sorted by relevance
33 consoles.nextKey = 0; in Console_Init()51 if (consoles.nextKey != consoles.lastKey) { in Console_Getc()52 char key = consoles.keyBuf[consoles.nextKey]; in Console_Getc()53 consoles.nextKey = (consoles.nextKey + 1) % CONSOLE_KEYBUF_MAXLEN; in Console_Getc()
24 int nextKey; member