Lines Matching refs:mi_x
518 *cp++ = mi->mi_x; in msrserv()
617 if (mi->mi_x != 0) { in msrserv()
625 fep->value = mi->mi_x; in msrserv()
1119 temp = (int)(mi->mi_x + c); in msinput()
1120 mi->mi_x = BYTECLIP(temp); in msinput()
1139 temp = (int)(mi->mi_x + c); in msinput()
1140 mi->mi_x = BYTECLIP(temp); in msinput()
1173 if (mi->mi_x == 0 && mi->mi_y == 0) { in msinput()
1182 if (ABS((int)mi->mi_x) <= jitter_radius && in msinput()
1228 xabs = ABS((int)mi->mi_x); in msincr()
1233 mi->mi_x = 0; in msincr()
1268 mi->mi_x = (char)xc; in msincr()