Home
last modified time | relevance | path

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

/dports/games/golddig/golddigC3.1/
H A Dshared.c27 #define NOUPBITS DLEAVE | LLEAVE | RLEAVE | HENTER | VENTER
54 {'=','=',"tube",tube_bits,RLEAVE | LLEAVE | HENTER,XK_equal,0, "purple"},
55 {'>','>',"right-arrow",rarrow_bits,RLEAVE | HENTER | VENTER | RFALL |
58 {'^','^',"anti-space",anti_bits,ULEAVE | LLEAVE | RLEAVE | HENTER |
H A Dgolddig.h74 #define RLEAVE 0x20 /* Can you leave this block to the right */ macro
H A Dmovement.c58 if(! (code & RLEAVE))
72 if((code2 & RLEAVE) && ! (code2 & CANFALL))