Lines Matching refs:end
990 if ( endPos == ctx->text.lastPos) { /* We have reached the end. */
1003 * If we are at the end of the buffer put two special lines in the table.
1013 * One valid entry is needed at the end of the table so that the cursor
1018 if (line++ < ctx->text.lt.lines) { /* make sure not to run of the end. */
1436 * of the way from beginning to end. Ideally, this should be determined by
2107 * to clear to the end of the screen. We know that since there
2198 * in then becomes the end of the selection.
2258 * extending from either end of the selection and handles the case when you
2260 * end you are extending!).
2310 * in then becomes the end of the selection.
2739 * cursor does not go past the end of this space.
2741 * This makes sure that the cursor does not go past the end of the
3030 struct text_move * end = ctx->text.copy_area_offsets;
3031 for ( ; end->next != NULL; end = end->next) {}
3032 end->next = offsets;