Searched refs:GETLASTPOS (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSink.c | 41 #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 D | Xaw3_1TextP.h | 45 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
|
H A D | Xaw3_1Text.c | 496 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0; 1268 pos2 = GETLASTPOS; 1658 ctx->text.lastPos = GETLASTPOS; 2614 ctx->text.lastPos = GETLASTPOS; 2772 ctx->text.lastPos = GETLASTPOS; 2798 lastPos = ctx->text.lastPos = GETLASTPOS;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSink.c | 61 #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 D | MultiSink.c | 87 #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 D | TextP.h | 67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ macro
|
H A D | Text.c | 536 ctx->text.lastPos = (ctx->text.source != NULL) ? GETLASTPOS : 0; 1391 pos2 = GETLASTPOS; 1992 ctx->text.lastPos = GETLASTPOS; 3220 ctx->text.lastPos = GETLASTPOS; 3364 ctx->text.lastPos = GETLASTPOS; 3398 lastPos = ctx->text.lastPos = GETLASTPOS;
|
Completed in 33 milliseconds