Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c1995 static int fkeycp; in sccngetch() local
2013 if (fkeycp < fkey.len) { in sccngetch()
2014 return fkey.str[fkeycp++]; in sccngetch()
2044 p = kbd_get_fkeystr(scp->sc->kbd, KEYCHAR(c), (size_t *)&fkeycp); in sccngetch()
2045 fkey.len = fkeycp; in sccngetch()
2048 fkeycp = 1; in sccngetch()