Home
last modified time | relevance | path

Searched refs:GETLASTPOS (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DAsciiSink.c61 #ifdef GETLASTPOS
62 #undef GETLASTPOS /* We will use our own GETLASTPOS. */
65 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
394 lastPos = GETLASTPOS;
434 lastPos = GETLASTPOS;
481 if (*leftPos > GETLASTPOS)
482 *leftPos = GETLASTPOS;
H A DMultiSink.c86 #ifdef GETLASTPOS
87 #undef GETLASTPOS /* We will use our own GETLASTPOS. */
90 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
425 lastPos = GETLASTPOS;
465 lastPos = GETLASTPOS;
513 if (*leftPos > GETLASTPOS)
514 *leftPos = GETLASTPOS;
H A DTextP.h67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
H A DText.c546 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0;
1428 pos2 = GETLASTPOS;
2038 ctx->text.lastPos = GETLASTPOS;
3296 ctx->text.lastPos = GETLASTPOS;
3440 ctx->text.lastPos = GETLASTPOS;
3474 lastPos = ctx->text.lastPos = GETLASTPOS;
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DMultiSink.c88 #ifdef GETLASTPOS
89 #undef GETLASTPOS /* We will use our own GETLASTPOS. */
92 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
410 lastPos = GETLASTPOS; in FindDistance()
443 lastPos = GETLASTPOS; in FindPosition()
488 if (*resPos > GETLASTPOS) in Resolve()
489 *resPos = GETLASTPOS; in Resolve()
H A DAsciiSink.c64 #ifdef GETLASTPOS
65 #undef GETLASTPOS /* We will use our own GETLASTPOS. */
68 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
469 lastPos = GETLASTPOS; in FindDistance()
511 lastPos = GETLASTPOS; in FindPosition()
558 if (*resPos > GETLASTPOS) in Resolve()
559 *resPos = GETLASTPOS; in Resolve()
H A DText.c574 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0; in Initialize()
1443 pos2 = GETLASTPOS; in UpdateTextInLine()
2031 ctx->text.lastPos = GETLASTPOS; in _XawTextReplace()
3212 ctx->text.lastPos = GETLASTPOS; in XawTextSetSource()
3316 ctx->text.lastPos = GETLASTPOS; in XawTextInvalidate()
3340 lastPos = ctx->text.lastPos = GETLASTPOS; in XawTextEnableRedisplay()
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A Dsub.c89 ctx->text.insertPos >= GETLASTPOS(ctx)) {
156 XwTextPosition lastpos = GETLASTPOS(ctx);
323 if (pos0 <= GETLASTPOS(self))
391 XwTextPosition top, target, lastpos = GETLASTPOS(ctx);
497 ctx->text.insertPos = GETLASTPOS(ctx);
511 lastpos = GETLASTPOS(ctx);
557 lastpos = GETLASTPOS(ctx);
581 XwTextPosition startPos, endPos, lastpos = GETLASTPOS(ctx);
671 _XtTextNeedsUpdating(ctx, zeroPosition, GETLASTPOS(ctx));
860 XwTextPosition lastpos = GETLASTPOS(ctx);
H A DDisplay.c54 #define GETLASTPOS (*(source->scan))(source, 0, XwstLast, XwsdRight, 1, TRUE) macro
270 lastPos = GETLASTPOS;
323 lastPos = GETLASTPOS;
419 lastPos = GETLASTPOS;
471 if (*leftPos > GETLASTPOS)
472 *leftPos = GETLASTPOS;
H A DTextEdit.c61 #define GETLASTPOS(ctx) ((*(ctx->text.source->getLastPos)) (ctx->text.source)) macro
1294 XwTextPosition next, lastpos = GETLASTPOS(ctx);
1318 XwTextPosition position, maxp, lastpos = GETLASTPOS(ctx);
1456 XwTextPosition line_offset, new_pos, lastpos = GETLASTPOS(ctx);
1622 XwTextPosition last, next, lastpos = GETLASTPOS(ctx);
1761 NewSelection(ctx, (XwTextPosition) 0, GETLASTPOS(ctx));
1942 ((XwTextEditWidget)w, 0, GETLASTPOS(w));
2069 return( GETLASTPOS(w) );
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DMultiSink.c91 #ifdef GETLASTPOS
92 #undef GETLASTPOS /* We will use our own GETLASTPOS. */
95 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
428 lastPos = GETLASTPOS;
468 lastPos = GETLASTPOS;
516 if (*leftPos > GETLASTPOS)
517 *leftPos = GETLASTPOS;
H A DAsciiSink.c65 #ifdef GETLASTPOS
66 #undef GETLASTPOS /* We will use our own GETLASTPOS. */
69 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
399 lastPos = GETLASTPOS;
439 lastPos = GETLASTPOS;
486 if (*leftPos > GETLASTPOS)
487 *leftPos = GETLASTPOS;
H A DTextP.h71 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
H A DText.c528 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0;
1433 pos2 = GETLASTPOS;
2033 ctx->text.lastPos = GETLASTPOS;
3269 ctx->text.lastPos = GETLASTPOS;
3413 ctx->text.lastPos = GETLASTPOS;
3447 lastPos = ctx->text.lastPos = GETLASTPOS;
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DMultiSink.c87 #ifdef GETLASTPOS
88 #undef GETLASTPOS /* We will use our own GETLASTPOS */
91 #define GETLASTPOS \ macro
650 if (*pos_return > GETLASTPOS) in Resolve()
651 *pos_return = GETLASTPOS; in Resolve()
H A DAsciiSink.c62 #ifdef GETLASTPOS
63 #undef GETLASTPOS /* We will use our own GETLASTPOS */
66 #define GETLASTPOS \ macro
1647 if (*pos_return > GETLASTPOS) in Resolve()
1648 *pos_return = GETLASTPOS; in Resolve()
H A DText.c3887 ctx->text.lastPos = GETLASTPOS; in _XawTextSetSource()
4019 ctx->text.lastPos = GETLASTPOS; in XawTextInvalidate()
4043 lastPos = ctx->text.lastPos = GETLASTPOS; in XawTextEnableRedisplay()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/X11/Xaw3d/
H A DTextP.h67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/include/X11/Xaw3dxft/
H A DTextP.h63 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DTextP.h63 #define GETLASTPOS XawTextGetLastPosition(ctx) macro