Searched defs:GETLASTPOS (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c41 #ifdef GETLASTPOS
42 #undef GETLASTPOS /* We will use our own GETLASTPOS. */ macro
45 #define GETLASTPOS XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, TRUE) macro
370 lastPos = GETLASTPOS;
410 lastPos = GETLASTPOS;
457 if (*leftPos > GETLASTPOS)
458 *leftPos = GETLASTPOS;
H A DXaw3_1TextP.h45 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c61 #ifdef GETLASTPOS
62 #undef GETLASTPOS /* We will use our own GETLASTPOS. */ macro
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.c87 #ifdef GETLASTPOS
88 #undef GETLASTPOS /* We will use our own GETLASTPOS. */ macro
91 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE) macro
419 lastPos = GETLASTPOS;
459 lastPos = GETLASTPOS;
507 if (*leftPos > GETLASTPOS)
508 *leftPos = GETLASTPOS;
H A DTextP.h67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro

Completed in 35 milliseconds