Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h221 #define rc_bit_last(prob, action0, action1) \ argument
225 action0; \
233 #define rc_bit_last_safe(prob, action0, action1, seq) \ argument
237 action0; \
247 #define rc_bit(prob, action0, action1) \ argument
249 symbol <<= 1; action0, \
253 #define rc_bit_safe(prob, action0, action1, seq) \ argument
255 symbol <<= 1; action0, \
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c930 mousestatus_t action0; /* original mouse action */ in moused() local
945 bzero(&action0, sizeof(action0)); in moused()
1002 action0.button = action0.obutton; in moused()
1003 action0.dx = action0.dy = action0.dz = 0; in moused()
1004 action0.flags = flags = 0; in moused()
1007 r_statetrans(r, &action0, &action, A_TIMEOUT)) { in moused()
1012 action0.obutton = action0.button; in moused()
1076 &r->tp, &r->ev, &b.ie, &action0) : in moused()
1077 r_protocol_sysmouse(b.se, &action0); in moused()
1082 if (action0.button == MOUSE_BUTTON2DOWN) { in moused()
[all …]