line_width        542 src/editor/editcmd.c             off_t line_width;
line_width        552 src/editor/editcmd.c             line_width = edit_move_forward3 (edit, b, 0, e);
line_width        553 src/editor/editcmd.c             if (edit_options.cursor_beyond_eol && curs_pos > line_width)
line_width        554 src/editor/editcmd.c                 edit->over_col = curs_pos - line_width;