Searched refs:XawstAll (Results 1 - 15 of 15) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSrc.h | 56 XawstAll} XawTextScanType; enumerator in enum:__anon339 212 #define XtstAll XawstAll
|
H A D | Xaw3_1TextP.h | 46 XawstAll, XawsdRight, 1, TRUE)
|
H A D | Xaw3_1AsciiSink.c | 45 #define GETLASTPOS XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, TRUE)
|
H A D | Xaw3_1TextAction.c | 414 Move((TextWidget) w, event, XawsdLeft, XawstAll, TRUE); 422 Move((TextWidget) w, event, XawsdRight, XawstAll, TRUE);
|
H A D | Xaw3_1AsciiSrc.c | 413 if (type == XawstAll) { /* Optomize this common case. */ 508 /* case XawstAll: ---- handled in special code above */
|
H A D | Xaw3_1Text.c | 1866 newLeft = SrcScan(src, pos, XawstAll, XawsdLeft, 1, FALSE); 1867 newRight = SrcScan(src, pos, XawstAll, XawsdRight, 1, FALSE);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.h | 80 XawstAll} XawTextScanType; enumerator in enum:__anon407
|
H A D | TextP.h | 68 XawstAll, XawsdRight, 1, TRUE)
|
H A D | AsciiSink.c | 65 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE)
|
H A D | TextAction.c | 516 Move((TextWidget) w, event, XawsdLeft, XawstAll, TRUE); 527 Move((TextWidget) w, event, XawsdRight, XawstAll, TRUE); 2016 XawstAll, XawsdRight, 1, TRUE ) )
|
H A D | AsciiSrc.c | 425 if (type == XawstAll) { /* Optomize this common case. */ 521 /* case XawstAll: ---- handled in special code above */
|
H A D | MultiSink.c | 91 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE)
|
H A D | MultiSrc.c | 478 if (type == XawstAll) { /* Optimize this common case. */ 571 /* case XawstAll: ---- handled in special code above */
|
H A D | TextPop.c | 1253 last = XawTextSourceScan(ctx->text.source, 0, XawstAll, XawsdRight,
|
H A D | Text.c | 2225 newLeft = SrcScan(src, pos, XawstAll, XawsdLeft, 1, FALSE); 2226 newRight = SrcScan(src, pos, XawstAll, XawsdRight, 1, FALSE);
|
Completed in 56 milliseconds