col1             1698 src/editor/edit.c edit_insert_column_from_file (WEdit *edit, int file, off_t *start_pos, off_t *end_pos, long *col1,
col1             1754 src/editor/edit.c     *col1 = col;
col1             3119 src/editor/edit.c         long col1, col2;
col1             3126 src/editor/edit.c         col1 = MIN (edit->column1, edit->column2);
col1             3130 src/editor/edit.c             - edit_move_forward3 (edit, start_bol, col1, 0);
col1             3132 src/editor/edit.c             - edit_move_forward3 (edit, end_bol, col1, 0);
col1               84 src/editor/editcmd.c                                              off_t *start_pos, off_t *end_pos, long *col1,
col1              680 src/editor/editcmd.c                             off_t *end_pos, long *col1, long *col2)
col1              723 src/editor/editcmd.c     *col1 = col;
col1               60 tests/src/editor/edit_insert_column_of_text.c                                  off_t *end_pos, long *col1, long *col2);
col1              186 tests/src/editor/edit_insert_column_of_text.c     long col1, col2;
col1              209 tests/src/editor/edit_insert_column_of_text.c     edit_insert_column_of_text (test_edit, copy_buf, col_delta, &start_pos, &end_pos, &col1, &col2);