start_col        2924 src/editor/edit.c     edit->start_col -= i;
start_col        2932 src/editor/edit.c     if (edit->start_col)
start_col        2934 src/editor/edit.c         edit->start_col += i;
start_col        2935 src/editor/edit.c         if (edit->start_col > 0)
start_col        2936 src/editor/edit.c             edit->start_col = 0;
start_col         356 src/editor/editcomplete.c     start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET
start_col         371 src/editor/editdraw.c print_to_widget (WEdit *edit, long row, int start_col, int start_col_real, long end_col,
start_col         382 src/editor/editdraw.c     x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width;
start_col         396 src/editor/editdraw.c     len = end_col + 1 - start_col;
start_col         397 src/editor/editdraw.c     wrap_start = edit_options.word_wrap_line_length + edit->start_col;
start_col         473 src/editor/editdraw.c             if (i > edit_options.word_wrap_line_length + edit->start_col)
start_col         486 src/editor/editdraw.c edit_draw_this_line (WEdit *edit, off_t b, long row, long start_col, long end_col)
start_col         518 src/editor/editdraw.c     q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0);
start_col         520 src/editor/editdraw.c     start_col_real = col + edit->start_col;
start_col         539 src/editor/editdraw.c     if (col <= -(edit->start_col + 16))
start_col         540 src/editor/editdraw.c         start_col_real = start_col = 0;
start_col         561 src/editor/editdraw.c             while (col <= end_col - edit->start_col)
start_col         615 src/editor/editdraw.c                     col = end_col - edit->start_col + 1;  // quit
start_col         624 src/editor/editdraw.c                     tab_over = (end_col - edit->start_col) - (col + i - 1);
start_col         780 src/editor/editdraw.c                 if (col > (end_col - edit->start_col + 1))
start_col         799 src/editor/editdraw.c     print_to_widget (edit, row, start_col, start_col_real, end_col, line, line_stat, book_mark);
start_col        1074 src/editor/editdraw.c     outby = p + edit->start_col - w->cols + 1 + (r_extreme + edit->found_len);
start_col        1077 src/editor/editdraw.c     outby = l_extreme - p - edit->start_col;
start_col         708 src/editor/editwidget.c         edit->prev_col = x - edit->start_col - edit_options.line_state_width;
start_col         718 src/editor/editwidget.c             edit->over_col = x - line_len - edit->start_col - edit_options.line_state_width;
start_col         724 src/editor/editwidget.c             edit->prev_col = x - edit_options.line_state_width - edit->start_col;
start_col         980 src/editor/editwidget.c             + edit_options.line_state_width + e->curs_col + e->start_col + e->over_col;
start_col          90 src/editor/editwidget.h     long start_col;                 // First displayed column, negative
start_col         323 src/editor/etags.c     start_x = w->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET
start_col         524 src/editor/format.c     edit_scroll_left (edit, -edit->start_col);