HomeSort by: relevance | last modified time | path
    Searched refs:XawsdRight (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/xmh/dist/
tsource.c 169 msg = MsgFromPosition(toc, position, XawsdRight);
201 msg = MsgFromPosition(toc, startPos, XawsdRight);
216 (dir == XawsdRight && ti >= toc->lastPos)) \
243 ddir = (dir == XawsdRight) ? 1 : -1;
244 doff = (dir == XawsdRight) ? 0 : -1;
249 if (dir == XawsdRight && textindex >= toc->lastPos) return toc->lastPos;
270 if (whiteSpace < 0 && dir == XawsdRight)
msg.c 136 XawstAll, XawsdRight, 1, FALSE);
153 XawstEOL, XawsdRight, 1, TRUE);
833 XawstEOL, XawsdRight, 1, False);
toc.c 704 pos2 = SrcScan(toc->source, pos2, XawstEOL, XawsdRight, 1, FALSE);
706 AppendMsgList(result, MsgFromPosition(toc, pos1, XawsdRight));
707 pos1 = SrcScan(toc->source, pos1, XawstEOL, XawsdRight, 1, TRUE);
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 450 XawstPositions, XawsdRight, text.length, True);
528 dir = dir == XawsdLeft ? XawsdRight : XawsdLeft;
553 Move((TextWidget)w, event, XawsdRight, XawstPositions, True);
567 Move((TextWidget)w, event, XawsdRight, XawstAlphaNumeric, False);
569 Move((TextWidget)w, event, XawsdRight, XawstWhiteSpace, False);
596 XawstEOL, XawsdRight, 1, False) - 1;
599 XawstEOL, XawsdRight, 1, False))
606 XawstParagraph, XawsdRight, 1, True);
675 Move((TextWidget)w, event, XawsdRight, XawstEOL, False);
707 mult, (dir == XawsdRight));
    [all...]
TextPop.c 571 dir = XawsdRight;
626 case XawsdRight:
691 XtSetArg(args[num_args], XtNradioData, (XPointer)XawsdRight + R_OFFSET);
912 if (dir == XawsdRight)
1112 if (dir == XawsdRight)
1336 last = XawTextSourceScan(ctx->text.source, 0, XawstAll, XawsdRight,
Text.c 1322 pos = SrcScan(src, pos, XawstEOL, XawsdRight, 1, True);
1337 pos = SrcScan(src, pos, XawstEOL, XawsdRight, 1, True);
1641 XawstEOL, XawsdRight, vlines,
2539 update_to = SrcScan(src, update_to, XawstEOL, XawsdRight, 1, False);
2884 newRight = SrcScan(src, pos, XawstPositions, XawsdRight, 1, False);
2906 XawsdRight, 1, False);
2917 XawsdRight, 1, False);
2927 newRight = SrcScan(src, pos, XawstEOL, XawsdRight, 1, False);
2931 newRight = SrcScan(src, pos, XawstAll, XawsdRight, 1, False);
2954 ctx->text.extendDir = XawsdRight;
    [all...]
TextSrc.c 586 XawsdRight, 1, True) - 1,
587 XawsdRight, &text) != XawTextSearchError);
843 start = XawTextSourceScan(w, start, XawstEOL, XawsdRight, 1, True);
846 if (start == XawTextSourceScan(w, 0, XawstAll, XawsdRight, 1, True)) {
1179 start = XawTextSourceScan(w, start, XawstEOL, XawsdRight, 1, True);
1182 if (start == XawTextSourceScan(w, 0, XawstAll, XawsdRight, 1, True)) {
1266 src->textSrc.undo->dir = XawsdRight;
1300 src->textSrc.undo->dir = XawsdRight;
MultiSrc.c 552 if (dir == XawsdRight)
561 if (dir == XawsdRight) {
702 if (dir == XawsdRight)
739 if (*ptr == (dir == XawsdRight ? *(buf + count)
AsciiSrc.c 671 if (dir == XawsdRight) {
864 if (dir == XawsdRight) {
MultiSink.c 92 XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, True)
AsciiSink.c 67 XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, True)
  /xsrc/external/mit/xedit/dist/
lisp.c 169 tmp = XawTextSourceSearch(src, tmp, XawsdRight, &block);
267 XawsdRight, 1, True));
xedit.h 56 XawTextSourceScan(source, from, XawstEOL, XawsdRight, count, include)
hook.c 437 last = XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, True);
439 direction = XawsdRight;
583 direction = ptr[-1] == '/' ? XawsdRight : XawsdLeft;
commands.c 602 0, XawstAll, XawsdRight, 1, True);
897 XawsdRight, 1, True);
tags.c 568 last = XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, True);
util.c 104 0, XawstAll, XawsdRight, 1, True);
ispell.c 969 XawstEOL, XawsdRight, 1, False);
1541 while ((pos = XawTextSourceSearch(ispell.source, pos, XawsdRight, &search))
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Text.h 109 XawsdRight
TextP.h 62 XawstAll, XawsdRight, 1, True)
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 589 last = XawTextSourceScan(w, 0, XawstAll, XawsdRight, 1, True);
599 right = next = XawTextSourceScan(w, right, XawstEOL, XawsdRight, 1, False);
620 right = XawTextSourceScan(w, right, XawstEOL, XawsdRight, 2, False);
925 last = XawTextSourceScan(source, 0, XawstAll, XawsdRight, 1, True);
1268 XawstAll, XawsdRight, 1, True)));
1332 XawstAll, XawsdRight, 1, True);
1375 XawstAll, XawsdRight, 1, True);
1544 return (XeditSearch(builtin, XawsdRight));
  /xsrc/external/mit/xconsole/dist/
xconsole.c 651 XawstAll, XawsdRight, 1, TRUE);
729 XawstEOL, XawsdRight,
754 XawstEOL, XawsdRight, 1, TRUE);
  /xsrc/external/mit/xedit/dist/lisp/modules/
xaw.c 262 INTEGER(XawsdRight), fname, 0);
500 if (direction != XawsdLeft && direction != XawsdRight)
  /xsrc/external/mit/xclipboard/dist/
xclipboard.c 89 XawstAll, XawsdRight, 1, TRUE);

Completed in 31 milliseconds