Searched refs:lastPos (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c365 register XawTextPosition index, lastPos; local
370 lastPos = GETLASTPOS;
373 for (index = fromPos; index != toPos && index < lastPos; index++) {
404 XawTextPosition lastPos, index, whiteSpacePosition; local
410 lastPos = GETLASTPOS;
416 for (index = fromPos; *resWidth <= width && index < lastPos; index++) {
441 if (index == lastPos && c != LF) index = lastPos + 1;
H A DXaw3_1Text.c496 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0;
758 if (position >= ctx->text.lastPos)
759 return(ctx->text.lastPos);
766 if (position > ctx->text.lastPos) position = ctx->text.lastPos;
898 if ( endPos == ctx->text.lastPos) { /* We have reached the end. */
913 * a) Both have position > text.lastPos and lt->textWidth = 0.
918 * lastPos, but this method keeps the number of fill regions down to a
929 lt->position = ctx->text.lastPos + 100;
974 if ( (ctx->text.lastPos >
1726 int height, line, i, lastPos = ctx->text.lastPos; local
2793 XawTextPosition lastPos; local
[all...]
H A DXaw3_1TextP.h169 XawTextPosition lastPos; /* Last position of source. */ member in struct:_TextPart
H A DXaw3_1AsciiSrc.c1278 XawTextSetLastPos (w, lastPos)
1280 XawTextPosition lastPos;
1284 src->ascii_src.piece_size = lastPos;
H A DXaw3_1TextAction.c786 _XawTextSetSelection(ctx,zeroPosition,ctx->text.lastPos,params,*num_params);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c389 XawTextPosition index, lastPos; local
394 lastPos = GETLASTPOS;
397 for (index = fromPos; index != toPos && index < lastPos; index++) {
428 XawTextPosition lastPos, index, whiteSpacePosition; local
434 lastPos = GETLASTPOS;
440 for (index = fromPos; *resWidth <= width && index < lastPos; index++) {
465 if (index == lastPos && c != XawLF) index = lastPos + 1;
H A DText.c536 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0;
842 if (position >= ctx->text.lastPos)
843 return(ctx->text.lastPos);
847 if (position > ctx->text.lastPos) return(ctx->text.lastPos);
990 if ( endPos == ctx->text.lastPos) { /* We have reached the end. */
1005 * a) Both have position > text.lastPos and lt->textWidth = 0.
1010 * lastPos, but this method keeps the number of fill regions down to a
1021 lt->position = ctx->text.lastPos + 100;
1066 if ( (ctx->text.lastPos >
2057 int height, line, i, lastPos = ctx->text.lastPos; local
3393 XawTextPosition lastPos; local
[all...]
H A DMultiSink.c413 XawTextPosition index, lastPos; local
419 lastPos = GETLASTPOS;
422 for (index = fromPos; index != toPos && index < lastPos; index++) {
452 XawTextPosition lastPos, index, whiteSpacePosition; local
459 lastPos = GETLASTPOS;
465 for (index = fromPos; *resWidth <= width && index < lastPos; index++) {
491 if (index == lastPos && c != _Xaw_atowc(XawLF)) index = lastPos + 1;
H A DTextP.h210 XawTextPosition lastPos; /* Last position of source. */ member in struct:_TextPart
H A DAsciiSrc.c1363 XawTextSetLastPos (w, lastPos)
1365 XawTextPosition lastPos;
1369 src->ascii_src.piece_size = lastPos;
H A DTextAction.c1280 _XawTextSetSelection(ctx,zeroPosition,ctx->text.lastPos,params,*num_params);

Completed in 111 milliseconds