Searched refs:XawstAll (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSrc.h56 XawstAll} XawTextScanType; enumerator in enum:__anon339
212 #define XtstAll XawstAll
H A DXaw3_1TextP.h46 XawstAll, XawsdRight, 1, TRUE)
H A DXaw3_1AsciiSink.c45 #define GETLASTPOS XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, TRUE)
H A DXaw3_1TextAction.c414 Move((TextWidget) w, event, XawsdLeft, XawstAll, TRUE);
422 Move((TextWidget) w, event, XawsdRight, XawstAll, TRUE);
H A DXaw3_1AsciiSrc.c413 if (type == XawstAll) { /* Optomize this common case. */
508 /* case XawstAll: ---- handled in special code above */
H A DXaw3_1Text.c1866 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 DTextSrc.h80 XawstAll} XawTextScanType; enumerator in enum:__anon407
H A DTextP.h68 XawstAll, XawsdRight, 1, TRUE)
H A DAsciiSink.c65 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE)
H A DTextAction.c516 Move((TextWidget) w, event, XawsdLeft, XawstAll, TRUE);
527 Move((TextWidget) w, event, XawsdRight, XawstAll, TRUE);
2016 XawstAll, XawsdRight, 1, TRUE ) )
H A DAsciiSrc.c425 if (type == XawstAll) { /* Optomize this common case. */
521 /* case XawstAll: ---- handled in special code above */
H A DMultiSink.c91 #define GETLASTPOS XawTextSourceScan(source, (XawTextPosition) 0, XawstAll, XawsdRight, 1, TRUE)
H A DMultiSrc.c478 if (type == XawstAll) { /* Optimize this common case. */
571 /* case XawstAll: ---- handled in special code above */
H A DTextPop.c1253 last = XawTextSourceScan(ctx->text.source, 0, XawstAll, XawsdRight,
H A DText.c2225 newLeft = SrcScan(src, pos, XawstAll, XawsdLeft, 1, FALSE);
2226 newRight = SrcScan(src, pos, XawstAll, XawsdRight, 1, FALSE);

Completed in 56 milliseconds