Lines Matching defs:end
941 * This causes the character position at the very beginning and end of
1672 * and the inputPos advances to the insertion's end.
1736 /* Advance insertPos to the end of the string we just inserted. */
2068 XawTextPosition start, end;
2079 end = SrcScan( ctx->text.source, ctx->text.insertPos, XawstPositions,
2082 /* Make sure we aren't at the very beginning or end of the buffer. */
2084 if ( ( start == ctx->text.insertPos ) || ( end == ctx->text.insertPos ) ) {
2090 ctx->text.insertPos = end;
2101 wbuf = (wchar_t*) _XawTextGetText(ctx, start, end);
2111 buf = _XawTextGetText( ctx, start, end );
2123 if (_XawTextReplace (ctx, start, end, &text)) /* Unable to edit, complain. */
2187 {"end-of-line", MoveToLineEnd},
2193 {"end-of-file", MoveEndOfFile},
2210 {"kill-to-end-of-line", KillToEndOfLine},
2211 {"kill-to-end-of-paragraph", KillToEndOfParagraph},
2225 {"select-end", SelectEnd},
2229 {"extend-end", ExtendEnd},