Home
last modified time | relevance | path

Searched refs:pushedc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/mg/
H A Dkbd.c31 static int pushedc; variable
71 pushedc |= METABIT; in ungetkey()
73 pushedc = c; in ungetkey()
94 c = pushedc; in getkey()
106 pushedc = c & ~METABIT; in getkey()