col2             1699 src/editor/edit.c                               long *col2)
col2             1755 src/editor/edit.c     *col2 = col + width;
col2             3119 src/editor/edit.c         long col1, col2;
col2             3127 src/editor/edit.c         col2 = MAX (edit->column1, edit->column2);
col2             3129 src/editor/edit.c         diff1 = edit_move_forward3 (edit, start_bol, col2, 0)
col2             3131 src/editor/edit.c         diff2 = edit_move_forward3 (edit, end_bol, col2, 0)
col2               85 src/editor/editcmd.c                                              long *col2);
col2              680 src/editor/editcmd.c                             off_t *end_pos, long *col1, long *col2)
col2              724 src/editor/editcmd.c     *col2 = col + width;
col2               60 tests/src/editor/edit_insert_column_of_text.c                                  off_t *end_pos, long *col1, long *col2);
col2              186 tests/src/editor/edit_insert_column_of_text.c     long col1, col2;
col2              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);