HomeSort by: relevance | last modified time | path
    Searched defs:emulmodkey_down (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
aed.c 192 static int emulmodkey_down = 0; local in function:aed_emulate_mouse
197 emulmodkey_down = 1;
200 emulmodkey_down = 0;
209 } else if (emulmodkey_down) {
  /src/sys/arch/mac68k/dev/
aed.c 218 static int emulmodkey_down; local in function:aed_emulate_mouse
223 emulmodkey_down = 1;
226 emulmodkey_down = 0;
235 } else if (emulmodkey_down) {

Completed in 13 milliseconds