Searched refs:move (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXlib.h207 AccessXMovementRec move; member in union:_AccessXMouseKeysRec::__anon2
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1052 * positive, move up; otherwise, move down. [note: this is really a private
1218 Position move, new_left, old_left = ctx->text.margin.left; local
1222 move = old_left - new_left;
1224 if (abs(move) < ctx->core.width) {
1225 HScroll(w, (caddr_t) ctx, (caddr_t) move);
1288 * positive, move up; otherwise, move down.
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1163 * positive, move up; otherwise, move down. [note: this is really a private
1341 long move; /*difference of Positions can be bigger than Position; lint err */ local
1345 move = old_left - new_left;
1347 if (labs(move) < (int)ctx->core.width) {
1348 HScroll(w, (XtPointer) ctx, (XtPointer) move);
1411 * positive, move up; otherwise, move down.

Completed in 26 milliseconds