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

/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c87 #ifdef GETLASTPOS
88 #undef GETLASTPOS /* We will use our own GETLASTPOS */
91 #define GETLASTPOS \ macro
651 if (*pos_return > GETLASTPOS)
652 *pos_return = GETLASTPOS;
H A DAsciiSink.c62 #ifdef GETLASTPOS
63 #undef GETLASTPOS /* We will use our own GETLASTPOS */
66 #define GETLASTPOS \ macro
1625 if (*pos_return > GETLASTPOS)
1626 *pos_return = GETLASTPOS;
H A DText.c3903 ctx->text.lastPos = GETLASTPOS;
4035 ctx->text.lastPos = GETLASTPOS;
4059 lastPos = ctx->text.lastPos = GETLASTPOS;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h63 #define GETLASTPOS XawTextGetLastPosition(ctx) macro

Completed in 11 milliseconds