start_col 2925 src/editor/edit.c edit->start_col -= i; start_col 2933 src/editor/edit.c if (edit->start_col) start_col 2935 src/editor/edit.c edit->start_col += i; start_col 2936 src/editor/edit.c if (edit->start_col > 0) start_col 2937 src/editor/edit.c edit->start_col = 0; start_col 363 src/editor/editcomplete.c start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET + start_col 387 src/editor/editdraw.c print_to_widget (WEdit * edit, long row, int start_col, int start_col_real, start_col 398 src/editor/editdraw.c x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + option_line_state_width; start_col 412 src/editor/editdraw.c len = end_col + 1 - start_col; start_col 413 src/editor/editdraw.c wrap_start = option_word_wrap_line_length + edit->start_col; start_col 490 src/editor/editdraw.c if (i > option_word_wrap_line_length + edit->start_col) start_col 503 src/editor/editdraw.c edit_draw_this_line (WEdit * edit, off_t b, long row, long start_col, long end_col) start_col 535 src/editor/editdraw.c q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0); start_col 537 src/editor/editdraw.c start_col_real = col + edit->start_col; start_col 556 src/editor/editdraw.c if (col <= -(edit->start_col + 16)) start_col 557 src/editor/editdraw.c start_col_real = start_col = 0; start_col 578 src/editor/editdraw.c while (col <= end_col - edit->start_col) start_col 633 src/editor/editdraw.c col = end_col - edit->start_col + 1; /* quit */ start_col 642 src/editor/editdraw.c tab_over = (end_col - edit->start_col) - (col + i - 1); start_col 805 src/editor/editdraw.c if (col > (end_col - edit->start_col + 1)) start_col 824 src/editor/editdraw.c print_to_widget (edit, row, start_col, start_col_real, end_col, line, line_stat, book_mark); start_col 1099 src/editor/editdraw.c outby = p + edit->start_col - w->cols + 1 + (r_extreme + edit->found_len); start_col 1102 src/editor/editdraw.c outby = l_extreme - p - edit->start_col; start_col 715 src/editor/editwidget.c edit->prev_col = x - edit->start_col - option_line_state_width; start_col 726 src/editor/editwidget.c edit->over_col = x - line_len - edit->start_col - option_line_state_width; start_col 732 src/editor/editwidget.c edit->prev_col = x - option_line_state_width - edit->start_col; start_col 988 src/editor/editwidget.c e->curs_col + e->start_col + e->over_col; start_col 102 src/editor/editwidget.h long start_col; /* First displayed column, negative */ start_col 328 src/editor/etags.c start_x = w->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET + start_col 536 src/editor/format.c edit_scroll_left (edit, -edit->start_col);