Searched refs:origSel (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h158 XawTextSelection origSel; /* the selection being modified */ member in struct:_TextPart
H A DXaw3_1Text.c489 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
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h199 XawTextSelection origSel; /* the selection being modified */ member in struct:_TextPart
H A DText.c528 (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
[all...]

Completed in 466 milliseconds