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

  /xsrc/external/mit/xmh/dist/
tsource.c 127 if (dir == XawsdLeft) position--;
215 if ((dir == XawsdLeft && ti <= 0) || \
293 if (dir == XawsdLeft)
toc.c 702 pos1 = SrcScan(toc->source, pos1, XawstEOL, XawsdLeft, 1, FALSE);
703 pos2 = SrcScan(toc->source, pos2, XawstPositions, XawsdLeft, 1, TRUE);
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 528 dir = dir == XawsdLeft ? XawsdRight : XawsdLeft;
560 Move((TextWidget)w, event, XawsdLeft, XawstPositions, True);
576 Move((TextWidget)w, event, XawsdLeft, XawstAlphaNumeric, False);
578 Move((TextWidget)w, event, XawsdLeft, XawstWhiteSpace, False);
609 XawstEOL, XawsdLeft, 1, False);
642 XawstEOL, XawsdLeft, 1, False) + 1;
645 XawstEOL, XawsdLeft, 1, False))
652 XawstParagraph, XawsdLeft, 1, True);
682 Move((TextWidget)w, event, XawsdLeft, XawstEOL, False)
    [all...]
Text.c 1194 XawstPositions, XawsdLeft, 1, True);
1349 pos = SrcScan(src, pos, XawstEOL, XawsdLeft, 1, False);
1612 XawsdLeft, 2, False);
1629 XawsdLeft, -vlines + 1, False);
1643 XawstEOL, XawsdLeft, 1, False);
1876 XawsdLeft, 1, False);
1900 XawsdLeft, 2, False);
1905 XawsdLeft, 1, False);
2467 position = SrcScan(src, ctx->text.insertPos, XawstEOL, XawsdLeft, 1, False);
2581 XawstEOL, XawsdLeft, 1, False)
    [all...]
TextSrc.c 310 src->textSrc.undo->dir = XawsdLeft;
374 newtw->textSrc.undo->dir = XawsdLeft;
829 start = XawTextSourceScan(w, left, XawstEOL, XawsdLeft, 2, False);
979 src->textSrc.undo->dir = XawsdLeft;
1224 if (src->textSrc.undo->dir == XawsdLeft) {
1264 if (src->textSrc.undo->dir == XawsdLeft) {
1272 src->textSrc.undo->dir = XawsdLeft;
1295 if (src->textSrc.undo->dir == XawsdLeft) {
1307 src->textSrc.undo->dir = XawsdLeft;
1353 undo->dir = XawsdLeft;
    [all...]
TextPop.c 567 dir = XawsdLeft;
623 case XawsdLeft:
679 XtSetArg(args[num_args], XtNradioData, (XPointer)XawsdLeft + R_OFFSET);
MultiSrc.c 658 if (dir == XawsdLeft)
781 if (dir == XawsdLeft)
AsciiSrc.c 657 if (dir == XawsdLeft) {
852 if (dir == XawsdLeft) {
  /xsrc/external/mit/xedit/dist/
lisp.c 161 position = XawTextSourceSearch(src, last, XawsdLeft, &block);
265 XawsdLeft, 1, True),
xedit.h 54 XawTextSourceScan(source, from, XawstEOL, XawsdLeft, count, include)
hook.c 296 XawsdLeft, 1, False);
436 first = XawTextSourceScan(source, 0, XawstAll, XawsdLeft, 1, True);
583 direction = ptr[-1] == '/' ? XawsdRight : XawsdLeft;
878 if (direction == XawsdLeft)
1073 if (direction == XawsdLeft) {
tags.c 557 left = XawTextSourceScan(source, 0, XawstAll, XawsdLeft, 1, True);
ispell.c 1146 XawstEOL, XawsdLeft, 1, True);
1291 XawstEOL, XawsdLeft, 1, True);
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 460 XawsdLeft, 1, False))
588 first = XawTextSourceScan(w, 0, XawstAll, XawsdLeft, 1, True);
598 left = begin = XawTextSourceScan(w, left, XawstEOL, XawsdLeft, 1, False);
609 position = XawTextSourceScan(w, left, XawstEOL, XawsdLeft, 1, True);
611 left = XawTextSourceScan(w, left, XawstEOL, XawsdLeft, 2, False);
911 first = XawTextSourceScan(source, 0, XawstAll, XawsdLeft, 1, True);
918 XawTextSourceScan(source, point, XawstPositions, XawsdLeft, 1, True);
1278 XawstAll, XawsdLeft, 1, True)));
1535 return (XeditSearch(builtin, XawsdLeft));
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Text.h 108 XawsdLeft,
  /xsrc/external/mit/xedit/dist/lisp/modules/
xaw.c 260 INTEGER(XawsdLeft), fname, 0);
500 if (direction != XawsdLeft && direction != XawsdRight)

Completed in 22 milliseconds