start_col 2984 src/editor/edit.c edit->start_col -= i; start_col 2992 src/editor/edit.c if (edit->start_col) start_col 2994 src/editor/edit.c edit->start_col += i; start_col 2995 src/editor/edit.c if (edit->start_col > 0) start_col 2996 src/editor/edit.c edit->start_col = 0; start_col 371 src/editor/editcomplete.c start_x = we->x + edit->curs_col + edit->start_col + EDIT_TEXT_HORIZONTAL_OFFSET + start_col 380 src/editor/editdraw.c print_to_widget (WEdit *edit, long row, int start_col, int start_col_real, start_col 391 src/editor/editdraw.c x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width; start_col 405 src/editor/editdraw.c len = end_col + 1 - start_col; start_col 406 src/editor/editdraw.c wrap_start = edit_options.word_wrap_line_length + edit->start_col; start_col 482 src/editor/editdraw.c if (i > edit_options.word_wrap_line_length + edit->start_col) start_col 495 src/editor/editdraw.c edit_draw_this_line (WEdit *edit, off_t b, long row, long start_col, long end_col) start_col 527 src/editor/editdraw.c q = edit_move_forward3 (edit, b, start_col - edit->start_col, 0); start_col 529 src/editor/editdraw.c start_col_real = col + edit->start_col; start_col 548 src/editor/editdraw.c if (col <= -(edit->start_col + 16)) start_col 549 src/editor/editdraw.c start_col_real = start_col = 0; start_col 570 src/editor/editdraw.c while (col <= end_col - edit->start_col) start_col 626 src/editor/editdraw.c col = end_col - edit->start_col + 1; /* quit */ start_col 635 src/editor/editdraw.c tab_over = (end_col - edit->start_col) - (col + i - 1); start_col 795 src/editor/editdraw.c if (col > (end_col - edit->start_col + 1)) start_col 814 src/editor/editdraw.c print_to_widget (edit, row, start_col, start_col_real, end_col, line, line_stat, book_mark); start_col 1088 src/editor/editdraw.c outby = p + edit->start_col - w->cols + 1 + (r_extreme + edit->found_len); start_col 1091 src/editor/editdraw.c outby = l_extreme - p - edit->start_col; start_col 717 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 989 src/editor/editwidget.c edit_options.line_state_width + 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 535 src/editor/format.c edit_scroll_left (edit, -edit->start_col);