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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c499 ctx->text.updateFrom = (XawTextPosition *) XtMalloc(ONE);
662 if (left <= ctx->text.updateTo[i] && right >= ctx->text.updateFrom[i]) {
663 ctx->text.updateFrom[i] = Min(left, ctx->text.updateFrom[i]);
672 ctx->text.updateFrom = (XawTextPosition *)
673 XtRealloc((char *)ctx->text.updateFrom, (unsigned) i);
677 ctx->text.updateFrom[ctx->text.numranges - 1] = left;
1621 XawTextPosition updateFrom, updateTo; local
1646 updateFrom = SrcScan(src, pos1, XawstWhiteSpace, XawsdLeft, 1, TRUE);
1647 updateFrom
2276 XawTextPosition updateFrom, updateTo; local
[all...]
H A DXaw3_1TextP.h165 XawTextPosition *updateFrom; /* Array of start positions for update. */ member in struct:_TextPart
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c539 ctx->text.updateFrom = (XawTextPosition *) XtMalloc((unsigned) ONE);
712 if (left <= ctx->text.updateTo[i] && right >= ctx->text.updateFrom[i]) {
713 ctx->text.updateFrom[i] = Min(left, ctx->text.updateFrom[i]);
722 ctx->text.updateFrom = (XawTextPosition *)
723 XtRealloc((char *)ctx->text.updateFrom, (unsigned) len);
727 ctx->text.updateFrom[ctx->text.numranges - 1] = left;
1955 XawTextPosition updateFrom, updateTo; local
1981 updateFrom = SrcScan(src, pos1, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1982 updateFrom
2688 XawTextPosition updateFrom, updateTo; local
[all...]
H A DTextP.h206 XawTextPosition *updateFrom; /* Array of start positions for update. */ member in struct:_TextPart

Completed in 21 milliseconds