Lines Matching refs:origSel
489 bzero((char *) &(ctx->text.origSel), sizeof(XawTextSelection));
1885 ctx->text.origSel.type = ctx->text.s.type;
1886 ctx->text.origSel.left = ctx->text.s.left;
1887 ctx->text.origSel.right = ctx->text.s.right;
1916 ctx->text.origSel.type = ctx->text.s.type;
1917 ctx->text.origSel.left = ctx->text.s.left;
1918 ctx->text.origSel.right = ctx->text.s.right;
1925 if ((ctx->text.extendDir == XawsdRight && pos < ctx->text.origSel.left) ||
1926 (ctx->text.extendDir == XawsdLeft && pos > ctx->text.origSel.right)) {
1929 ModifySelection(ctx, ctx->text.origSel.left, ctx->text.origSel.right);