OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_repeating
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/mac68k/dev/
aedvar.h
53
int
sc_repeating
; /* key that is auto-repeating */
member in struct:aed_softc
aed.c
143
sc->
sc_repeating
= -1; /* not repeating */
387
if (sc->
sc_repeating
== sc->sc_rptevent.u.k.key) {
407
if (aed_sc->
sc_repeating
!= -1) {
411
aed_sc->
sc_repeating
= kbd_key;
415
if (aed_sc->
sc_repeating
!= -1) {
416
aed_sc->
sc_repeating
= -1;
/src/sys/arch/macppc/dev/
aedvar.h
53
int
sc_repeating
; /* key that is auto-repeating */
member in struct:aed_softc
aed.c
133
sc->
sc_repeating
= -1; /* not repeating */
347
if (sc->
sc_repeating
== sc->sc_rptevent.u.k.key) {
366
if (aed_sc->
sc_repeating
!= -1) {
370
aed_sc->
sc_repeating
= kbd_key;
374
if (aed_sc->
sc_repeating
!= -1) {
375
aed_sc->
sc_repeating
= -1;
/src/sys/dev/wscons/
wskbd.c
198
int
sc_repeating
; /* we've called timeout() */
member in struct:wskbd_softc
456
sc->
sc_repeating
= 0;
513
sc->
sc_repeating
= 0;
561
if (!sc->
sc_repeating
) {
574
for (i = 0; i < sc->
sc_repeating
; i++)
670
if (sc->
sc_repeating
) {
671
sc->
sc_repeating
= 0;
699
sc->
sc_repeating
= num;
715
sc->
sc_repeating
= 1;
829
if (sc->
sc_repeating
) {
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025