Lines Matching refs:origSel
528 (void) bzero((char *) &(ctx->text.origSel), sizeof(XawTextSelection));
2244 ctx->text.origSel.type = ctx->text.s.type;
2245 ctx->text.origSel.left = ctx->text.s.left;
2246 ctx->text.origSel.right = ctx->text.s.right;
2275 ctx->text.origSel.left = ctx->text.s.left;
2276 ctx->text.origSel.right = ctx->text.s.right;
2279 ctx->text.origSel.type = ctx->text.s.type;
2287 if ((ctx->text.extendDir == XawsdRight && pos <= ctx->text.origSel.left) ||
2288 (ctx->text.extendDir == XawsdLeft && pos >= ctx->text.origSel.right)) {
2291 ModifySelection(ctx, ctx->text.origSel.left, ctx->text.origSel.right);