col2             1732 src/editor/edit.c                               long *col1, long *col2)
col2             1788 src/editor/edit.c     *col2 = col + width;
col2             3156 src/editor/edit.c         long col1, col2;
col2             3164 src/editor/edit.c         col2 = MAX (edit->column1, edit->column2);
col2             3166 src/editor/edit.c         diff1 = edit_move_forward3 (edit, start_bol, col2, 0) -
col2             3168 src/editor/edit.c         diff2 = edit_move_forward3 (edit, end_bol, col2, 0) -
col2              679 src/editor/editcmd.c                             off_t * start_pos, off_t * end_pos, long *col1, long *col2)
col2              724 src/editor/editcmd.c     *col2 = col + width;