start_col        2953 src/editor/edit.c     edit->start_col -= i;
start_col        2961 src/editor/edit.c     if (edit->start_col)
start_col        2963 src/editor/edit.c         edit->start_col += i;
start_col        2964 src/editor/edit.c         if (edit->start_col > 0)
start_col        2965 src/editor/edit.c             edit->start_col = 0;
start_col         369 src/editor/editcomplete.c     start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET
start_col         381 src/editor/editdraw.c print_to_widget (WEdit *edit, long row, int start_col, int start_col_real, long end_col,
start_col         392 src/editor/editdraw.c     x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width;
start_col         406 src/editor/editdraw.c     len = end_col + 1 - start_col;
start_col         407 src/editor/editdraw.c     wrap_start = edit_options.word_wrap_line_length + edit->start_col;
start_col         483 src/editor/editdraw.c             if (i > edit_options.word_wrap_line_length + edit->start_col)
start_col         496 src/editor/editdraw.c edit_draw_this_line (WEdit *edit, off_t b, long row, long start_col, long end_col)
start_col         528 src/editor/editdraw.c     q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0);
start_col         530 src/editor/editdraw.c     start_col_real = col + edit->start_col;
start_col         549 src/editor/editdraw.c     if (col <= -(edit->start_col + 16))
start_col         550 src/editor/editdraw.c         start_col_real = start_col = 0;
start_col         571 src/editor/editdraw.c             while (col <= end_col - edit->start_col)
start_col         627 src/editor/editdraw.c                     col = end_col - edit->start_col + 1;  // quit
start_col         636 src/editor/editdraw.c                     tab_over = (end_col - edit->start_col) - (col + i - 1);
start_col         796 src/editor/editdraw.c                 if (col > (end_col - edit->start_col + 1))
start_col         815 src/editor/editdraw.c     print_to_widget (edit, row, start_col, start_col_real, end_col, line, line_stat, book_mark);
start_col        1090 src/editor/editdraw.c     outby = p + edit->start_col - w->cols + 1 + (r_extreme + edit->found_len);
start_col        1093 src/editor/editdraw.c     outby = l_extreme - p - edit->start_col;
start_col         718 src/editor/editwidget.c         edit->prev_col = x - edit->start_col - edit_options.line_state_width;
start_col         728 src/editor/editwidget.c             edit->over_col = x - line_len - edit->start_col - edit_options.line_state_width;
start_col         734 src/editor/editwidget.c             edit->prev_col = x - edit_options.line_state_width - edit->start_col;
start_col         990 src/editor/editwidget.c             + edit_options.line_state_width + e->curs_col + e->start_col + e->over_col;
start_col          92 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         534 src/editor/format.c     edit_scroll_left (edit, -edit->start_col);