line_width        534 src/editor/editcmd.c             off_t line_width;
line_width        544 src/editor/editcmd.c             line_width = edit_move_forward3 (edit, b, 0, e);
line_width        545 src/editor/editcmd.c             if (edit_options.cursor_beyond_eol && curs_pos > line_width)
line_width        546 src/editor/editcmd.c                 edit->over_col = curs_pos - line_width;