HomeSort by relevance Sort by last modified time
    Searched refs:curstate (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c 488 Uint32 curstate,prevstate; local
504 curstate = 0;
507 curstate = SDL_AtariIkbd_joystick & 0xff;
510 curstate = SDL_AtariXbios_joystick & 0xff;
513 if (curstate != prevstate) {
515 if (curstate & IKBD_JOY_LEFT) {
518 if (curstate & IKBD_JOY_RIGHT) {
521 if (curstate & IKBD_JOY_UP) {
524 if (curstate & IKBD_JOY_DOWN) {
530 if ((curstate & IKBD_JOY_FIRE) && !(prevstate & IKBD_JOY_FIRE))
    [all...]
  /external/mksh/src/
expr.c 203 Expr_state curstate; local
204 Expr_state * const es = &curstate;
208 memset(&curstate, 0, sizeof(curstate));
209 curstate.expression = curstate.tokp = expr;
210 curstate.tok = BAD;
211 curstate.arith = arith;
216 if (curstate.evaling)
217 curstate.evaling->flag &= ~EXPRINEVAL
    [all...]

Completed in 1121 milliseconds