Files
source/S/src--editor--edit.c.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

4467 lines
858 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>src/editor/edit.c</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<!-- beginning of fixed guide -->
<div id='guide'><ul>
<li><a href='#L154'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[v]' /></a></li>
<li><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a></li>
<li><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a></li>
<li><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a></li>
<li><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a></li>
<li class='standout'><span><a href='../files/src.html'>src</a>/<a href='../files/src--editor.html'>editor</a>/edit.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/<a href='../files/src--editor.html'>editor</a>/edit.c</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 src/editor/edit.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L154' title='Defined at 154.'>edit_load_status_update_cb</a></li>
<li><a href='#L191' title='Defined at 191.'>edit_load_file_fast</a></li>
<li><a href='#L227' title='Defined at 227.'>edit_find_filter</a></li>
<li><a href='#L247' title='Defined at 247.'>edit_get_filter</a></li>
<li><a href='#L270' title='Defined at 270.'>edit_insert_stream</a></li>
<li><a href='#L292' title='Defined at 292.'>check_file_access</a></li>
<li><a href='#L391' title='Defined at 391.'>edit_load_file</a></li>
<li><a href='#L465' title='Defined at 465.'>edit_load_position</a></li>
<li><a href='#L503' title='Defined at 503.'>edit_save_position</a></li>
<li><a href='#L519' title='Defined at 519.'>edit_purge_widget</a></li>
<li><a href='#L534' title='Defined at 534.'>edit_pop_undo_action</a></li>
<li><a href='#L569' title='Defined at 569.'>edit_pop_redo_action</a></li>
<li><a href='#L600' title='Defined at 600.'>get_prev_undo_action</a></li>
<li><a href='#L624' title='Defined at 624.'>edit_modification</a></li>
<li><a href='#L645' title='Defined at 645.'>is_in_indent</a></li>
<li><a href='#L666' title='Defined at 666.'>is_blank</a></li>
<li><a href='#L687' title='Defined at 687.'>edit_find_line</a></li>
<li><a href='#L741' title='Defined at 741.'>edit_move_up_paragraph</a></li>
<li><a href='#L778' title='Defined at 778.'>edit_move_down_paragraph</a></li>
<li><a href='#L811' title='Defined at 811.'>edit_begin_page</a></li>
<li><a href='#L820' title='Defined at 820.'>edit_end_page</a></li>
<li><a href='#L831' title='Defined at 831.'>edit_move_to_top</a></li>
<li><a href='#L847' title='Defined at 847.'>edit_move_to_bottom</a></li>
<li><a href='#L863' title='Defined at 863.'>edit_cursor_to_bol</a></li>
<li><a href='#L878' title='Defined at 878.'>edit_cursor_to_eol</a></li>
<li><a href='#L892' title='Defined at 892.'>my_type_of</a></li>
<li><a href='#L936' title='Defined at 936.'>edit_left_word_move</a></li>
<li><a href='#L966' title='Defined at 966.'>edit_left_word_move_cmd</a></li>
<li><a href='#L975' title='Defined at 975.'>edit_right_word_move</a></li>
<li><a href='#L1005' title='Defined at 1005.'>edit_right_word_move_cmd</a></li>
<li><a href='#L1014' title='Defined at 1014.'>edit_right_char_move_cmd</a></li>
<li><a href='#L1037' title='Defined at 1037.'>edit_left_char_move_cmd</a></li>
<li><a href='#L1065' title='Defined at 1065.'>edit_move_updown</a></li>
<li><a href='#L1106' title='Defined at 1106.'>edit_right_delete_word</a></li>
<li><a href='#L1128' title='Defined at 1128.'>edit_left_delete_word</a></li>
<li><a href='#L1154' title='Defined at 1154.'>edit_do_undo</a></li>
<li><a href='#L1240' title='Defined at 1240.'>edit_do_redo</a></li>
<li><a href='#L1322' title='Defined at 1322.'>edit_group_undo</a></li>
<li><a href='#L1343' title='Defined at 1343.'>edit_delete_to_line_end</a></li>
<li><a href='#L1352' title='Defined at 1352.'>edit_delete_to_line_begin</a></li>
<li><a href='#L1361' title='Defined at 1361.'>is_aligned_on_a_tab</a></li>
<li><a href='#L1373' title='Defined at 1373.'>right_of_four_spaces</a></li>
<li><a href='#L1387' title='Defined at 1387.'>left_of_four_spaces</a></li>
<li><a href='#L1400' title='Defined at 1400.'>edit_auto_indent</a></li>
<li><a href='#L1422' title='Defined at 1422.'>edit_double_newline</a></li>
<li><a href='#L1435' title='Defined at 1435.'>insert_spaces_tab</a></li>
<li><a href='#L1451' title='Defined at 1451.'>edit_tab_cmd</a></li>
<li><a href='#L1478' title='Defined at 1478.'>check_and_wrap_line</a></li>
<li><a href='#L1521' title='Defined at 1521.'>edit_get_bracket</a></li>
<li><a href='#L1576' title='Defined at 1576.'>edit_goto_matching_bracket</a></li>
<li><a href='#L1592' title='Defined at 1592.'>edit_move_block_to_right</a></li>
<li><a href='#L1632' title='Defined at 1632.'>edit_move_block_to_left</a></li>
<li><a href='#L1684' title='Defined at 1684.'>edit_print_string</a></li>
<li><a href='#L1698' title='Defined at 1698.'>edit_insert_column_from_file</a></li>
<li><a href='#L1771' title='Defined at 1771.'>edit_user_menu</a></li>
<li><a href='#L1833' title='Defined at 1833.'>edit_get_write_filter</a></li>
<li><a href='#L1862' title='Defined at 1862.'>edit_write_stream</a></li>
<li><a href='#L1962' title='Defined at 1962.'>is_break_char</a></li>
<li><a href='#L1971' title='Defined at 1971.'>edit_insert_file</a></li>
<li><a href='#L2092' title='Defined at 2092.'>edit_init</a></li>
<li><a href='#L2207' title='Defined at 2207.'>edit_clean</a></li>
<li><a href='#L2255' title='Defined at 2255.'>edit_reload_line</a></li>
<li><a href='#L2282' title='Defined at 2282.'>edit_set_codeset</a></li>
<li><a href='#L2352' title='Defined at 2352.'>edit_push_undo_action</a></li>
<li><a href='#L2443' title='Defined at 2443.'>edit_push_redo_action</a></li>
<li><a href='#L2529' title='Defined at 2529.'>edit_insert</a></li>
<li><a href='#L2570' title='Defined at 2570.'>edit_insert_ahead</a></li>
<li><a href='#L2601' title='Defined at 2601.'>edit_insert_over</a></li>
<li><a href='#L2614' title='Defined at 2614.'>edit_delete</a></li>
<li><a href='#L2671' title='Defined at 2671.'>edit_backspace</a></li>
<li><a href='#L2729' title='Defined at 2729.'>edit_cursor_move</a></li>
<li><a href='#L2774' title='Defined at 2774.'>edit_move_forward3</a></li>
<li><a href='#L2838' title='Defined at 2838.'>edit_get_cursor_offset</a></li>
<li><a href='#L2847' title='Defined at 2847.'>edit_get_col</a></li>
<li><a href='#L2860' title='Defined at 2860.'>edit_update_curs_row</a></li>
<li><a href='#L2868' title='Defined at 2868.'>edit_update_curs_col</a></li>
<li><a href='#L2879' title='Defined at 2879.'>edit_get_curs_col</a></li>
<li><a href='#L2888' title='Defined at 2888.'>edit_scroll_upward</a></li>
<li><a href='#L2908' title='Defined at 2908.'>edit_scroll_downward</a></li>
<li><a href='#L2929' title='Defined at 2929.'>edit_scroll_right</a></li>
<li><a href='#L2939' title='Defined at 2939.'>edit_scroll_left</a></li>
<li><a href='#L2956' title='Defined at 2956.'>edit_move_to_prev_col</a></li>
<li><a href='#L3025' title='Defined at 3025.'>edit_line_is_blank</a></li>
<li><a href='#L3034' title='Defined at 3034.'>edit_move_to_line</a></li>
<li><a href='#L3047' title='Defined at 3047.'>edit_move_display</a></li>
<li><a href='#L3059' title='Defined at 3059.'>edit_push_markers</a></li>
<li><a href='#L3069' title='Defined at 3069.'>edit_set_markers</a></li>
<li><a href='#L3085' title='Defined at 3085.'>eval_marks</a></li>
<li><a href='#L3147' title='Defined at 3147.'>edit_mark_cmd</a></li>
<li><a href='#L3174' title='Defined at 3174.'>edit_mark_current_word_cmd</a></li>
<li><a href='#L3210' title='Defined at 3210.'>edit_mark_current_line_cmd</a></li>
<li><a href='#L3221' title='Defined at 3221.'>edit_delete_line</a></li>
<li><a href='#L3249' title='Defined at 3249.'>edit_push_key_press</a></li>
<li><a href='#L3262' title='Defined at 3262.'>edit_find_bracket</a></li>
<li><a href='#L3282' title='Defined at 3282.'>edit_execute_key_command</a></li>
<li><a href='#L3331' title='Defined at 3331.'>edit_execute_cmd</a></li>
<li><a href='#L4090' title='Defined at 4090.'>edit_stack_init</a></li>
<li><a href='#L4101' title='Defined at 4101.'>edit_stack_free</a></li>
<li><a href='#L4111' title='Defined at 4111.'>edit_move_up</a></li>
<li><a href='#L4120' title='Defined at 4120.'>edit_move_down</a></li>
<li><a href='#L4135' title='Defined at 4135.'>edit_arg_vpath_new</a></li>
<li><a href='#L4156' title='Defined at 4156.'>edit_arg_new</a></li>
<li><a href='#L4171' title='Defined at 4171.'>edit_arg_init</a></li>
<li><a href='#L4187' title='Defined at 4187.'>edit_arg_assign</a></li>
<li><a href='#L4201' title='Defined at 4201.'>edit_arg_free</a></li>
<li><a href='#L4210' title='Defined at 4210.'>edit_get_file_name</a></li>
</ol>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
<a id='L2' name='L2'></a> 2 <em class='comment'> Editor low level data handling and cursor fundamentals.</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 1996-2025</em>
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
<a id='L7' name='L7'></a> 7 <em class='comment'> Written by:</em>
<a id='L8' name='L8'></a> 8 <em class='comment'> Paul Sheer 1996, 1997</em>
<a id='L9' name='L9'></a> 9 <em class='comment'> Ilia Maslakov &lt;il.smind@gmail.com&gt; 2009, 2010, 2011</em>
<a id='L10' name='L10'></a> 10 <em class='comment'> Andrew Borodin &lt;aborodin@vmail.ru&gt; 2012-2022</em>
<a id='L11' name='L11'></a> 11 <em class='comment'></em>
<a id='L12' name='L12'></a> 12 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L13' name='L13'></a> 13 <em class='comment'></em>
<a id='L14' name='L14'></a> 14 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L15' name='L15'></a> 15 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L16' name='L16'></a> 16 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L17' name='L17'></a> 17 <em class='comment'> or (at your option) any later version.</em>
<a id='L18' name='L18'></a> 18 <em class='comment'></em>
<a id='L19' name='L19'></a> 19 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L20' name='L20'></a> 20 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L21' name='L21'></a> 21 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L22' name='L22'></a> 22 <em class='comment'> GNU General Public License for more details.</em>
<a id='L23' name='L23'></a> 23 <em class='comment'></em>
<a id='L24' name='L24'></a> 24 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L25' name='L25'></a> 25 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L26' name='L26'></a> 26 <em class='comment'> */</em>
<a id='L27' name='L27'></a> 27
<a id='L28' name='L28'></a> 28 <em class='comment'>/** \file</em>
<a id='L29' name='L29'></a> 29 <em class='comment'> * \brief Source: editor low level data handling and cursor fundamentals</em>
<a id='L30' name='L30'></a> 30 <em class='comment'> * \author Paul Sheer</em>
<a id='L31' name='L31'></a> 31 <em class='comment'> * \date 1996, 1997</em>
<a id='L32' name='L32'></a> 32 <em class='comment'> */</em>
<a id='L33' name='L33'></a> 33
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> &lt;stdio.h&gt;
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> &lt;stdarg.h&gt;
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> &lt;sys/types.h&gt;
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> &lt;unistd.h&gt;
<a id='L39' name='L39'></a> 39 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> &lt;ctype.h&gt;
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> &lt;sys/stat.h&gt;
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> &lt;stdint.h&gt; <em class='comment'>// UINTMAX_MAX</em>
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L44' name='L44'></a> 44
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L46' name='L46'></a> 46
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> "<a href='lib--tty--color.h.html'>lib/tty/color.h</a>"
<a id='L48' name='L48'></a> 48 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>" <em class='comment'>// attrset()</em>
<a id='L49' name='L49'></a> 49 <em class='sharp'>#include</em> "<a href='lib--tty--key.h.html'>lib/tty/key.h</a>" <em class='comment'>// is_idle()</em>
<a id='L50' name='L50'></a> 50 <em class='sharp'>#include</em> "<a href='lib--skin.h.html'>lib/skin.h</a>" <em class='comment'>// EDITOR_NORMAL_COLOR</em>
<a id='L51' name='L51'></a> 51 <em class='sharp'>#include</em> "<a href='lib--fileloc.h.html'>lib/fileloc.h</a>" <em class='comment'>// EDIT_HOME_BLOCK_FILE</em>
<a id='L52' name='L52'></a> 52 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>" <em class='comment'>// utf string functions</em>
<a id='L54' name='L54'></a> 54 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>" <em class='comment'>// load_file_position(), save_file_position()</em>
<a id='L55' name='L55'></a> 55 <em class='sharp'>#include</em> "<a href='lib--timefmt.h.html'>lib/timefmt.h</a>" <em class='comment'>// time formatting</em>
<a id='L56' name='L56'></a> 56 <em class='sharp'>#include</em> "<a href='lib--lock.h.html'>lib/lock.h</a>"
<a id='L57' name='L57'></a> 57 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
<a id='L58' name='L58'></a> 58 <em class='sharp'>#include</em> "<a href='lib--charsets.h.html'>lib/charsets.h</a>" <em class='comment'>// get_codepage_id</em>
<a id='L59' name='L59'></a> 59
<a id='L60' name='L60'></a> 60 <em class='sharp'>#include</em> "<a href='src--usermenu.h.html'>src/usermenu.h</a>" <em class='comment'>// user_menu_cmd()</em>
<a id='L61' name='L61'></a> 61
<a id='L62' name='L62'></a> 62 <em class='sharp'>#include</em> "<a href='src--keymap.h.html'>src/keymap.h</a>"
<a id='L63' name='L63'></a> 63 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>src/util.h</a>" <em class='comment'>// file_error_message()</em>
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='sharp'>#include</em> "<a href='src--editor--edit-impl.h.html'>edit-impl.h</a>"
<a id='L66' name='L66'></a> 66 <em class='sharp'>#include</em> "<a href='src--editor--editwidget.h.html'>editwidget.h</a>"
<a id='L67' name='L67'></a> 67 <em class='sharp'>#include</em> "<a href='src--editor--editsearch.h.html'>editsearch.h</a>"
<a id='L68' name='L68'></a> 68 <em class='sharp'>#include</em> "<a href='src--editor--editcomplete.h.html'>editcomplete.h</a>" <em class='comment'>// edit_complete_word_cmd()</em>
<a id='L69' name='L69'></a> 69 <em class='sharp'>#include</em> "<a href='src--editor--editmacros.h.html'>editmacros.h</a>"
<a id='L70' name='L70'></a> 70 <em class='sharp'>#include</em> "<a href='src--editor--etags.h.html'>etags.h</a>" <em class='comment'>// edit_get_match_keyword_cmd()</em>
<a id='L71' name='L71'></a> 71 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
<a id='L72' name='L72'></a> 72 <em class='sharp'>#include</em> "<a href='src--editor--spell.h.html'>spell.h</a>"
<a id='L73' name='L73'></a> 73 <em class='sharp'>#endif</em>
<a id='L74' name='L74'></a> 74
<a id='L75' name='L75'></a> 75 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L76' name='L76'></a> 76
<a id='L77' name='L77'></a> 77 <a href='../S/src--editor--edit.h.html#L63' title='Defined at 63 in src/editor/edit.h.'>edit_options_t</a> <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a> = <em class='brace'>{</em>
<a id='L78' name='L78'></a> 78 .<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a> = <a href='../S/src--editor--edit.h.html#L21' title='Defined at 21 in src/editor/edit.h.'>DEFAULT_WRAP_LINE_LENGTH</a>,
<a id='L79' name='L79'></a> 79 .<a href='../Y/typewriter_wrap.html' title='Multiple used in 8 places.'>typewriter_wrap</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L80' name='L80'></a> 80 .<a href='../Y/auto_para_formatting.html' title='Multiple used in 11 places.'>auto_para_formatting</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L81' name='L81'></a> 81 .<a href='../Y/fill_tabs_with_spaces.html' title='Multiple used in 8 places.'>fill_tabs_with_spaces</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L82' name='L82'></a> 82 .<a href='../Y/return_does_auto_indent.html' title='Multiple used in 6 places.'>return_does_auto_indent</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L83' name='L83'></a> 83 .<a href='../Y/backspace_through_tabs.html' title='Multiple used in 5 places.'>backspace_through_tabs</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L84' name='L84'></a> 84 .<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L85' name='L85'></a> 85 .<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L86' name='L86'></a> 86 .<a href='../Y/drop_selection_on_copy.html' title='Multiple used in 4 places.'>drop_selection_on_copy</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L87' name='L87'></a> 87 .<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L88' name='L88'></a> 88 .<a href='../Y/cursor_after_inserted_block.html' title='Multiple used in 8 places.'>cursor_after_inserted_block</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L89' name='L89'></a> 89 .<a href='../Y/state_full_filename.html' title='Multiple used in 5 places.'>state_full_filename</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L90' name='L90'></a> 90 .<a href='../Y/line_state.html' title='Multiple used in 8 places.'>line_state</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L91' name='L91'></a> 91 .<a href='../Y/line_state_width.html' title='Multiple used in 18 places.'>line_state_width</a> = 0,
<a id='L92' name='L92'></a> 92 .<a href='../Y/save_mode.html' title='Multiple used in 5 places.'>save_mode</a> = <a href='../S/src--editor--edit-impl.h.html#L90' title='Defined at 90 in src/editor/edit-impl.h.'>EDIT_QUICK_SAVE</a>,
<a id='L93' name='L93'></a> 93 .<a href='../Y/confirm_save.html' title='Multiple used in 5 places.'>confirm_save</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L94' name='L94'></a> 94 .<a href='../Y/save_position.html' title='Multiple used in 6 places.'>save_position</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L95' name='L95'></a> 95 .<a href='../Y/syntax_highlighting.html' title='Multiple used in 10 places.'>syntax_highlighting</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L96' name='L96'></a> 96 .<a href='../Y/group_undo.html' title='Multiple used in 5 places.'>group_undo</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L97' name='L97'></a> 97 .<a href='../Y/backup_ext.html' title='Multiple used in 9 places.'>backup_ext</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
<a id='L98' name='L98'></a> 98 .<a href='../Y/filesize_threshold.html' title='Multiple used in 7 places.'>filesize_threshold</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
<a id='L99' name='L99'></a> 99 .<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
<a id='L100' name='L100'></a> 100 .<a href='../Y/visible_tabs.html' title='Multiple used in 5 places.'>visible_tabs</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L101' name='L101'></a> 101 .<a href='../Y/visible_tws.html' title='Multiple used in 8 places.'>visible_tws</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>,
<a id='L102' name='L102'></a> 102 .<a href='../Y/show_right_margin.html' title='Multiple used in 6 places.'>show_right_margin</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L103' name='L103'></a> 103 .<a href='../Y/simple_statusbar.html' title='Multiple used in 5 places.'>simple_statusbar</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L104' name='L104'></a> 104 .<a href='../Y/check_nl_at_eof.html' title='Multiple used in 5 places.'>check_nl_at_eof</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
<a id='L105' name='L105'></a> 105 <em class='brace'>}</em>;
<a id='L106' name='L106'></a> 106
<a id='L107' name='L107'></a> 107 <strong class='reserved'>int</strong> <a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a> = 32768;
<a id='L108' name='L108'></a> 108
<a id='L109' name='L109'></a> 109 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/enable_show_tabs_tws.html' title='Multiple used in 6 places.'>enable_show_tabs_tws</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L110' name='L110'></a> 110
<a id='L111' name='L111'></a> 111 <strong class='reserved'>unsigned</strong> <strong class='reserved'>int</strong> <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> = 0;
<a id='L112' name='L112'></a> 112 <a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> <a href='../Y/edit_history_moveto.html' title='Multiple used in 12 places.'>edit_history_moveto</a>[<a href='../S/src--editor--edit-impl.h.html#L69' title='Defined at 69 in src/editor/edit-impl.h.'>MAX_HISTORY_MOVETO</a>];
<a id='L113' name='L113'></a> 113 <em class='comment'>/* magic sequence for say than block is vertical */</em>
<a id='L114' name='L114'></a> 114 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> <a href='../Y/VERTICAL_MAGIC.html' title='Multiple used in 5 places.'>VERTICAL_MAGIC</a>[] = <em class='brace'>{</em> '\1', '\1', '\1', '\1', '\n' <em class='brace'>}</em>;
<a id='L115' name='L115'></a> 115
<a id='L116' name='L116'></a> 116 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L117' name='L117'></a> 117
<a id='L118' name='L118'></a> 118 <em class='sharp'>#define</em> <a href='../R/TEMP_BUF_LEN.html' title='Multiple referred from 6 places.'>TEMP_BUF_LEN</a> 1024
<a id='L119' name='L119'></a> 119
<a id='L120' name='L120'></a> 120 <em class='sharp'>#define</em> <a href='../R/space_width.html' title='Multiple referred from 7 places.'>space_width</a> 1
<a id='L121' name='L121'></a> 121
<a id='L122' name='L122'></a> 122 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L123' name='L123'></a> 123
<a id='L124' name='L124'></a> 124 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L125' name='L125'></a> 125
<a id='L126' name='L126'></a> 126 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L127' name='L127'></a> 127
<a id='L128' name='L128'></a> 128 <em class='comment'>/* detecting an error on save is easy: just check if every byte has been written. */</em>
<a id='L129' name='L129'></a> 129 <em class='comment'>/* detecting an error on read, is not so easy 'cos there is not way to tell</em>
<a id='L130' name='L130'></a> 130 <em class='comment'> whether you read everything or not. */</em>
<a id='L131' name='L131'></a> 131 <em class='comment'>/* FIXME: add proper 'triple_pipe_open' to read, write and check errors. */</em>
<a id='L132' name='L132'></a> 132 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <strong class='reserved'>struct</strong> edit_filters
<a id='L133' name='L133'></a> 133 <em class='brace'>{</em>
<a id='L134' name='L134'></a> 134 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/read.html' title='Multiple used in 58 places.'>read</a>, *<a href='../Y/write.html' title='Multiple used in 55 places.'>write</a>, *<a href='../S/lib--util.c.html#L577' title='Defined at 577 in lib/util.c.'>extension</a>;
<a id='L135' name='L135'></a> 135 <em class='brace'>}</em> <a href='../Y/all_filters.html' title='Multiple used in 5 places.'>all_filters</a>[] = <em class='brace'>{</em>
<a id='L136' name='L136'></a> 136 <em class='brace'>{</em> "xz -cd %s 2&gt;&amp;1", "xz &gt; %s", ".xz" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L137' name='L137'></a> 137 <em class='brace'>{</em> "zstd -cd %s 2&gt;&amp;1", "zstd &gt; %s", ".zst" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L138' name='L138'></a> 138 <em class='brace'>{</em> "lz4 -cd %s 2&gt;&amp;1", "lz4 &gt; %s", ".lz4" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L139' name='L139'></a> 139 <em class='brace'>{</em> "lzip -cd %s 2&gt;&amp;1", "lzip &gt; %s", ".lz" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L140' name='L140'></a> 140 <em class='brace'>{</em> "lzma -cd %s 2&gt;&amp;1", "lzma &gt; %s", ".lzma" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L141' name='L141'></a> 141 <em class='brace'>{</em> "lzop -cd %s 2&gt;&amp;1", "lzop &gt; %s", ".lzo" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L142' name='L142'></a> 142 <em class='brace'>{</em> "bzip2 -cd %s 2&gt;&amp;1", "bzip2 &gt; %s", ".bz2" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L143' name='L143'></a> 143 <em class='brace'>{</em> "gzip -cd %s 2&gt;&amp;1", "gzip &gt; %s", ".gz" <em class='brace'>}</em>, <em class='comment'>//</em>
<a id='L144' name='L144'></a> 144 <em class='brace'>{</em> "gzip -cd %s 2&gt;&amp;1", "gzip &gt; %s", ".Z" <em class='brace'>}</em>,
<a id='L145' name='L145'></a> 145 <em class='brace'>}</em>;
<a id='L146' name='L146'></a> 146
<a id='L147' name='L147'></a> 147 <strong class='reserved'>static</strong> <strong class='reserved'>const</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/filesize_default_threshold.html' title='Multiple used in 2 places.'>filesize_default_threshold</a> = 64 * 1024 * 1024; <em class='comment'>// 64 MB</em>
<a id='L148' name='L148'></a> 148
<a id='L149' name='L149'></a> 149 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L150' name='L150'></a> 150 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L151' name='L151'></a> 151 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L152' name='L152'></a> 152
<a id='L153' name='L153'></a> 153 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L154' name='L154'></a> 154 <a href='../S/src--editor--edit.c.html#L210' title='Referred from 210 in src/editor/edit.c.'>edit_load_status_update_cb</a> (<a href='../D/status_msg_t.html' title='Multiple defined in 2 places.'>status_msg_t</a> *<a href='../Y/sm.html' title='Multiple used in 114 places.'>sm</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L191'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+154 src/editor/edit.c' /> */</em>
<a id='L155' name='L155'></a> 155 <em class='brace'>{</em>
<a id='L156' name='L156'></a> 156 <a href='../D/simple_status_msg_t.html' title='Multiple defined in 2 places.'>simple_status_msg_t</a> *<a href='../Y/ssm.html' title='Multiple used in 19 places.'>ssm</a> = <a href='../S/lib--widget--wtools.h.html#L20' title='Defined at 20 in lib/widget/wtools.h.'>SIMPLE_STATUS_MSG</a> (<a href='../Y/sm.html' title='Multiple used in 114 places.'>sm</a>);
<a id='L157' name='L157'></a> 157 <a href='../S/src--editor--editbuffer.h.html#L32' title='Defined at 32 in src/editor/editbuffer.h.'>edit_buffer_read_file_status_msg_t</a> *<a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a> = (<a href='../S/src--editor--editbuffer.h.html#L32' title='Defined at 32 in src/editor/editbuffer.h.'>edit_buffer_read_file_status_msg_t</a> *) <a href='../Y/sm.html' title='Multiple used in 114 places.'>sm</a>;
<a id='L158' name='L158'></a> 158 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/sm.html' title='Multiple used in 114 places.'>sm</a>-&gt;<a href='../Y/dlg.html' title='Multiple used in 58 places.'>dlg</a>);
<a id='L159' name='L159'></a> 159
<a id='L160' name='L160'></a> 160 <strong class='reserved'>if</strong> (<a href='../Y/verbose.html' title='Multiple used in 23 places.'>verbose</a>)
<a id='L161' name='L161'></a> 161 <a href='../S/lib--widget--label.c.html#L188' title='Defined at 188 in lib/widget/label.c.'>label_set_textv</a> (<a href='../Y/ssm.html' title='Multiple used in 19 places.'>ssm</a>-&gt;<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Loading: %3d%%"),
<a id='L162' name='L162'></a> 162 <a href='../S/src--editor--editbuffer.c.html#L881' title='Defined at 881 in src/editor/editbuffer.c.'>edit_buffer_calc_percent</a> (<a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>-&gt;<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>-&gt;<a href='../Y/loaded.html' title='Multiple used in 23 places.'>loaded</a>));
<a id='L163' name='L163'></a> 163 <strong class='reserved'>else</strong>
<a id='L164' name='L164'></a> 164 <a href='../S/lib--widget--label.c.html#L156' title='Defined at 156 in lib/widget/label.c.'>label_set_text</a> (<a href='../Y/ssm.html' title='Multiple used in 19 places.'>ssm</a>-&gt;<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Loading..."));
<a id='L165' name='L165'></a> 165
<a id='L166' name='L166'></a> 166 <strong class='reserved'>if</strong> (<a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>-&gt;<a href='../Y/first.html' title='Multiple used in 49 places.'>first</a>)
<a id='L167' name='L167'></a> 167 <em class='brace'>{</em>
<a id='L168' name='L168'></a> 168 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/lw.html' title='Multiple used in 12 places.'>lw</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/ssm.html' title='Multiple used in 19 places.'>ssm</a>-&gt;<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a>);
<a id='L169' name='L169'></a> 169 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
<a id='L170' name='L170'></a> 170
<a id='L171' name='L171'></a> 171 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L172' name='L172'></a> 172 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>, <a href='../Y/lw.html' title='Multiple used in 12 places.'>lw</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> + 6);
<a id='L173' name='L173'></a> 173 <a href='../S/lib--widget--widget-common.c.html#L448' title='Defined at 448 in lib/widget/widget-common.c.'>widget_set_size_rect</a> (<a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>, &amp;<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>);
<a id='L174' name='L174'></a> 174 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/lw.html' title='Multiple used in 12 places.'>lw</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L175' name='L175'></a> 175 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + (<a href='../Y/wd.html' title='Multiple used in 51 places.'>wd</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> - <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>.<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>) / 2;
<a id='L176' name='L176'></a> 176 <a href='../S/lib--widget--widget-common.c.html#L448' title='Defined at 448 in lib/widget/widget-common.c.'>widget_set_size_rect</a> (<a href='../Y/lw.html' title='Multiple used in 12 places.'>lw</a>, &amp;<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>);
<a id='L177' name='L177'></a> 177 <a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>-&gt;<a href='../Y/first.html' title='Multiple used in 49 places.'>first</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L178' name='L178'></a> 178 <em class='brace'>}</em>
<a id='L179' name='L179'></a> 179
<a id='L180' name='L180'></a> 180 <strong class='reserved'>return</strong> <a href='../S/lib--widget--wtools.c.html#L613' title='Defined at 613 in lib/widget/wtools.c.'>status_msg_common_update</a> (<a href='../Y/sm.html' title='Multiple used in 114 places.'>sm</a>);
<a id='L181' name='L181'></a> 181 <em class='brace'>}</em>
<a id='L182' name='L182'></a> 182
<a id='L183' name='L183'></a> 183 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L184' name='L184'></a> 184 <em class='comment'>/**</em>
<a id='L185' name='L185'></a> 185 <em class='comment'> * Load file OR text into buffers. Set cursor to the beginning of file.</em>
<a id='L186' name='L186'></a> 186 <em class='comment'> *</em>
<a id='L187' name='L187'></a> 187 <em class='comment'> * @return FALSE on error.</em>
<a id='L188' name='L188'></a> 188 <em class='comment'> */</em>
<a id='L189' name='L189'></a> 189
<a id='L190' name='L190'></a> 190 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L191' name='L191'></a> 191 <a href='../S/src--editor--edit.c.html#L429' title='Referred from 429 in src/editor/edit.c.'>edit_load_file_fast</a> (<a href='../S/src--editor--editbuffer.h.html#L23' title='Defined at 23 in src/editor/editbuffer.h.'>edit_buffer_t</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L154'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L227'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+191 src/editor/edit.c' /> */</em>
<a id='L192' name='L192'></a> 192 <em class='brace'>{</em>
<a id='L193' name='L193'></a> 193 <strong class='reserved'>int</strong> <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
<a id='L194' name='L194'></a> 194 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L195' name='L195'></a> 195 <a href='../S/src--editor--editbuffer.h.html#L32' title='Defined at 32 in src/editor/editbuffer.h.'>edit_buffer_read_file_status_msg_t</a> <a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>;
<a id='L196' name='L196'></a> 196 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/aborted.html' title='Multiple used in 8 places.'>aborted</a>;
<a id='L197' name='L197'></a> 197
<a id='L198' name='L198'></a> 198 <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> = <a href='../S/lib--vfs--interface.c.html#L191' title='Defined at 191 in lib/vfs/interface.c.'>mc_open</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a> | <a href='../D/O_BINARY.html' title='Multiple defined in 3 places.'>O_BINARY</a>);
<a id='L199' name='L199'></a> 199 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> &lt; 0)
<a id='L200' name='L200'></a> 200 <em class='brace'>{</em>
<a id='L201' name='L201'></a> 201 <a href='../S/src--util.c.html#L85' title='Defined at 85 in src/util.c.'>file_error_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot open\n%s"), <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L202' name='L202'></a> 202 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L203' name='L203'></a> 203 <em class='brace'>}</em>
<a id='L204' name='L204'></a> 204
<a id='L205' name='L205'></a> 205 <a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>.<a href='../Y/first.html' title='Multiple used in 49 places.'>first</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L206' name='L206'></a> 206 <a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>.<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a> = <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>;
<a id='L207' name='L207'></a> 207 <a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>.<a href='../Y/loaded.html' title='Multiple used in 23 places.'>loaded</a> = 0;
<a id='L208' name='L208'></a> 208
<a id='L209' name='L209'></a> 209 <a href='../D/status_msg_init.html' title='Multiple defined in 2 places.'>status_msg_init</a> (<a href='../S/lib--widget--wtools.h.html#L17' title='Defined at 17 in lib/widget/wtools.h.'>STATUS_MSG</a> (&amp;<a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Load file"), 1.0, <a href='../S/lib--widget--wtools.c.html#L659' title='Defined at 659 in lib/widget/wtools.c.'>simple_status_msg_init_cb</a>,
<a id='L210' name='L210'></a> 210 <a href='../S/src--editor--edit.c.html#L154' title='Defined at 154 in src/editor/edit.c.'>edit_load_status_update_cb</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L211' name='L211'></a> 211
<a id='L212' name='L212'></a> 212 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = (<a href='../S/src--editor--editbuffer.c.html#L693' title='Defined at 693 in src/editor/editbuffer.c.'>edit_buffer_read_file</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>, &amp;<a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>, &amp;<a href='../Y/aborted.html' title='Multiple used in 8 places.'>aborted</a>) == <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>-&gt;<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L213' name='L213'></a> 213
<a id='L214' name='L214'></a> 214 <a href='../D/status_msg_deinit.html' title='Multiple defined in 2 places.'>status_msg_deinit</a> (<a href='../S/lib--widget--wtools.h.html#L17' title='Defined at 17 in lib/widget/wtools.h.'>STATUS_MSG</a> (&amp;<a href='../Y/rsm.html' title='Multiple used in 11 places.'>rsm</a>));
<a id='L215' name='L215'></a> 215
<a id='L216' name='L216'></a> 216 <strong class='reserved'>if</strong> (!<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> &amp;&amp; !<a href='../Y/aborted.html' title='Multiple used in 8 places.'>aborted</a>)
<a id='L217' name='L217'></a> 217 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> (<a href='../S/lib--widget--wtools.h.html#L31' title='Defined at 31 in lib/widget/wtools.h.'>D_ERROR</a>, <a href='../S/lib--widget--wtools.h.html#L14' title='Defined at 14 in lib/widget/wtools.h.'>MSG_ERROR</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Error reading %s"), <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L218' name='L218'></a> 218
<a id='L219' name='L219'></a> 219 <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>);
<a id='L220' name='L220'></a> 220 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L221' name='L221'></a> 221 <em class='brace'>}</em>
<a id='L222' name='L222'></a> 222
<a id='L223' name='L223'></a> 223 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L224' name='L224'></a> 224 <em class='comment'>/** Return index of the filter or -1 is there is no appropriate filter */</em>
<a id='L225' name='L225'></a> 225
<a id='L226' name='L226'></a> 226 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
<a id='L227' name='L227'></a> 227 <a href='../R/edit_find_filter.html' title='Multiple referred from 3 places.'>edit_find_filter</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L191'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L247'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+227 src/editor/edit.c' /> */</em>
<a id='L228' name='L228'></a> 228 <em class='brace'>{</em>
<a id='L229' name='L229'></a> 229 <strong class='reserved'>if</strong> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L230' name='L230'></a> 230 <em class='brace'>{</em>
<a id='L231' name='L231'></a> 231 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>;
<a id='L232' name='L232'></a> 232 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L233' name='L233'></a> 233
<a id='L234' name='L234'></a> 234 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L235' name='L235'></a> 235
<a id='L236' name='L236'></a> 236 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/G_N_ELEMENTS.html' title='Multiple used in 29 places.'>G_N_ELEMENTS</a> (<a href='../Y/all_filters.html' title='Multiple used in 5 places.'>all_filters</a>); <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L237' name='L237'></a> 237 <strong class='reserved'>if</strong> (<a href='../Y/g_str_has_suffix.html' title='Multiple used in 2 places.'>g_str_has_suffix</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, <a href='../Y/all_filters.html' title='Multiple used in 5 places.'>all_filters</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../S/lib--util.c.html#L577' title='Defined at 577 in lib/util.c.'>extension</a>))
<a id='L238' name='L238'></a> 238 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L239' name='L239'></a> 239 <em class='brace'>}</em>
<a id='L240' name='L240'></a> 240
<a id='L241' name='L241'></a> 241 <strong class='reserved'>return</strong> -1;
<a id='L242' name='L242'></a> 242 <em class='brace'>}</em>
<a id='L243' name='L243'></a> 243
<a id='L244' name='L244'></a> 244 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L245' name='L245'></a> 245
<a id='L246' name='L246'></a> 246 <strong class='reserved'>static</strong> <strong class='reserved'>char</strong> *
<a id='L247' name='L247'></a> 247 <a href='../S/src--editor--edit.c.html#L1977' title='Referred from 1977 in src/editor/edit.c.'>edit_get_filter</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L227'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L270'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+247 src/editor/edit.c' /> */</em>
<a id='L248' name='L248'></a> 248 <em class='brace'>{</em>
<a id='L249' name='L249'></a> 249 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L250' name='L250'></a> 250 <strong class='reserved'>char</strong> *<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>;
<a id='L251' name='L251'></a> 251 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L252' name='L252'></a> 252
<a id='L253' name='L253'></a> 253 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../S/src--editor--edit.c.html#L227' title='Defined at 227 in src/editor/edit.c.'>edit_find_filter</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L254' name='L254'></a> 254 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; 0)
<a id='L255' name='L255'></a> 255 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L256' name='L256'></a> 256
<a id='L257' name='L257'></a> 257 <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L258' name='L258'></a> 258 <strong class='reserved'>if</strong> (<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L259' name='L259'></a> 259 <em class='brace'>{</em>
<a id='L260' name='L260'></a> 260 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (<a href='../Y/all_filters.html' title='Multiple used in 5 places.'>all_filters</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/read.html' title='Multiple used in 58 places.'>read</a>, <a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>);
<a id='L261' name='L261'></a> 261 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/quoted_name.html' title='Multiple used in 14 places.'>quoted_name</a>);
<a id='L262' name='L262'></a> 262 <em class='brace'>}</em>
<a id='L263' name='L263'></a> 263
<a id='L264' name='L264'></a> 264 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L265' name='L265'></a> 265 <em class='brace'>}</em>
<a id='L266' name='L266'></a> 266
<a id='L267' name='L267'></a> 267 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L268' name='L268'></a> 268
<a id='L269' name='L269'></a> 269 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L270' name='L270'></a> 270 <a href='../S/src--editor--edit.c.html#L1987' title='Referred from 1987 in src/editor/edit.c.'>edit_insert_stream</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>)
<em class='comment'>/* <a href='#L247'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L292'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+270 src/editor/edit.c' /> */</em>
<a id='L271' name='L271'></a> 271 <em class='brace'>{</em>
<a id='L272' name='L272'></a> 272 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L273' name='L273'></a> 273 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L274' name='L274'></a> 274
<a id='L275' name='L275'></a> 275 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/fgetc.html' title='Multiple used in 5 places.'>fgetc</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>)) &gt;= 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L276' name='L276'></a> 276 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L277' name='L277'></a> 277
<a id='L278' name='L278'></a> 278 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L279' name='L279'></a> 279 <em class='brace'>}</em>
<a id='L280' name='L280'></a> 280
<a id='L281' name='L281'></a> 281 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L282' name='L282'></a> 282 <em class='comment'>/**</em>
<a id='L283' name='L283'></a> 283 <em class='comment'> * Open file and create it if necessary.</em>
<a id='L284' name='L284'></a> 284 <em class='comment'> *</em>
<a id='L285' name='L285'></a> 285 <em class='comment'> * @param edit editor object</em>
<a id='L286' name='L286'></a> 286 <em class='comment'> * @param filename_vpath file name</em>
<a id='L287' name='L287'></a> 287 <em class='comment'> * @param st buffer for store stat info</em>
<a id='L288' name='L288'></a> 288 <em class='comment'> * @return TRUE for success, FALSE for error.</em>
<a id='L289' name='L289'></a> 289 <em class='comment'> */</em>
<a id='L290' name='L290'></a> 290
<a id='L291' name='L291'></a> 291 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L292' name='L292'></a> 292 <a href='../S/src--editor--edit.c.html#L413' title='Referred from 413 in src/editor/edit.c.'>check_file_access</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> *<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>)
<em class='comment'>/* <a href='#L270'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L391'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+292 src/editor/edit.c' /> */</em>
<a id='L293' name='L293'></a> 293 <em class='brace'>{</em>
<a id='L294' name='L294'></a> 294 <strong class='reserved'>static</strong> <a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a> <a href='../Y/threshold.html' title='Multiple used in 5 places.'>threshold</a> = <a href='../Y/UINTMAX_MAX.html' title='Multiple used in 10 places.'>UINTMAX_MAX</a>;
<a id='L295' name='L295'></a> 295 <strong class='reserved'>int</strong> <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
<a id='L296' name='L296'></a> 296 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> *<a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L297' name='L297'></a> 297 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L298' name='L298'></a> 298
<a id='L299' name='L299'></a> 299 <em class='comment'>// Try opening an existing file</em>
<a id='L300' name='L300'></a> 300 <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> = <a href='../S/lib--vfs--interface.c.html#L191' title='Defined at 191 in lib/vfs/interface.c.'>mc_open</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../D/O_NONBLOCK.html' title='Multiple defined in 2 places.'>O_NONBLOCK</a> | <a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a> | <a href='../D/O_BINARY.html' title='Multiple defined in 3 places.'>O_BINARY</a>, 0666);
<a id='L301' name='L301'></a> 301 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> &lt; 0)
<a id='L302' name='L302'></a> 302 <em class='brace'>{</em>
<a id='L303' name='L303'></a> 303 <em class='comment'>/*</em>
<a id='L304' name='L304'></a> 304 <em class='comment'> * Try creating the file. O_EXCL prevents following broken links</em>
<a id='L305' name='L305'></a> 305 <em class='comment'> * and opening existing files.</em>
<a id='L306' name='L306'></a> 306 <em class='comment'> */</em>
<a id='L307' name='L307'></a> 307 <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> = <a href='../S/lib--vfs--interface.c.html#L191' title='Defined at 191 in lib/vfs/interface.c.'>mc_open</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../D/O_NONBLOCK.html' title='Multiple defined in 2 places.'>O_NONBLOCK</a> | <a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a> | <a href='../D/O_BINARY.html' title='Multiple defined in 3 places.'>O_BINARY</a> | <a href='../Y/O_CREAT.html' title='Multiple used in 17 places.'>O_CREAT</a> | <a href='../Y/O_EXCL.html' title='Multiple used in 7 places.'>O_EXCL</a>, 0666);
<a id='L308' name='L308'></a> 308 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> &lt; 0)
<a id='L309' name='L309'></a> 309 <em class='brace'>{</em>
<a id='L310' name='L310'></a> 310 <a href='../S/src--util.c.html#L85' title='Defined at 85 in src/util.c.'>file_error_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot open\n%s"), <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L311' name='L311'></a> 311 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L312' name='L312'></a> 312 <em class='brace'>}</em>
<a id='L313' name='L313'></a> 313
<a id='L314' name='L314'></a> 314 <em class='comment'>// New file, delete it if it's not modified or saved</em>
<a id='L315' name='L315'></a> 315 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> = 1;
<a id='L316' name='L316'></a> 316 <em class='brace'>}</em>
<a id='L317' name='L317'></a> 317
<a id='L318' name='L318'></a> 318 <em class='comment'>// Check what we have opened</em>
<a id='L319' name='L319'></a> 319 <strong class='reserved'>if</strong> (<a href='../Y/mc_fstat.html' title='Multiple used in 7 places.'>mc_fstat</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>) &lt; 0)
<a id='L320' name='L320'></a> 320 <em class='brace'>{</em>
<a id='L321' name='L321'></a> 321 <a href='../S/src--util.c.html#L85' title='Defined at 85 in src/util.c.'>file_error_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot stat\n%s"), <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L322' name='L322'></a> 322 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L323' name='L323'></a> 323 <em class='brace'>}</em>
<a id='L324' name='L324'></a> 324
<a id='L325' name='L325'></a> 325 <em class='comment'>// We want to open regular files only</em>
<a id='L326' name='L326'></a> 326 <strong class='reserved'>if</strong> (!<a href='../S/lib--fs.h.html#L21' title='Defined at 21 in lib/fs.h.'>S_ISREG</a> (<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>-&gt;<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
<a id='L327' name='L327'></a> 327 <em class='brace'>{</em>
<a id='L328' name='L328'></a> 328 <a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a> =
<a id='L329' name='L329'></a> 329 <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("%s\nis not a regular file"), <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L330' name='L330'></a> 330 <strong class='reserved'>goto</strong> <a href='../Y/cleanup.html' title='Multiple used in 44 places.'>cleanup</a>;
<a id='L331' name='L331'></a> 331 <em class='brace'>}</em>
<a id='L332' name='L332'></a> 332
<a id='L333' name='L333'></a> 333 <em class='comment'>// get file size threshold for alarm</em>
<a id='L334' name='L334'></a> 334 <strong class='reserved'>if</strong> (<a href='../Y/threshold.html' title='Multiple used in 5 places.'>threshold</a> == <a href='../Y/UINTMAX_MAX.html' title='Multiple used in 10 places.'>UINTMAX_MAX</a>)
<a id='L335' name='L335'></a> 335 <em class='brace'>{</em>
<a id='L336' name='L336'></a> 336 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/err.html' title='Multiple used in 119 places.'>err</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L337' name='L337'></a> 337
<a id='L338' name='L338'></a> 338 <a href='../Y/threshold.html' title='Multiple used in 5 places.'>threshold</a> = <a href='../S/lib--strutil--strutil.c.html#L1001' title='Defined at 1001 in lib/strutil/strutil.c.'>parse_integer</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/filesize_threshold.html' title='Multiple used in 7 places.'>filesize_threshold</a>, &amp;<a href='../Y/err.html' title='Multiple used in 119 places.'>err</a>);
<a id='L339' name='L339'></a> 339 <strong class='reserved'>if</strong> (<a href='../Y/err.html' title='Multiple used in 119 places.'>err</a>)
<a id='L340' name='L340'></a> 340 <a href='../Y/threshold.html' title='Multiple used in 5 places.'>threshold</a> = <a href='../Y/filesize_default_threshold.html' title='Multiple used in 2 places.'>filesize_default_threshold</a>;
<a id='L341' name='L341'></a> 341 <em class='brace'>}</em>
<a id='L342' name='L342'></a> 342
<a id='L343' name='L343'></a> 343 <em class='comment'>/*</em>
<a id='L344' name='L344'></a> 344 <em class='comment'> * Don't delete non-empty files.</em>
<a id='L345' name='L345'></a> 345 <em class='comment'> * O_EXCL should prevent it, but let's be on the safe side.</em>
<a id='L346' name='L346'></a> 346 <em class='comment'> */</em>
<a id='L347' name='L347'></a> 347 <strong class='reserved'>if</strong> (<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>-&gt;<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> &gt; 0)
<a id='L348' name='L348'></a> 348 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> = 0;
<a id='L349' name='L349'></a> 349
<a id='L350' name='L350'></a> 350 <strong class='reserved'>if</strong> ((<a href='../Y/uintmax_t.html' title='Multiple used in 111 places.'>uintmax_t</a>) <a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>-&gt;<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> &gt; <a href='../Y/threshold.html' title='Multiple used in 5 places.'>threshold</a>)
<a id='L351' name='L351'></a> 351 <em class='brace'>{</em>
<a id='L352' name='L352'></a> 352 <strong class='reserved'>int</strong> <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a>;
<a id='L353' name='L353'></a> 353
<a id='L354' name='L354'></a> 354 <a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("File \"%s\" is too large.\nOpen it anyway?"),
<a id='L355' name='L355'></a> 355 <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L356' name='L356'></a> 356 <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a> = <a href='../S/src--editor--edit-impl.h.html#L74' title='Defined at 74 in src/editor/edit-impl.h.'>edit_query_dialog2</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Warning"), <a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&amp;Yes"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&amp;No"));
<a id='L357' name='L357'></a> 357 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a>);
<a id='L358' name='L358'></a> 358
<a id='L359' name='L359'></a> 359 <strong class='reserved'>if</strong> (<a href='../Y/act.html' title='Multiple used in 69 places.'>act</a> != 0)
<a id='L360' name='L360'></a> 360 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L361' name='L361'></a> 361 <em class='brace'>}</em>
<a id='L362' name='L362'></a> 362
<a id='L363' name='L363'></a> 363 <a href='../Y/cleanup.html' title='Multiple used in 44 places.'>cleanup</a>:
<a id='L364' name='L364'></a> 364 (<strong class='reserved'>void</strong>) <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>);
<a id='L365' name='L365'></a> 365
<a id='L366' name='L366'></a> 366 <strong class='reserved'>if</strong> (<a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L367' name='L367'></a> 367 <em class='brace'>{</em>
<a id='L368' name='L368'></a> 368 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> (<a href='../S/lib--widget--wtools.h.html#L31' title='Defined at 31 in lib/widget/wtools.h.'>D_ERROR</a>, <a href='../S/lib--widget--wtools.h.html#L14' title='Defined at 14 in lib/widget/wtools.h.'>MSG_ERROR</a>, "%s", <a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a>);
<a id='L369' name='L369'></a> 369 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/errmsg.html' title='Multiple used in 18 places.'>errmsg</a>);
<a id='L370' name='L370'></a> 370 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L371' name='L371'></a> 371 <em class='brace'>}</em>
<a id='L372' name='L372'></a> 372
<a id='L373' name='L373'></a> 373 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
<a id='L374' name='L374'></a> 374 <em class='brace'>}</em>
<a id='L375' name='L375'></a> 375
<a id='L376' name='L376'></a> 376 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L377' name='L377'></a> 377
<a id='L378' name='L378'></a> 378 <em class='comment'>/**</em>
<a id='L379' name='L379'></a> 379 <em class='comment'> * Open the file and load it into the buffers, either directly or using</em>
<a id='L380' name='L380'></a> 380 <em class='comment'> * a filter. Return TRUE on success, FALSE on error.</em>
<a id='L381' name='L381'></a> 381 <em class='comment'> *</em>
<a id='L382' name='L382'></a> 382 <em class='comment'> * Fast loading (edit_load_file_fast) is used when the file size is</em>
<a id='L383' name='L383'></a> 383 <em class='comment'> * known. In this case the data is read into the buffers by blocks.</em>
<a id='L384' name='L384'></a> 384 <em class='comment'> * If the file size is not known, the data is loaded byte by byte in</em>
<a id='L385' name='L385'></a> 385 <em class='comment'> * edit_insert_file.</em>
<a id='L386' name='L386'></a> 386 <em class='comment'> *</em>
<a id='L387' name='L387'></a> 387 <em class='comment'> * @param edit editor object</em>
<a id='L388' name='L388'></a> 388 <em class='comment'> * @return TRUE if file was successfully opened and loaded to buffers, FALSE otherwise</em>
<a id='L389' name='L389'></a> 389 <em class='comment'> */</em>
<a id='L390' name='L390'></a> 390 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L391' name='L391'></a> 391 <a href='../S/src--editor--edit.c.html#L2172' title='Referred from 2172 in src/editor/edit.c.'>edit_load_file</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L292'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L465'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+391 src/editor/edit.c' /> */</em>
<a id='L392' name='L392'></a> 392 <em class='brace'>{</em>
<a id='L393' name='L393'></a> 393 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/fast_load.html' title='Multiple used in 5 places.'>fast_load</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L394' name='L394'></a> 394
<a id='L395' name='L395'></a> 395 <em class='comment'>// Cannot do fast load if a filter is used</em>
<a id='L396' name='L396'></a> 396 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L227' title='Defined at 227 in src/editor/edit.c.'>edit_find_filter</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>) &gt;= 0)
<a id='L397' name='L397'></a> 397 <a href='../Y/fast_load.html' title='Multiple used in 5 places.'>fast_load</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L398' name='L398'></a> 398
<a id='L399' name='L399'></a> 399 <em class='comment'>/*</em>
<a id='L400' name='L400'></a> 400 <em class='comment'> * FIXME: line end translation should disable fast loading as well</em>
<a id='L401' name='L401'></a> 401 <em class='comment'> * Consider doing fseek() to the end and ftell() for the real size.</em>
<a id='L402' name='L402'></a> 402 <em class='comment'> */</em>
<a id='L403' name='L403'></a> 403 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L404' name='L404'></a> 404 <em class='brace'>{</em>
<a id='L405' name='L405'></a> 405 <em class='comment'>/*</em>
<a id='L406' name='L406'></a> 406 <em class='comment'> * VFS may report file size incorrectly, and slow load is not a big</em>
<a id='L407' name='L407'></a> 407 <em class='comment'> * deal considering overhead in VFS.</em>
<a id='L408' name='L408'></a> 408 <em class='comment'> */</em>
<a id='L409' name='L409'></a> 409 <strong class='reserved'>if</strong> (!<a href='../D/vfs_file_is_local.html' title='Multiple defined in 2 places.'>vfs_file_is_local</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>))
<a id='L410' name='L410'></a> 410 <a href='../Y/fast_load.html' title='Multiple used in 5 places.'>fast_load</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L411' name='L411'></a> 411
<a id='L412' name='L412'></a> 412 <em class='comment'>// If we are dealing with a real file, check that it exists</em>
<a id='L413' name='L413'></a> 413 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L292' title='Defined at 292 in src/editor/edit.c.'>check_file_access</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, &amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>))
<a id='L414' name='L414'></a> 414 <em class='brace'>{</em>
<a id='L415' name='L415'></a> 415 <a href='../S/src--editor--edit.c.html#L2207' title='Defined at 2207 in src/editor/edit.c.'>edit_clean</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L416' name='L416'></a> 416 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L417' name='L417'></a> 417 <em class='brace'>}</em>
<a id='L418' name='L418'></a> 418 <em class='brace'>}</em>
<a id='L419' name='L419'></a> 419 <strong class='reserved'>else</strong>
<a id='L420' name='L420'></a> 420 <em class='brace'>{</em>
<a id='L421' name='L421'></a> 421 <em class='comment'>// nothing to load</em>
<a id='L422' name='L422'></a> 422 <a href='../Y/fast_load.html' title='Multiple used in 5 places.'>fast_load</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L423' name='L423'></a> 423 <em class='brace'>}</em>
<a id='L424' name='L424'></a> 424
<a id='L425' name='L425'></a> 425 <strong class='reserved'>if</strong> (<a href='../Y/fast_load.html' title='Multiple used in 5 places.'>fast_load</a>)
<a id='L426' name='L426'></a> 426 <em class='brace'>{</em>
<a id='L427' name='L427'></a> 427 <a href='../S/src--editor--editbuffer.c.html#L147' title='Defined at 147 in src/editor/editbuffer.c.'>edit_buffer_init</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>);
<a id='L428' name='L428'></a> 428
<a id='L429' name='L429'></a> 429 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L191' title='Defined at 191 in src/editor/edit.c.'>edit_load_file_fast</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>))
<a id='L430' name='L430'></a> 430 <em class='brace'>{</em>
<a id='L431' name='L431'></a> 431 <a href='../S/src--editor--edit.c.html#L2207' title='Defined at 2207 in src/editor/edit.c.'>edit_clean</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L432' name='L432'></a> 432 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L433' name='L433'></a> 433 <em class='brace'>}</em>
<a id='L434' name='L434'></a> 434 <em class='brace'>}</em>
<a id='L435' name='L435'></a> 435 <strong class='reserved'>else</strong>
<a id='L436' name='L436'></a> 436 <em class='brace'>{</em>
<a id='L437' name='L437'></a> 437 <a href='../S/src--editor--editbuffer.c.html#L147' title='Defined at 147 in src/editor/editbuffer.c.'>edit_buffer_init</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, 0);
<a id='L438' name='L438'></a> 438
<a id='L439' name='L439'></a> 439 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>
<a id='L440' name='L440'></a> 440 &amp;&amp; *(<a href='../S/lib--vfs--path.c.html#L790' title='Defined at 790 in lib/vfs/path.c.'>vfs_path_get_by_index</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, 0)-&gt;<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>) != '\0')
<a id='L441' name='L441'></a> 441 <em class='brace'>{</em>
<a id='L442' name='L442'></a> 442 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_disable.html' title='Multiple used in 6 places.'>undo_stack_disable</a> = 1;
<a id='L443' name='L443'></a> 443 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L1971' title='Defined at 1971 in src/editor/edit.c.'>edit_insert_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>) &lt; 0)
<a id='L444' name='L444'></a> 444 <em class='brace'>{</em>
<a id='L445' name='L445'></a> 445 <a href='../S/src--editor--edit.c.html#L2207' title='Defined at 2207 in src/editor/edit.c.'>edit_clean</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L446' name='L446'></a> 446 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L447' name='L447'></a> 447 <em class='brace'>}</em>
<a id='L448' name='L448'></a> 448 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_disable.html' title='Multiple used in 6 places.'>undo_stack_disable</a> = 0;
<a id='L449' name='L449'></a> 449 <em class='brace'>}</em>
<a id='L450' name='L450'></a> 450 <em class='brace'>}</em>
<a id='L451' name='L451'></a> 451 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/lb.html' title='Multiple used in 8 places.'>lb</a> = <a href='../S/src--editor--edit-impl.h.html#L82' title='Defined at 82 in src/editor/edit-impl.h.'>LB_ASIS</a>;
<a id='L452' name='L452'></a> 452 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L453' name='L453'></a> 453 <em class='brace'>}</em>
<a id='L454' name='L454'></a> 454
<a id='L455' name='L455'></a> 455 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L456' name='L456'></a> 456 <em class='comment'>/**</em>
<a id='L457' name='L457'></a> 457 <em class='comment'> * Restore saved cursor position and/or bookmarks in the file</em>
<a id='L458' name='L458'></a> 458 <em class='comment'> *</em>
<a id='L459' name='L459'></a> 459 <em class='comment'> * @param edit editor object</em>
<a id='L460' name='L460'></a> 460 <em class='comment'> * @param load_position If TRUE, load bookmarks and cursor position and apply them.</em>
<a id='L461' name='L461'></a> 461 <em class='comment'> * If FALSE, load bookmarks only.</em>
<a id='L462' name='L462'></a> 462 <em class='comment'> */</em>
<a id='L463' name='L463'></a> 463
<a id='L464' name='L464'></a> 464 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L465' name='L465'></a> 465 <a href='../R/edit_load_position.html' title='Multiple referred from 2 places.'>edit_load_position</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/load_position.html' title='Multiple used in 2 places.'>load_position</a>)
<em class='comment'>/* <a href='#L391'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L503'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+465 src/editor/edit.c' /> */</em>
<a id='L466' name='L466'></a> 466 <em class='brace'>{</em>
<a id='L467' name='L467'></a> 467 <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, <a href='../Y/column.html' title='Multiple used in 30 places.'>column</a>;
<a id='L468' name='L468'></a> 468 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>;
<a id='L469' name='L469'></a> 469 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L470' name='L470'></a> 470
<a id='L471' name='L471'></a> 471 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>
<a id='L472' name='L472'></a> 472 || *(<a href='../S/lib--vfs--path.c.html#L790' title='Defined at 790 in lib/vfs/path.c.'>vfs_path_get_by_index</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, 0)-&gt;<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>) == '\0')
<a id='L473' name='L473'></a> 473 <strong class='reserved'>return</strong>;
<a id='L474' name='L474'></a> 474
<a id='L475' name='L475'></a> 475 <a href='../S/lib--util.c.html#L980' title='Defined at 980 in lib/util.c.'>load_file_position</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, &amp;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, &amp;<a href='../Y/column.html' title='Multiple used in 30 places.'>column</a>, &amp;<a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>, &amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a>);
<a id='L476' name='L476'></a> 476 <em class='comment'>// apply bookmarks in any case</em>
<a id='L477' name='L477'></a> 477 <a href='../S/src--editor--bookmark.c.html#L338' title='Defined at 338 in src/editor/bookmark.c.'>book_mark_restore</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/lib--skin.h.html#L110' title='Defined at 110 in lib/skin.h.'>EDITOR_BOOKMARK_COLOR</a>);
<a id='L478' name='L478'></a> 478
<a id='L479' name='L479'></a> 479 <strong class='reserved'>if</strong> (!<a href='../Y/load_position.html' title='Multiple used in 2 places.'>load_position</a>)
<a id='L480' name='L480'></a> 480 <strong class='reserved'>return</strong>;
<a id='L481' name='L481'></a> 481
<a id='L482' name='L482'></a> 482 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt; 0)
<a id='L483' name='L483'></a> 483 <em class='brace'>{</em>
<a id='L484' name='L484'></a> 484 <a href='../S/src--editor--edit.c.html#L3034' title='Defined at 3034 in src/editor/edit.c.'>edit_move_to_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - 1);
<a id='L485' name='L485'></a> 485 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../Y/column.html' title='Multiple used in 30 places.'>column</a>;
<a id='L486' name='L486'></a> 486 <em class='brace'>}</em>
<a id='L487' name='L487'></a> 487 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a> &gt; 0)
<a id='L488' name='L488'></a> 488 <em class='brace'>{</em>
<a id='L489' name='L489'></a> 489 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>);
<a id='L490' name='L490'></a> 490 <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>;
<a id='L491' name='L491'></a> 491 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L492' name='L492'></a> 492 <em class='brace'>}</em>
<a id='L493' name='L493'></a> 493
<a id='L494' name='L494'></a> 494 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L495' name='L495'></a> 495 <a href='../S/src--editor--edit.c.html#L2956' title='Defined at 2956 in src/editor/edit.c.'>edit_move_to_prev_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>);
<a id='L496' name='L496'></a> 496 <a href='../S/src--editor--edit.c.html#L3047' title='Defined at 3047 in src/editor/edit.c.'>edit_move_display</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - (<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> / 2));
<a id='L497' name='L497'></a> 497 <em class='brace'>}</em>
<a id='L498' name='L498'></a> 498
<a id='L499' name='L499'></a> 499 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L500' name='L500'></a> 500 <em class='comment'>/** Save cursor position in the file */</em>
<a id='L501' name='L501'></a> 501
<a id='L502' name='L502'></a> 502 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L503' name='L503'></a> 503 <a href='../S/src--editor--edit.c.html#L2218' title='Referred from 2218 in src/editor/edit.c.'>edit_save_position</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L465'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L519'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+503 src/editor/edit.c' /> */</em>
<a id='L504' name='L504'></a> 504 <em class='brace'>{</em>
<a id='L505' name='L505'></a> 505 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>
<a id='L506' name='L506'></a> 506 || *(<a href='../S/lib--vfs--path.c.html#L790' title='Defined at 790 in lib/vfs/path.c.'>vfs_path_get_by_index</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, 0)-&gt;<a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>) == '\0')
<a id='L507' name='L507'></a> 507 <strong class='reserved'>return</strong>;
<a id='L508' name='L508'></a> 508
<a id='L509' name='L509'></a> 509 <a href='../S/src--editor--bookmark.c.html#L315' title='Defined at 315 in src/editor/bookmark.c.'>book_mark_serialize</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/lib--skin.h.html#L110' title='Defined at 110 in lib/skin.h.'>EDITOR_BOOKMARK_COLOR</a>);
<a id='L510' name='L510'></a> 510 <a href='../S/lib--util.c.html#L1074' title='Defined at 1074 in lib/util.c.'>save_file_position</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> + 1, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>,
<a id='L511' name='L511'></a> 511 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a>);
<a id='L512' name='L512'></a> 512 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L513' name='L513'></a> 513 <em class='brace'>}</em>
<a id='L514' name='L514'></a> 514
<a id='L515' name='L515'></a> 515 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L516' name='L516'></a> 516 <em class='comment'>/** Clean the WEdit stricture except the widget part */</em>
<a id='L517' name='L517'></a> 517
<a id='L518' name='L518'></a> 518 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L519' name='L519'></a> 519 <a href='../R/edit_purge_widget.html' title='Multiple referred from 2 places.'>edit_purge_widget</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L503'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L534'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+519 src/editor/edit.c' /> */</em>
<a id='L520' name='L520'></a> 520 <em class='brace'>{</em>
<a id='L521' name='L521'></a> 521 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <strong class='reserved'>sizeof</strong> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a>) - <strong class='reserved'>sizeof</strong> (<a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a>);
<a id='L522' name='L522'></a> 522 <strong class='reserved'>char</strong> *<a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a> = (<strong class='reserved'>char</strong> *) <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a> + <strong class='reserved'>sizeof</strong> (<a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a>);
<a id='L523' name='L523'></a> 523 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (<a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, 0, <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>);
<a id='L524' name='L524'></a> 524 <em class='brace'>}</em>
<a id='L525' name='L525'></a> 525
<a id='L526' name='L526'></a> 526 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L527' name='L527'></a> 527
<a id='L528' name='L528'></a> 528 <em class='comment'>/*</em>
<a id='L529' name='L529'></a> 529 <em class='comment'> TODO: if the user undos until the stack bottom, and the stack has not wrapped,</em>
<a id='L530' name='L530'></a> 530 <em class='comment'> then the file should be as it was when he loaded up. Then set edit-&gt;modified to 0.</em>
<a id='L531' name='L531'></a> 531 <em class='comment'> */</em>
<a id='L532' name='L532'></a> 532
<a id='L533' name='L533'></a> 533 <strong class='reserved'>static</strong> <strong class='reserved'>long</strong>
<a id='L534' name='L534'></a> 534 <a href='../S/src--editor--edit.c.html#L1162' title='Referred from 1162 in src/editor/edit.c.'>edit_pop_undo_action</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L519'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L569'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+534 src/editor/edit.c' /> */</em>
<a id='L535' name='L535'></a> 535 <em class='brace'>{</em>
<a id='L536' name='L536'></a> 536 <strong class='reserved'>long</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L537' name='L537'></a> 537 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a>;
<a id='L538' name='L538'></a> 538
<a id='L539' name='L539'></a> 539 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>)
<a id='L540' name='L540'></a> 540 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L541' name='L541'></a> 541
<a id='L542' name='L542'></a> 542 <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L543' name='L543'></a> 543 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>];
<a id='L544' name='L544'></a> 544 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt;= 0)
<a id='L545' name='L545'></a> 545 <em class='brace'>{</em>
<a id='L546' name='L546'></a> 546 <em class='comment'>// edit-&gt;undo_stack[sp] = '@';</em>
<a id='L547' name='L547'></a> 547 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L548' name='L548'></a> 548 <strong class='reserved'>return</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L549' name='L549'></a> 549 <em class='brace'>}</em>
<a id='L550' name='L550'></a> 550
<a id='L551' name='L551'></a> 551 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>)
<a id='L552' name='L552'></a> 552 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L553' name='L553'></a> 553
<a id='L554' name='L554'></a> 554 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[(<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>];
<a id='L555' name='L555'></a> 555 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>] == -2)
<a id='L556' name='L556'></a> 556 <em class='brace'>{</em>
<a id='L557' name='L557'></a> 557 <em class='comment'>// edit-&gt;undo_stack[sp] = '@';</em>
<a id='L558' name='L558'></a> 558 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> = <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>;
<a id='L559' name='L559'></a> 559 <em class='brace'>}</em>
<a id='L560' name='L560'></a> 560 <strong class='reserved'>else</strong>
<a id='L561' name='L561'></a> 561 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>]++;
<a id='L562' name='L562'></a> 562
<a id='L563' name='L563'></a> 563 <strong class='reserved'>return</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L564' name='L564'></a> 564 <em class='brace'>}</em>
<a id='L565' name='L565'></a> 565
<a id='L566' name='L566'></a> 566 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L567' name='L567'></a> 567
<a id='L568' name='L568'></a> 568 <strong class='reserved'>static</strong> <strong class='reserved'>long</strong>
<a id='L569' name='L569'></a> 569 <a href='../S/src--editor--edit.c.html#L1250' title='Referred from 1250 in src/editor/edit.c.'>edit_pop_redo_action</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L534'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L600'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+569 src/editor/edit.c' /> */</em>
<a id='L570' name='L570'></a> 570 <em class='brace'>{</em>
<a id='L571' name='L571'></a> 571 <strong class='reserved'>long</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L572' name='L572'></a> 572 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a>;
<a id='L573' name='L573'></a> 573
<a id='L574' name='L574'></a> 574 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>)
<a id='L575' name='L575'></a> 575 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L576' name='L576'></a> 576
<a id='L577' name='L577'></a> 577 <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>;
<a id='L578' name='L578'></a> 578 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>];
<a id='L579' name='L579'></a> 579 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt;= 0)
<a id='L580' name='L580'></a> 580 <em class='brace'>{</em>
<a id='L581' name='L581'></a> 581 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>;
<a id='L582' name='L582'></a> 582 <strong class='reserved'>return</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L583' name='L583'></a> 583 <em class='brace'>}</em>
<a id='L584' name='L584'></a> 584
<a id='L585' name='L585'></a> 585 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>)
<a id='L586' name='L586'></a> 586 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L587' name='L587'></a> 587
<a id='L588' name='L588'></a> 588 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[(<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>];
<a id='L589' name='L589'></a> 589 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>] == -2)
<a id='L590' name='L590'></a> 590 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> = <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>;
<a id='L591' name='L591'></a> 591 <strong class='reserved'>else</strong>
<a id='L592' name='L592'></a> 592 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>]++;
<a id='L593' name='L593'></a> 593
<a id='L594' name='L594'></a> 594 <strong class='reserved'>return</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L595' name='L595'></a> 595 <em class='brace'>}</em>
<a id='L596' name='L596'></a> 596
<a id='L597' name='L597'></a> 597 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L598' name='L598'></a> 598
<a id='L599' name='L599'></a> 599 <strong class='reserved'>static</strong> <strong class='reserved'>long</strong>
<a id='L600' name='L600'></a> 600 <a href='../R/get_prev_undo_action.html' title='Multiple referred from 2 places.'>get_prev_undo_action</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L569'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L624'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+600 src/editor/edit.c' /> */</em>
<a id='L601' name='L601'></a> 601 <em class='brace'>{</em>
<a id='L602' name='L602'></a> 602 <strong class='reserved'>long</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L603' name='L603'></a> 603 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a>;
<a id='L604' name='L604'></a> 604
<a id='L605' name='L605'></a> 605 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>)
<a id='L606' name='L606'></a> 606 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L607' name='L607'></a> 607
<a id='L608' name='L608'></a> 608 <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L609' name='L609'></a> 609 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>];
<a id='L610' name='L610'></a> 610 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt;= 0)
<a id='L611' name='L611'></a> 611 <strong class='reserved'>return</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L612' name='L612'></a> 612
<a id='L613' name='L613'></a> 613 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>)
<a id='L614' name='L614'></a> 614 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L615' name='L615'></a> 615
<a id='L616' name='L616'></a> 616 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[(<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>];
<a id='L617' name='L617'></a> 617 <strong class='reserved'>return</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L618' name='L618'></a> 618 <em class='brace'>}</em>
<a id='L619' name='L619'></a> 619
<a id='L620' name='L620'></a> 620 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L621' name='L621'></a> 621 <em class='comment'>/** is called whenever a modification is made by one of the four routines below */</em>
<a id='L622' name='L622'></a> 622
<a id='L623' name='L623'></a> 623 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L624' name='L624'></a> 624 <a href='../R/edit_modification.html' title='Multiple referred from 4 places.'>edit_modification</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L600'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L645'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+624 src/editor/edit.c' /> */</em>
<a id='L625' name='L625'></a> 625 <em class='brace'>{</em>
<a id='L626' name='L626'></a> 626 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/caches_valid.html' title='Multiple used in 4 places.'>caches_valid</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L627' name='L627'></a> 627
<a id='L628' name='L628'></a> 628 <em class='comment'>// raise lock when file modified</em>
<a id='L629' name='L629'></a> 629 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> == 0 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> == 0)
<a id='L630' name='L630'></a> 630 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> = <a href='../S/lib--lock.c.html#L200' title='Defined at 200 in lib/lock.c.'>lock_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L631' name='L631'></a> 631 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> = 1;
<a id='L632' name='L632'></a> 632 <em class='brace'>}</em>
<a id='L633' name='L633'></a> 633
<a id='L634' name='L634'></a> 634 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L635' name='L635'></a> 635 <em class='comment'>/* high level cursor movement commands */</em>
<a id='L636' name='L636'></a> 636 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L637' name='L637'></a> 637 <em class='comment'>/** check whether cursor is in indent part of line</em>
<a id='L638' name='L638'></a> 638 <em class='comment'> *</em>
<a id='L639' name='L639'></a> 639 <em class='comment'> * @param edit editor object</em>
<a id='L640' name='L640'></a> 640 <em class='comment'> *</em>
<a id='L641' name='L641'></a> 641 <em class='comment'> * @return TRUE if cursor is in indent, FALSE otherwise</em>
<a id='L642' name='L642'></a> 642 <em class='comment'> */</em>
<a id='L643' name='L643'></a> 643
<a id='L644' name='L644'></a> 644 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L645' name='L645'></a> 645 <a href='../R/is_in_indent.html' title='Multiple referred from 7 places.'>is_in_indent</a> (<strong class='reserved'>const</strong> <a href='../S/src--editor--editbuffer.h.html#L23' title='Defined at 23 in src/editor/editbuffer.h.'>edit_buffer_t</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>)
<em class='comment'>/* <a href='#L624'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L666'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+645 src/editor/edit.c' /> */</em>
<a id='L646' name='L646'></a> 646 <em class='brace'>{</em>
<a id='L647' name='L647'></a> 647 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L648' name='L648'></a> 648
<a id='L649' name='L649'></a> 649 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>); <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> &lt; <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>-&gt;<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L650' name='L650'></a> 650 <strong class='reserved'>if</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (" \t", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)) == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L651' name='L651'></a> 651 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L652' name='L652'></a> 652
<a id='L653' name='L653'></a> 653 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L654' name='L654'></a> 654 <em class='brace'>}</em>
<a id='L655' name='L655'></a> 655
<a id='L656' name='L656'></a> 656 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L657' name='L657'></a> 657 <em class='comment'>/** check whether line in editor is blank or not</em>
<a id='L658' name='L658'></a> 658 <em class='comment'> *</em>
<a id='L659' name='L659'></a> 659 <em class='comment'> * @param edit editor object</em>
<a id='L660' name='L660'></a> 660 <em class='comment'> * @param offset position in file</em>
<a id='L661' name='L661'></a> 661 <em class='comment'> *</em>
<a id='L662' name='L662'></a> 662 <em class='comment'> * @return TRUE if line in blank, FALSE otherwise</em>
<a id='L663' name='L663'></a> 663 <em class='comment'> */</em>
<a id='L664' name='L664'></a> 664
<a id='L665' name='L665'></a> 665 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L666' name='L666'></a> 666 <a href='../S/src--editor--edit.c.html#L3027' title='Referred from 3027 in src/editor/edit.c.'>is_blank</a> (<strong class='reserved'>const</strong> <a href='../S/src--editor--editbuffer.h.html#L23' title='Defined at 23 in src/editor/editbuffer.h.'>edit_buffer_t</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>)
<em class='comment'>/* <a href='#L645'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L687'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+666 src/editor/edit.c' /> */</em>
<a id='L667' name='L667'></a> 667 <em class='brace'>{</em>
<a id='L668' name='L668'></a> 668 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
<a id='L669' name='L669'></a> 669
<a id='L670' name='L670'></a> 670 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>);
<a id='L671' name='L671'></a> 671 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> = <a href='../S/src--editor--editbuffer.c.html#L371' title='Defined at 371 in src/editor/editbuffer.c.'>edit_buffer_get_eol</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/offset.html' title='Multiple used in 245 places.'>offset</a>);
<a id='L672' name='L672'></a> 672 <strong class='reserved'>for</strong> (; <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> &lt; <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>; <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>++)
<a id='L673' name='L673'></a> 673 <em class='brace'>{</em>
<a id='L674' name='L674'></a> 674 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L675' name='L675'></a> 675
<a id='L676' name='L676'></a> 676 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>);
<a id='L677' name='L677'></a> 677 <strong class='reserved'>if</strong> (!<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L678' name='L678'></a> 678 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L679' name='L679'></a> 679 <em class='brace'>}</em>
<a id='L680' name='L680'></a> 680 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L681' name='L681'></a> 681 <em class='brace'>}</em>
<a id='L682' name='L682'></a> 682
<a id='L683' name='L683'></a> 683 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L684' name='L684'></a> 684 <em class='comment'>/** returns the offset of line i */</em>
<a id='L685' name='L685'></a> 685
<a id='L686' name='L686'></a> 686 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L687' name='L687'></a> 687 <a href='../S/src--editor--edit.c.html#L3027' title='Referred from 3027 in src/editor/edit.c.'>edit_find_line</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <a href='#L666'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L741'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+687 src/editor/edit.c' /> */</em>
<a id='L688' name='L688'></a> 688 <em class='brace'>{</em>
<a id='L689' name='L689'></a> 689 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L690' name='L690'></a> 690 <strong class='reserved'>long</strong> <a href='../Y/j.html' title='Multiple used in 188 places.'>j</a> = 0;
<a id='L691' name='L691'></a> 691 <strong class='reserved'>long</strong> <a href='../Y/m.html' title='Multiple used in 82 places.'>m</a> = 2000000000; <em class='comment'>// what is the magic number?</em>
<a id='L692' name='L692'></a> 692
<a id='L693' name='L693'></a> 693 <strong class='reserved'>if</strong> (!<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/caches_valid.html' title='Multiple used in 4 places.'>caches_valid</a>)
<a id='L694' name='L694'></a> 694 <em class='brace'>{</em>
<a id='L695' name='L695'></a> 695 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>, 0, <strong class='reserved'>sizeof</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>));
<a id='L696' name='L696'></a> 696 <a href='../Y/memset.html' title='Multiple used in 74 places.'>memset</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>, 0, <strong class='reserved'>sizeof</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>));
<a id='L697' name='L697'></a> 697 <em class='comment'>// three offsets that we *know* are line 0 at 0 and these two:</em>
<a id='L698' name='L698'></a> 698 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[1] = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>;
<a id='L699' name='L699'></a> 699 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[1] = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L700' name='L700'></a> 700 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[2] = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>;
<a id='L701' name='L701'></a> 701 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[2] = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L702' name='L702'></a> 702 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/caches_valid.html' title='Multiple used in 4 places.'>caches_valid</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L703' name='L703'></a> 703 <em class='brace'>}</em>
<a id='L704' name='L704'></a> 704 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<a id='L705' name='L705'></a> 705 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[2];
<a id='L706' name='L706'></a> 706 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt;= 0)
<a id='L707' name='L707'></a> 707 <strong class='reserved'>return</strong> 0;
<a id='L708' name='L708'></a> 708 <em class='comment'>// find the closest known point</em>
<a id='L709' name='L709'></a> 709 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/src--editor--editwidget.h.html#L18' title='Defined at 18 in src/editor/editwidget.h.'>N_LINE_CACHES</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L710' name='L710'></a> 710 <em class='brace'>{</em>
<a id='L711' name='L711'></a> 711 <strong class='reserved'>long</strong> <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
<a id='L712' name='L712'></a> 712
<a id='L713' name='L713'></a> 713 <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = <a href='../Y/labs.html' title='Multiple used in 3 places.'>labs</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] - <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L714' name='L714'></a> 714 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> &lt; <a href='../Y/m.html' title='Multiple used in 82 places.'>m</a>)
<a id='L715' name='L715'></a> 715 <em class='brace'>{</em>
<a id='L716' name='L716'></a> 716 <a href='../Y/m.html' title='Multiple used in 82 places.'>m</a> = <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
<a id='L717' name='L717'></a> 717 <a href='../Y/j.html' title='Multiple used in 188 places.'>j</a> = <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L718' name='L718'></a> 718 <em class='brace'>}</em>
<a id='L719' name='L719'></a> 719 <em class='brace'>}</em>
<a id='L720' name='L720'></a> 720 <strong class='reserved'>if</strong> (<a href='../Y/m.html' title='Multiple used in 82 places.'>m</a> == 0)
<a id='L721' name='L721'></a> 721 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>]; <em class='comment'>// know the offset exactly</em>
<a id='L722' name='L722'></a> 722 <strong class='reserved'>if</strong> (<a href='../Y/m.html' title='Multiple used in 82 places.'>m</a> == 1 &amp;&amp; <a href='../Y/j.html' title='Multiple used in 188 places.'>j</a> &gt;= 3)
<a id='L723' name='L723'></a> 723 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>; <em class='comment'>// one line different - caller might be looping, so stay in this cache</em>
<a id='L724' name='L724'></a> 724 <strong class='reserved'>else</strong>
<a id='L725' name='L725'></a> 725 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 3 + (<a href='../S/tests--src--filemanager--get_random_hint.c.html#L53' title='Defined at 53 in tests/src/filemanager/get_random_hint.c.'>rand</a> () % (<a href='../S/src--editor--editwidget.h.html#L18' title='Defined at 18 in src/editor/editwidget.h.'>N_LINE_CACHES</a> - 3));
<a id='L726' name='L726'></a> 726 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>])
<a id='L727' name='L727'></a> 727 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] = <a href='../S/src--editor--editbuffer.c.html#L638' title='Defined at 638 in src/editor/editbuffer.c.'>edit_buffer_get_forward_offset</a> (
<a id='L728' name='L728'></a> 728 &amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>], <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>], 0);
<a id='L729' name='L729'></a> 729 <strong class='reserved'>else</strong>
<a id='L730' name='L730'></a> 730 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] = <a href='../S/src--editor--editbuffer.c.html#L670' title='Defined at 670 in src/editor/editbuffer.c.'>edit_buffer_get_backward_offset</a> (
<a id='L731' name='L731'></a> 731 &amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>], <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>] - <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L732' name='L732'></a> 732 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_numbers.html' title='Multiple used in 9 places.'>line_numbers</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] = <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
<a id='L733' name='L733'></a> 733 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/line_offsets.html' title='Multiple used in 11 places.'>line_offsets</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>];
<a id='L734' name='L734'></a> 734 <em class='brace'>}</em>
<a id='L735' name='L735'></a> 735
<a id='L736' name='L736'></a> 736 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L737' name='L737'></a> 737 <em class='comment'>/** moves up until a blank line is reached, or until just</em>
<a id='L738' name='L738'></a> 738 <em class='comment'> before a non-blank line is reached */</em>
<a id='L739' name='L739'></a> 739
<a id='L740' name='L740'></a> 740 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L741' name='L741'></a> 741 <a href='../S/src--editor--edit.c.html#L3706' title='Referred from 3706 in src/editor/edit.c.'>edit_move_up_paragraph</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>)
<em class='comment'>/* <a href='#L687'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L778'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+741 src/editor/edit.c' /> */</em>
<a id='L742' name='L742'></a> 742 <em class='brace'>{</em>
<a id='L743' name='L743'></a> 743 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0;
<a id='L744' name='L744'></a> 744
<a id='L745' name='L745'></a> 745 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> &gt; 1)
<a id='L746' name='L746'></a> 746 <em class='brace'>{</em>
<a id='L747' name='L747'></a> 747 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>))
<a id='L748' name='L748'></a> 748 <em class='brace'>{</em>
<a id='L749' name='L749'></a> 749 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--)
<a id='L750' name='L750'></a> 750 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>))
<a id='L751' name='L751'></a> 751 <strong class='reserved'>break</strong>;
<a id='L752' name='L752'></a> 752 <em class='brace'>}</em>
<a id='L753' name='L753'></a> 753 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - 1))
<a id='L754' name='L754'></a> 754 <em class='brace'>{</em>
<a id='L755' name='L755'></a> 755 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--)
<a id='L756' name='L756'></a> 756 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>))
<a id='L757' name='L757'></a> 757 <em class='brace'>{</em>
<a id='L758' name='L758'></a> 758 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++;
<a id='L759' name='L759'></a> 759 <strong class='reserved'>break</strong>;
<a id='L760' name='L760'></a> 760 <em class='brace'>}</em>
<a id='L761' name='L761'></a> 761 <em class='brace'>}</em>
<a id='L762' name='L762'></a> 762 <strong class='reserved'>else</strong>
<a id='L763' name='L763'></a> 763 <em class='brace'>{</em>
<a id='L764' name='L764'></a> 764 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--)
<a id='L765' name='L765'></a> 765 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>))
<a id='L766' name='L766'></a> 766 <strong class='reserved'>break</strong>;
<a id='L767' name='L767'></a> 767 <em class='brace'>}</em>
<a id='L768' name='L768'></a> 768 <em class='brace'>}</em>
<a id='L769' name='L769'></a> 769
<a id='L770' name='L770'></a> 770 <a href='../S/src--editor--edit.c.html#L4111' title='Defined at 4111 in src/editor/edit.c.'>edit_move_up</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>);
<a id='L771' name='L771'></a> 771 <em class='brace'>}</em>
<a id='L772' name='L772'></a> 772
<a id='L773' name='L773'></a> 773 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L774' name='L774'></a> 774 <em class='comment'>/** moves down until a blank line is reached, or until just</em>
<a id='L775' name='L775'></a> 775 <em class='comment'> before a non-blank line is reached */</em>
<a id='L776' name='L776'></a> 776
<a id='L777' name='L777'></a> 777 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L778' name='L778'></a> 778 <a href='../S/src--editor--edit.c.html#L3713' title='Referred from 3713 in src/editor/edit.c.'>edit_move_down_paragraph</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>)
<em class='comment'>/* <a href='#L741'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L811'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+778 src/editor/edit.c' /> */</em>
<a id='L779' name='L779'></a> 779 <em class='brace'>{</em>
<a id='L780' name='L780'></a> 780 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L781' name='L781'></a> 781
<a id='L782' name='L782'></a> 782 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - 1)
<a id='L783' name='L783'></a> 783 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>;
<a id='L784' name='L784'></a> 784 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>))
<a id='L785' name='L785'></a> 785 <em class='brace'>{</em>
<a id='L786' name='L786'></a> 786 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> + 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L787' name='L787'></a> 787 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) || <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<a id='L788' name='L788'></a> 788 <strong class='reserved'>break</strong>;
<a id='L789' name='L789'></a> 789 <em class='brace'>}</em>
<a id='L790' name='L790'></a> 790 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> + 1))
<a id='L791' name='L791'></a> 791 <em class='brace'>{</em>
<a id='L792' name='L792'></a> 792 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> + 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L793' name='L793'></a> 793 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) || <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<a id='L794' name='L794'></a> 794 <em class='brace'>{</em>
<a id='L795' name='L795'></a> 795 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--;
<a id='L796' name='L796'></a> 796 <strong class='reserved'>break</strong>;
<a id='L797' name='L797'></a> 797 <em class='brace'>}</em>
<a id='L798' name='L798'></a> 798 <em class='brace'>}</em>
<a id='L799' name='L799'></a> 799 <strong class='reserved'>else</strong>
<a id='L800' name='L800'></a> 800 <em class='brace'>{</em>
<a id='L801' name='L801'></a> 801 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> + 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L802' name='L802'></a> 802 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) || <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<a id='L803' name='L803'></a> 803 <strong class='reserved'>break</strong>;
<a id='L804' name='L804'></a> 804 <em class='brace'>}</em>
<a id='L805' name='L805'></a> 805 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>);
<a id='L806' name='L806'></a> 806 <em class='brace'>}</em>
<a id='L807' name='L807'></a> 807
<a id='L808' name='L808'></a> 808 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L809' name='L809'></a> 809
<a id='L810' name='L810'></a> 810 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L811' name='L811'></a> 811 <a href='../S/src--editor--edit.c.html#L3671' title='Referred from 3671 in src/editor/edit.c.'>edit_begin_page</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L778'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L820'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+811 src/editor/edit.c' /> */</em>
<a id='L812' name='L812'></a> 812 <em class='brace'>{</em>
<a id='L813' name='L813'></a> 813 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L814' name='L814'></a> 814 <a href='../S/src--editor--edit.c.html#L4111' title='Defined at 4111 in src/editor/edit.c.'>edit_move_up</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_row.html' title='Multiple used in 33 places.'>curs_row</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L815' name='L815'></a> 815 <em class='brace'>}</em>
<a id='L816' name='L816'></a> 816
<a id='L817' name='L817'></a> 817 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L818' name='L818'></a> 818
<a id='L819' name='L819'></a> 819 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L820' name='L820'></a> 820 <a href='../S/src--editor--edit.c.html#L3675' title='Referred from 3675 in src/editor/edit.c.'>edit_end_page</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L811'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L831'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+820 src/editor/edit.c' /> */</em>
<a id='L821' name='L821'></a> 821 <em class='brace'>{</em>
<a id='L822' name='L822'></a> 822 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L823' name='L823'></a> 823 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_row.html' title='Multiple used in 33 places.'>curs_row</a> - (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> ? 1 : 3),
<a id='L824' name='L824'></a> 824 <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L825' name='L825'></a> 825 <em class='brace'>}</em>
<a id='L826' name='L826'></a> 826
<a id='L827' name='L827'></a> 827 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L828' name='L828'></a> 828 <em class='comment'>/** goto beginning of text */</em>
<a id='L829' name='L829'></a> 829
<a id='L830' name='L830'></a> 830 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L831' name='L831'></a> 831 <a href='../S/src--editor--edit.c.html#L3849' title='Referred from 3849 in src/editor/edit.c.'>edit_move_to_top</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L820'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L847'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+831 src/editor/edit.c' /> */</em>
<a id='L832' name='L832'></a> 832 <em class='brace'>{</em>
<a id='L833' name='L833'></a> 833 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> != 0)
<a id='L834' name='L834'></a> 834 <em class='brace'>{</em>
<a id='L835' name='L835'></a> 835 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L836' name='L836'></a> 836 <a href='../S/src--editor--edit.c.html#L2956' title='Defined at 2956 in src/editor/edit.c.'>edit_move_to_prev_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0);
<a id='L837' name='L837'></a> 837 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L838' name='L838'></a> 838 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = 0;
<a id='L839' name='L839'></a> 839 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L840' name='L840'></a> 840 <em class='brace'>}</em>
<a id='L841' name='L841'></a> 841 <em class='brace'>}</em>
<a id='L842' name='L842'></a> 842
<a id='L843' name='L843'></a> 843 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L844' name='L844'></a> 844 <em class='comment'>/** goto end of text */</em>
<a id='L845' name='L845'></a> 845
<a id='L846' name='L846'></a> 846 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L847' name='L847'></a> 847 <a href='../S/src--editor--edit.c.html#L3853' title='Referred from 3853 in src/editor/edit.c.'>edit_move_to_bottom</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L831'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L863'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+847 src/editor/edit.c' /> */</em>
<a id='L848' name='L848'></a> 848 <em class='brace'>{</em>
<a id='L849' name='L849'></a> 849 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<a id='L850' name='L850'></a> 850 <em class='brace'>{</em>
<a id='L851' name='L851'></a> 851 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_row.html' title='Multiple used in 33 places.'>curs_row</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L852' name='L852'></a> 852 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>;
<a id='L853' name='L853'></a> 853 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>;
<a id='L854' name='L854'></a> 854 <a href='../S/src--editor--edit.c.html#L2888' title='Defined at 2888 in src/editor/edit.c.'>edit_scroll_upward</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - 1);
<a id='L855' name='L855'></a> 855 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L856' name='L856'></a> 856 <em class='brace'>}</em>
<a id='L857' name='L857'></a> 857 <em class='brace'>}</em>
<a id='L858' name='L858'></a> 858
<a id='L859' name='L859'></a> 859 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L860' name='L860'></a> 860 <em class='comment'>/** goto beginning of line */</em>
<a id='L861' name='L861'></a> 861
<a id='L862' name='L862'></a> 862 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L863' name='L863'></a> 863 <a href='../S/src--editor--edit.c.html#L3731' title='Referred from 3731 in src/editor/edit.c.'>edit_cursor_to_bol</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L847'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L878'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+863 src/editor/edit.c' /> */</em>
<a id='L864' name='L864'></a> 864 <em class='brace'>{</em>
<a id='L865' name='L865'></a> 865 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L866' name='L866'></a> 866
<a id='L867' name='L867'></a> 867 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L868' name='L868'></a> 868 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L869' name='L869'></a> 869 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L870' name='L870'></a> 870 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L871' name='L871'></a> 871 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L872' name='L872'></a> 872 <em class='brace'>}</em>
<a id='L873' name='L873'></a> 873
<a id='L874' name='L874'></a> 874 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L875' name='L875'></a> 875 <em class='comment'>/** goto end of line */</em>
<a id='L876' name='L876'></a> 876
<a id='L877' name='L877'></a> 877 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L878' name='L878'></a> 878 <a href='../S/src--editor--edit.c.html#L3735' title='Referred from 3735 in src/editor/edit.c.'>edit_cursor_to_eol</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L863'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L892'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+878 src/editor/edit.c' /> */</em>
<a id='L879' name='L879'></a> 879 <em class='brace'>{</em>
<a id='L880' name='L880'></a> 880 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L881' name='L881'></a> 881
<a id='L882' name='L882'></a> 882 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.h.html#L107' title='Defined at 107 in src/editor/editbuffer.h.'>edit_buffer_get_current_eol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L883' name='L883'></a> 883 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L884' name='L884'></a> 884 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L885' name='L885'></a> 885 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L886' name='L886'></a> 886 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L887' name='L887'></a> 887 <em class='brace'>}</em>
<a id='L888' name='L888'></a> 888
<a id='L889' name='L889'></a> 889 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L890' name='L890'></a> 890
<a id='L891' name='L891'></a> 891 <strong class='reserved'>static</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>
<a id='L892' name='L892'></a> 892 <a href='../R/my_type_of.html' title='Multiple referred from 6 places.'>my_type_of</a> (<strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L878'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L936'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+892 src/editor/edit.c' /> */</em>
<a id='L893' name='L893'></a> 893 <em class='brace'>{</em>
<a id='L894' name='L894'></a> 894 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = 0;
<a id='L895' name='L895'></a> 895 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L896' name='L896'></a> 896 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> <a href='../Y/chars_move_whole_word.html' title='Multiple used in 3 places.'>chars_move_whole_word</a>[] =
<a id='L897' name='L897'></a> 897 "!=&amp;|&lt;&gt;^~ !:;, !'!`!.?!\"!( !) !{ !} !Aa0 !+-*/= |&lt;&gt; ![ !] !\\#! ";
<a id='L898' name='L898'></a> 898
<a id='L899' name='L899'></a> 899 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == 0)
<a id='L900' name='L900'></a> 900 <strong class='reserved'>return</strong> 0;
<a id='L901' name='L901'></a> 901 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '!')
<a id='L902' name='L902'></a> 902 <strong class='reserved'>return</strong> 2;
<a id='L903' name='L903'></a> 903
<a id='L904' name='L904'></a> 904 <strong class='reserved'>if</strong> (g_ascii_isupper ((<a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a>) <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L905' name='L905'></a> 905 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = 'A';
<a id='L906' name='L906'></a> 906 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/g_ascii_islower.html' title='Multiple used in 3 places.'>g_ascii_islower</a> ((<a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a>) <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L907' name='L907'></a> 907 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = 'a';
<a id='L908' name='L908'></a> 908 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/g_ascii_isalpha.html' title='Multiple used in 4 places.'>g_ascii_isalpha</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L909' name='L909'></a> 909 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = 'a';
<a id='L910' name='L910'></a> 910 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/isdigit.html' title='Multiple used in 18 places.'>isdigit</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L911' name='L911'></a> 911 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = '0';
<a id='L912' name='L912'></a> 912 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L913' name='L913'></a> 913 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = ' ';
<a id='L914' name='L914'></a> 914 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/chars_move_whole_word.html' title='Multiple used in 3 places.'>chars_move_whole_word</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L915' name='L915'></a> 915 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L916' name='L916'></a> 916 <strong class='reserved'>return</strong> 0xFFFFFFFFUL;
<a id='L917' name='L917'></a> 917
<a id='L918' name='L918'></a> 918 <strong class='reserved'>do</strong>
<a id='L919' name='L919'></a> 919 <em class='brace'>{</em>
<a id='L920' name='L920'></a> 920 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
<a id='L921' name='L921'></a> 921 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L922' name='L922'></a> 922
<a id='L923' name='L923'></a> 923 <strong class='reserved'>for</strong> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = 1, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/chars_move_whole_word.html' title='Multiple used in 3 places.'>chars_move_whole_word</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> &lt; <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L924' name='L924'></a> 924 <strong class='reserved'>if</strong> (*<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '!')
<a id='L925' name='L925'></a> 925 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> &lt;&lt;= 1;
<a id='L926' name='L926'></a> 926 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> |= <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
<a id='L927' name='L927'></a> 927 <em class='brace'>}</em>
<a id='L928' name='L928'></a> 928 <strong class='reserved'>while</strong> ((<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> + 1, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L929' name='L929'></a> 929
<a id='L930' name='L930'></a> 930 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
<a id='L931' name='L931'></a> 931 <em class='brace'>}</em>
<a id='L932' name='L932'></a> 932
<a id='L933' name='L933'></a> 933 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L934' name='L934'></a> 934
<a id='L935' name='L935'></a> 935 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L936' name='L936'></a> 936 <a href='../S/src--editor--edit.c.html#L968' title='Referred from 968 in src/editor/edit.c.'>edit_left_word_move</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>)
<em class='comment'>/* <a href='#L892'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L966'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+936 src/editor/edit.c' /> */</em>
<a id='L937' name='L937'></a> 937 <em class='brace'>{</em>
<a id='L938' name='L938'></a> 938 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
<a id='L939' name='L939'></a> 939 <em class='brace'>{</em>
<a id='L940' name='L940'></a> 940 <strong class='reserved'>int</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L941' name='L941'></a> 941
<a id='L942' name='L942'></a> 942 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> == 0
<a id='L943' name='L943'></a> 943 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> == <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
<a id='L944' name='L944'></a> 944 <strong class='reserved'>break</strong>;
<a id='L945' name='L945'></a> 945 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -1);
<a id='L946' name='L946'></a> 946 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> == 0)
<a id='L947' name='L947'></a> 947 <strong class='reserved'>break</strong>;
<a id='L948' name='L948'></a> 948 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L949' name='L949'></a> 949 <strong class='reserved'>if</strong> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L950' name='L950'></a> 950 <strong class='reserved'>break</strong>;
<a id='L951' name='L951'></a> 951 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L952' name='L952'></a> 952 <strong class='reserved'>if</strong> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> == '\n')
<a id='L953' name='L953'></a> 953 <strong class='reserved'>break</strong>;
<a id='L954' name='L954'></a> 954 <strong class='reserved'>if</strong> ((<a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp; <a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)) == 0)
<a id='L955' name='L955'></a> 955 <strong class='reserved'>break</strong>;
<a id='L956' name='L956'></a> 956 <strong class='reserved'>if</strong> (<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp;&amp; !<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>))
<a id='L957' name='L957'></a> 957 <strong class='reserved'>break</strong>;
<a id='L958' name='L958'></a> 958 <strong class='reserved'>if</strong> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> != 0 &amp;&amp; !<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp;&amp; <a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>))
<a id='L959' name='L959'></a> 959 <strong class='reserved'>break</strong>;
<a id='L960' name='L960'></a> 960 <em class='brace'>}</em>
<a id='L961' name='L961'></a> 961 <em class='brace'>}</em>
<a id='L962' name='L962'></a> 962
<a id='L963' name='L963'></a> 963 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L964' name='L964'></a> 964
<a id='L965' name='L965'></a> 965 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L966' name='L966'></a> 966 <a href='../S/src--editor--edit.c.html#L3680' title='Referred from 3680 in src/editor/edit.c.'>edit_left_word_move_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L936'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L975'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+966 src/editor/edit.c' /> */</em>
<a id='L967' name='L967'></a> 967 <em class='brace'>{</em>
<a id='L968' name='L968'></a> 968 <a href='../S/src--editor--edit.c.html#L936' title='Defined at 936 in src/editor/edit.c.'>edit_left_word_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0);
<a id='L969' name='L969'></a> 969 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L970' name='L970'></a> 970 <em class='brace'>}</em>
<a id='L971' name='L971'></a> 971
<a id='L972' name='L972'></a> 972 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L973' name='L973'></a> 973
<a id='L974' name='L974'></a> 974 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L975' name='L975'></a> 975 <a href='../S/src--editor--edit.c.html#L1007' title='Referred from 1007 in src/editor/edit.c.'>edit_right_word_move</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>)
<em class='comment'>/* <a href='#L966'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1005'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+975 src/editor/edit.c' /> */</em>
<a id='L976' name='L976'></a> 976 <em class='brace'>{</em>
<a id='L977' name='L977'></a> 977 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
<a id='L978' name='L978'></a> 978 <em class='brace'>{</em>
<a id='L979' name='L979'></a> 979 <strong class='reserved'>int</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L980' name='L980'></a> 980
<a id='L981' name='L981'></a> 981 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> == 0
<a id='L982' name='L982'></a> 982 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> == <a href='../S/src--editor--editbuffer.h.html#L107' title='Defined at 107 in src/editor/editbuffer.h.'>edit_buffer_get_current_eol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
<a id='L983' name='L983'></a> 983 <strong class='reserved'>break</strong>;
<a id='L984' name='L984'></a> 984 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1);
<a id='L985' name='L985'></a> 985 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<a id='L986' name='L986'></a> 986 <strong class='reserved'>break</strong>;
<a id='L987' name='L987'></a> 987 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L988' name='L988'></a> 988 <strong class='reserved'>if</strong> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L989' name='L989'></a> 989 <strong class='reserved'>break</strong>;
<a id='L990' name='L990'></a> 990 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L991' name='L991'></a> 991 <strong class='reserved'>if</strong> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> == '\n')
<a id='L992' name='L992'></a> 992 <strong class='reserved'>break</strong>;
<a id='L993' name='L993'></a> 993 <strong class='reserved'>if</strong> ((<a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp; <a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)) == 0)
<a id='L994' name='L994'></a> 994 <strong class='reserved'>break</strong>;
<a id='L995' name='L995'></a> 995 <strong class='reserved'>if</strong> (<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp;&amp; !<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>))
<a id='L996' name='L996'></a> 996 <strong class='reserved'>break</strong>;
<a id='L997' name='L997'></a> 997 <strong class='reserved'>if</strong> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> != 0 &amp;&amp; !<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp;&amp; <a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>))
<a id='L998' name='L998'></a> 998 <strong class='reserved'>break</strong>;
<a id='L999' name='L999'></a> 999 <em class='brace'>}</em>
<a id='L1000' name='L1000'></a>1000 <em class='brace'>}</em>
<a id='L1001' name='L1001'></a>1001
<a id='L1002' name='L1002'></a>1002 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1003' name='L1003'></a>1003
<a id='L1004' name='L1004'></a>1004 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1005' name='L1005'></a>1005 <a href='../S/src--editor--edit.c.html#L3685' title='Referred from 3685 in src/editor/edit.c.'>edit_right_word_move_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L975'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1014'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1005 src/editor/edit.c' /> */</em>
<a id='L1006' name='L1006'></a>1006 <em class='brace'>{</em>
<a id='L1007' name='L1007'></a>1007 <a href='../S/src--editor--edit.c.html#L975' title='Defined at 975 in src/editor/edit.c.'>edit_right_word_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0);
<a id='L1008' name='L1008'></a>1008 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1009' name='L1009'></a>1009 <em class='brace'>}</em>
<a id='L1010' name='L1010'></a>1010
<a id='L1011' name='L1011'></a>1011 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1012' name='L1012'></a>1012
<a id='L1013' name='L1013'></a>1013 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1014' name='L1014'></a>1014 <a href='../R/edit_right_char_move_cmd.html' title='Multiple referred from 2 places.'>edit_right_char_move_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1005'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1037'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1014 src/editor/edit.c' /> */</em>
<a id='L1015' name='L1015'></a>1015 <em class='brace'>{</em>
<a id='L1016' name='L1016'></a>1016 <strong class='reserved'>int</strong> <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L1017' name='L1017'></a>1017 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L1018' name='L1018'></a>1018
<a id='L1019' name='L1019'></a>1019 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)
<a id='L1020' name='L1020'></a>1020 <em class='brace'>{</em>
<a id='L1021' name='L1021'></a>1021 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L211' title='Defined at 211 in src/editor/editbuffer.c.'>edit_buffer_get_utf</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, &amp;<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L1022' name='L1022'></a>1022 <strong class='reserved'>if</strong> (<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> &lt; 1)
<a id='L1023' name='L1023'></a>1023 <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L1024' name='L1024'></a>1024 <em class='brace'>}</em>
<a id='L1025' name='L1025'></a>1025 <strong class='reserved'>else</strong>
<a id='L1026' name='L1026'></a>1026 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1027' name='L1027'></a>1027
<a id='L1028' name='L1028'></a>1028 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L1029' name='L1029'></a>1029 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>++;
<a id='L1030' name='L1030'></a>1030 <strong class='reserved'>else</strong>
<a id='L1031' name='L1031'></a>1031 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L1032' name='L1032'></a>1032 <em class='brace'>}</em>
<a id='L1033' name='L1033'></a>1033
<a id='L1034' name='L1034'></a>1034 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1035' name='L1035'></a>1035
<a id='L1036' name='L1036'></a>1036 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1037' name='L1037'></a>1037 <a href='../R/edit_left_char_move_cmd.html' title='Multiple referred from 2 places.'>edit_left_char_move_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1014'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1065'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1037 src/editor/edit.c' /> */</em>
<a id='L1038' name='L1038'></a>1038 <em class='brace'>{</em>
<a id='L1039' name='L1039'></a>1039 <strong class='reserved'>int</strong> <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L1040' name='L1040'></a>1040
<a id='L1041' name='L1041'></a>1041 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> &amp;&amp; <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>
<a id='L1042' name='L1042'></a>1042 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> == 0 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> == <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
<a id='L1043' name='L1043'></a>1043 <strong class='reserved'>return</strong>;
<a id='L1044' name='L1044'></a>1044
<a id='L1045' name='L1045'></a>1045 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)
<a id='L1046' name='L1046'></a>1046 <em class='brace'>{</em>
<a id='L1047' name='L1047'></a>1047 <a href='../S/src--editor--editbuffer.c.html#L274' title='Defined at 274 in src/editor/editbuffer.c.'>edit_buffer_get_prev_utf</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, &amp;<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L1048' name='L1048'></a>1048 <strong class='reserved'>if</strong> (<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> &lt; 1)
<a id='L1049' name='L1049'></a>1049 <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L1050' name='L1050'></a>1050 <em class='brace'>}</em>
<a id='L1051' name='L1051'></a>1051
<a id='L1052' name='L1052'></a>1052 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L1053' name='L1053'></a>1053 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>--;
<a id='L1054' name='L1054'></a>1054 <strong class='reserved'>else</strong>
<a id='L1055' name='L1055'></a>1055 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L1056' name='L1056'></a>1056 <em class='brace'>}</em>
<a id='L1057' name='L1057'></a>1057
<a id='L1058' name='L1058'></a>1058 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1059' name='L1059'></a>1059 <em class='comment'>/** Up or down cursor moving.</em>
<a id='L1060' name='L1060'></a>1060 <em class='comment'> direction = TRUE - move up</em>
<a id='L1061' name='L1061'></a>1061 <em class='comment'> = FALSE - move down</em>
<a id='L1062' name='L1062'></a>1062 <em class='comment'>*/</em>
<a id='L1063' name='L1063'></a>1063
<a id='L1064' name='L1064'></a>1064 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1065' name='L1065'></a>1065 <a href='../R/edit_move_updown.html' title='Multiple referred from 2 places.'>edit_move_updown</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/direction.html' title='Multiple used in 14 places.'>direction</a>)
<em class='comment'>/* <a href='#L1037'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1106'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1065 src/editor/edit.c' /> */</em>
<a id='L1066' name='L1066'></a>1066 <em class='brace'>{</em>
<a id='L1067' name='L1067'></a>1067 <strong class='reserved'>long</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L1068' name='L1068'></a>1068 <strong class='reserved'>long</strong> <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/direction.html' title='Multiple used in 14 places.'>direction</a> ? <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> : <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>;
<a id='L1069' name='L1069'></a>1069
<a id='L1070' name='L1070'></a>1070 <strong class='reserved'>if</strong> (<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> &gt; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>)
<a id='L1071' name='L1071'></a>1071 <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> = <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>;
<a id='L1072' name='L1072'></a>1072
<a id='L1073' name='L1073'></a>1073 <strong class='reserved'>if</strong> (<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> == 0)
<a id='L1074' name='L1074'></a>1074 <strong class='reserved'>return</strong>;
<a id='L1075' name='L1075'></a>1075
<a id='L1076' name='L1076'></a>1076 <strong class='reserved'>if</strong> (<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> &gt; 1)
<a id='L1077' name='L1077'></a>1077 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1078' name='L1078'></a>1078 <strong class='reserved'>if</strong> (<a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>)
<a id='L1079' name='L1079'></a>1079 <em class='brace'>{</em>
<a id='L1080' name='L1080'></a>1080 <strong class='reserved'>if</strong> (<a href='../Y/direction.html' title='Multiple used in 14 places.'>direction</a>)
<a id='L1081' name='L1081'></a>1081 <a href='../S/src--editor--edit.c.html#L2888' title='Defined at 2888 in src/editor/edit.c.'>edit_scroll_upward</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>);
<a id='L1082' name='L1082'></a>1082 <strong class='reserved'>else</strong>
<a id='L1083' name='L1083'></a>1083 <a href='../S/src--editor--edit.c.html#L2908' title='Defined at 2908 in src/editor/edit.c.'>edit_scroll_downward</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>);
<a id='L1084' name='L1084'></a>1084 <em class='brace'>}</em>
<a id='L1085' name='L1085'></a>1085 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1086' name='L1086'></a>1086 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/direction.html' title='Multiple used in 14 places.'>direction</a> ? <a href='../S/src--editor--editbuffer.c.html#L670' title='Defined at 670 in src/editor/editbuffer.c.'>edit_buffer_get_backward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<a id='L1087' name='L1087'></a>1087 : <a href='../S/src--editor--editbuffer.c.html#L638' title='Defined at 638 in src/editor/editbuffer.c.'>edit_buffer_get_forward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>, 0);
<a id='L1088' name='L1088'></a>1088 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1089' name='L1089'></a>1089 <a href='../S/src--editor--edit.c.html#L2956' title='Defined at 2956 in src/editor/edit.c.'>edit_move_to_prev_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L1090' name='L1090'></a>1090
<a id='L1091' name='L1091'></a>1091 <em class='comment'>// search start of current multibyte char (like CJK)</em>
<a id='L1092' name='L1092'></a>1092 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &gt; 0 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> + 1 &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>
<a id='L1093' name='L1093'></a>1093 &amp;&amp; <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) &gt;= 256)
<a id='L1094' name='L1094'></a>1094 <em class='brace'>{</em>
<a id='L1095' name='L1095'></a>1095 <a href='../S/src--editor--edit.c.html#L1014' title='Defined at 1014 in src/editor/edit.c.'>edit_right_char_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1096' name='L1096'></a>1096 <a href='../S/src--editor--edit.c.html#L1037' title='Defined at 1037 in src/editor/edit.c.'>edit_left_char_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1097' name='L1097'></a>1097 <em class='brace'>}</em>
<a id='L1098' name='L1098'></a>1098
<a id='L1099' name='L1099'></a>1099 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1100' name='L1100'></a>1100 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> = 0;
<a id='L1101' name='L1101'></a>1101 <em class='brace'>}</em>
<a id='L1102' name='L1102'></a>1102
<a id='L1103' name='L1103'></a>1103 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1104' name='L1104'></a>1104
<a id='L1105' name='L1105'></a>1105 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1106' name='L1106'></a>1106 <a href='../S/src--editor--edit.c.html#L3593' title='Referred from 3593 in src/editor/edit.c.'>edit_right_delete_word</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1065'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1128'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1106 src/editor/edit.c' /> */</em>
<a id='L1107' name='L1107'></a>1107 <em class='brace'>{</em>
<a id='L1108' name='L1108'></a>1108 <strong class='reserved'>while</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<a id='L1109' name='L1109'></a>1109 <em class='brace'>{</em>
<a id='L1110' name='L1110'></a>1110 <strong class='reserved'>int</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L1111' name='L1111'></a>1111
<a id='L1112' name='L1112'></a>1112 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1113' name='L1113'></a>1113 <strong class='reserved'>if</strong> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L1114' name='L1114'></a>1114 <strong class='reserved'>break</strong>;
<a id='L1115' name='L1115'></a>1115 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1116' name='L1116'></a>1116 <strong class='reserved'>if</strong> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> == '\n')
<a id='L1117' name='L1117'></a>1117 <strong class='reserved'>break</strong>;
<a id='L1118' name='L1118'></a>1118 <strong class='reserved'>if</strong> ((<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) == 0) != (<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>) == 0))
<a id='L1119' name='L1119'></a>1119 <strong class='reserved'>break</strong>;
<a id='L1120' name='L1120'></a>1120 <strong class='reserved'>if</strong> ((<a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp; <a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)) == 0)
<a id='L1121' name='L1121'></a>1121 <strong class='reserved'>break</strong>;
<a id='L1122' name='L1122'></a>1122 <em class='brace'>}</em>
<a id='L1123' name='L1123'></a>1123 <em class='brace'>}</em>
<a id='L1124' name='L1124'></a>1124
<a id='L1125' name='L1125'></a>1125 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1126' name='L1126'></a>1126
<a id='L1127' name='L1127'></a>1127 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1128' name='L1128'></a>1128 <a href='../S/src--editor--edit.c.html#L3587' title='Referred from 3587 in src/editor/edit.c.'>edit_left_delete_word</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1106'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1154'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1128 src/editor/edit.c' /> */</em>
<a id='L1129' name='L1129'></a>1129 <em class='brace'>{</em>
<a id='L1130' name='L1130'></a>1130 <strong class='reserved'>while</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &gt; 0)
<a id='L1131' name='L1131'></a>1131 <em class='brace'>{</em>
<a id='L1132' name='L1132'></a>1132 <strong class='reserved'>int</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L1133' name='L1133'></a>1133
<a id='L1134' name='L1134'></a>1134 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1135' name='L1135'></a>1135 <strong class='reserved'>if</strong> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L1136' name='L1136'></a>1136 <strong class='reserved'>break</strong>;
<a id='L1137' name='L1137'></a>1137 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = <a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1138' name='L1138'></a>1138 <strong class='reserved'>if</strong> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> == '\n')
<a id='L1139' name='L1139'></a>1139 <strong class='reserved'>break</strong>;
<a id='L1140' name='L1140'></a>1140 <strong class='reserved'>if</strong> ((<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) == 0) != (<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>) == 0))
<a id='L1141' name='L1141'></a>1141 <strong class='reserved'>break</strong>;
<a id='L1142' name='L1142'></a>1142 <strong class='reserved'>if</strong> ((<a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp; <a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)) == 0)
<a id='L1143' name='L1143'></a>1143 <strong class='reserved'>break</strong>;
<a id='L1144' name='L1144'></a>1144 <em class='brace'>}</em>
<a id='L1145' name='L1145'></a>1145 <em class='brace'>}</em>
<a id='L1146' name='L1146'></a>1146
<a id='L1147' name='L1147'></a>1147 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1148' name='L1148'></a>1148 <em class='comment'>/**</em>
<a id='L1149' name='L1149'></a>1149 <em class='comment'> the start column position is not recorded, and hence does not</em>
<a id='L1150' name='L1150'></a>1150 <em class='comment'> undo as it happed. But who would notice.</em>
<a id='L1151' name='L1151'></a>1151 <em class='comment'> */</em>
<a id='L1152' name='L1152'></a>1152
<a id='L1153' name='L1153'></a>1153 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1154' name='L1154'></a>1154 <a href='../S/src--editor--edit.c.html#L1330' title='Referred from 1330 in src/editor/edit.c.'>edit_do_undo</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1128'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1240'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1154 src/editor/edit.c' /> */</em>
<a id='L1155' name='L1155'></a>1155 <em class='brace'>{</em>
<a id='L1156' name='L1156'></a>1156 <strong class='reserved'>long</strong> <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a>;
<a id='L1157' name='L1157'></a>1157 <strong class='reserved'>long</strong> <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> = 0;
<a id='L1158' name='L1158'></a>1158
<a id='L1159' name='L1159'></a>1159 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_disable.html' title='Multiple used in 6 places.'>undo_stack_disable</a> = 1; <em class='comment'>// don't record undo's onto undo stack!</em>
<a id='L1160' name='L1160'></a>1160 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L1161' name='L1161'></a>1161
<a id='L1162' name='L1162'></a>1162 <strong class='reserved'>while</strong> ((<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> = <a href='../S/src--editor--edit.c.html#L534' title='Defined at 534 in src/editor/edit.c.'>edit_pop_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)) &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1163' name='L1163'></a>1163 <em class='brace'>{</em>
<a id='L1164' name='L1164'></a>1164 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L1165' name='L1165'></a>1165
<a id='L1166' name='L1166'></a>1166 <strong class='reserved'>switch</strong> ((<strong class='reserved'>int</strong>) <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a>)
<a id='L1167' name='L1167'></a>1167 <em class='brace'>{</em>
<a id='L1168' name='L1168'></a>1168 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>:
<a id='L1169' name='L1169'></a>1169 <strong class='reserved'>goto</strong> <a href='../Y/done_undo.html' title='Multiple used in 2 places.'>done_undo</a>;
<a id='L1170' name='L1170'></a>1170 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L49' title='Defined at 49 in src/editor/edit-impl.h.'>CURS_RIGHT</a>:
<a id='L1171' name='L1171'></a>1171 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1);
<a id='L1172' name='L1172'></a>1172 <strong class='reserved'>break</strong>;
<a id='L1173' name='L1173'></a>1173 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L48' title='Defined at 48 in src/editor/edit-impl.h.'>CURS_LEFT</a>:
<a id='L1174' name='L1174'></a>1174 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -1);
<a id='L1175' name='L1175'></a>1175 <strong class='reserved'>break</strong>;
<a id='L1176' name='L1176'></a>1176 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L51' title='Defined at 51 in src/editor/edit-impl.h.'>BACKSPACE</a>:
<a id='L1177' name='L1177'></a>1177 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L58' title='Defined at 58 in src/editor/edit-impl.h.'>BACKSPACE_BR</a>:
<a id='L1178' name='L1178'></a>1178 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1179' name='L1179'></a>1179 <strong class='reserved'>break</strong>;
<a id='L1180' name='L1180'></a>1180 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L50' title='Defined at 50 in src/editor/edit-impl.h.'>DELCHAR</a>:
<a id='L1181' name='L1181'></a>1181 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L57' title='Defined at 57 in src/editor/edit-impl.h.'>DELCHAR_BR</a>:
<a id='L1182' name='L1182'></a>1182 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1183' name='L1183'></a>1183 <strong class='reserved'>break</strong>;
<a id='L1184' name='L1184'></a>1184 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>:
<a id='L1185' name='L1185'></a>1185 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L1186' name='L1186'></a>1186 <strong class='reserved'>break</strong>;
<a id='L1187' name='L1187'></a>1187 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L56' title='Defined at 56 in src/editor/edit-impl.h.'>COLUMN_OFF</a>:
<a id='L1188' name='L1188'></a>1188 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L1189' name='L1189'></a>1189 <strong class='reserved'>break</strong>;
<a id='L1190' name='L1190'></a>1190 <strong class='reserved'>default</strong>:
<a id='L1191' name='L1191'></a>1191 <strong class='reserved'>break</strong>;
<a id='L1192' name='L1192'></a>1192 <em class='brace'>}</em>
<a id='L1193' name='L1193'></a>1193 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= 256 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; 512)
<a id='L1194' name='L1194'></a>1194 <a href='../S/src--editor--edit.c.html#L2570' title='Defined at 2570 in src/editor/edit.c.'>edit_insert_ahead</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - 256);
<a id='L1195' name='L1195'></a>1195 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= 0 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; 256)
<a id='L1196' name='L1196'></a>1196 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a>);
<a id='L1197' name='L1197'></a>1197
<a id='L1198' name='L1198'></a>1198 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L59' title='Defined at 59 in src/editor/edit-impl.h.'>MARK_1</a> - 2 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a> - 2)
<a id='L1199' name='L1199'></a>1199 <em class='brace'>{</em>
<a id='L1200' name='L1200'></a>1200 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L59' title='Defined at 59 in src/editor/edit-impl.h.'>MARK_1</a>;
<a id='L1201' name='L1201'></a>1201 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>);
<a id='L1202' name='L1202'></a>1202 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> = (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>);
<a id='L1203' name='L1203'></a>1203 <em class='brace'>}</em>
<a id='L1204' name='L1204'></a>1204 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a> - 2 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L61' title='Defined at 61 in src/editor/edit-impl.h.'>MARK_CURS</a> - 2)
<a id='L1205' name='L1205'></a>1205 <em class='brace'>{</em>
<a id='L1206' name='L1206'></a>1206 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a>;
<a id='L1207' name='L1207'></a>1207 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L1208' name='L1208'></a>1208 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a> = (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L1209' name='L1209'></a>1209 <em class='brace'>}</em>
<a id='L1210' name='L1210'></a>1210 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L61' title='Defined at 61 in src/editor/edit-impl.h.'>MARK_CURS</a> - 2 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1211' name='L1211'></a>1211 <em class='brace'>{</em>
<a id='L1212' name='L1212'></a>1212 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L61' title='Defined at 61 in src/editor/edit-impl.h.'>MARK_CURS</a>;
<a id='L1213' name='L1213'></a>1213 <em class='brace'>}</em>
<a id='L1214' name='L1214'></a>1214 <strong class='reserved'>if</strong> (<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>++)
<a id='L1215' name='L1215'></a>1215 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>; <em class='comment'>// more than one pop usually means something big</em>
<a id='L1216' name='L1216'></a>1216 <em class='brace'>}</em>
<a id='L1217' name='L1217'></a>1217
<a id='L1218' name='L1218'></a>1218 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> &gt; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1219' name='L1219'></a>1219 <em class='brace'>{</em>
<a id='L1220' name='L1220'></a>1220 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> -=
<a id='L1221' name='L1221'></a>1221 <a href='../S/src--editor--editbuffer.c.html#L324' title='Defined at 324 in src/editor/editbuffer.c.'>edit_buffer_count_lines</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>);
<a id='L1222' name='L1222'></a>1222 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1223' name='L1223'></a>1223 <em class='brace'>}</em>
<a id='L1224' name='L1224'></a>1224 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> &lt; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1225' name='L1225'></a>1225 <em class='brace'>{</em>
<a id='L1226' name='L1226'></a>1226 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> +=
<a id='L1227' name='L1227'></a>1227 <a href='../S/src--editor--editbuffer.c.html#L324' title='Defined at 324 in src/editor/editbuffer.c.'>edit_buffer_count_lines</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>);
<a id='L1228' name='L1228'></a>1228 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1229' name='L1229'></a>1229 <em class='brace'>}</em>
<a id='L1230' name='L1230'></a>1230 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>; <em class='comment'>// see push and pop above</em>
<a id='L1231' name='L1231'></a>1231 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1232' name='L1232'></a>1232
<a id='L1233' name='L1233'></a>1233 <a href='../Y/done_undo.html' title='Multiple used in 2 places.'>done_undo</a>:
<a id='L1234' name='L1234'></a>1234 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_disable.html' title='Multiple used in 6 places.'>undo_stack_disable</a> = 0;
<a id='L1235' name='L1235'></a>1235 <em class='brace'>}</em>
<a id='L1236' name='L1236'></a>1236
<a id='L1237' name='L1237'></a>1237 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1238' name='L1238'></a>1238
<a id='L1239' name='L1239'></a>1239 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1240' name='L1240'></a>1240 <a href='../S/src--editor--edit.c.html#L3414' title='Referred from 3414 in src/editor/edit.c.'>edit_do_redo</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1154'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1322'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1240 src/editor/edit.c' /> */</em>
<a id='L1241' name='L1241'></a>1241 <em class='brace'>{</em>
<a id='L1242' name='L1242'></a>1242 <strong class='reserved'>long</strong> <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a>;
<a id='L1243' name='L1243'></a>1243 <strong class='reserved'>long</strong> <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> = 0;
<a id='L1244' name='L1244'></a>1244
<a id='L1245' name='L1245'></a>1245 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_reset.html' title='Multiple used in 6 places.'>redo_stack_reset</a>)
<a id='L1246' name='L1246'></a>1246 <strong class='reserved'>return</strong>;
<a id='L1247' name='L1247'></a>1247
<a id='L1248' name='L1248'></a>1248 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L1249' name='L1249'></a>1249
<a id='L1250' name='L1250'></a>1250 <strong class='reserved'>while</strong> ((<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> = <a href='../S/src--editor--edit.c.html#L569' title='Defined at 569 in src/editor/edit.c.'>edit_pop_redo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)) &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1251' name='L1251'></a>1251 <em class='brace'>{</em>
<a id='L1252' name='L1252'></a>1252 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L1253' name='L1253'></a>1253
<a id='L1254' name='L1254'></a>1254 <strong class='reserved'>switch</strong> ((<strong class='reserved'>int</strong>) <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a>)
<a id='L1255' name='L1255'></a>1255 <em class='brace'>{</em>
<a id='L1256' name='L1256'></a>1256 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>:
<a id='L1257' name='L1257'></a>1257 <strong class='reserved'>goto</strong> <a href='../Y/done_redo.html' title='Multiple used in 2 places.'>done_redo</a>;
<a id='L1258' name='L1258'></a>1258 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L49' title='Defined at 49 in src/editor/edit-impl.h.'>CURS_RIGHT</a>:
<a id='L1259' name='L1259'></a>1259 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1);
<a id='L1260' name='L1260'></a>1260 <strong class='reserved'>break</strong>;
<a id='L1261' name='L1261'></a>1261 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L48' title='Defined at 48 in src/editor/edit-impl.h.'>CURS_LEFT</a>:
<a id='L1262' name='L1262'></a>1262 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -1);
<a id='L1263' name='L1263'></a>1263 <strong class='reserved'>break</strong>;
<a id='L1264' name='L1264'></a>1264 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L51' title='Defined at 51 in src/editor/edit-impl.h.'>BACKSPACE</a>:
<a id='L1265' name='L1265'></a>1265 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1266' name='L1266'></a>1266 <strong class='reserved'>break</strong>;
<a id='L1267' name='L1267'></a>1267 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L50' title='Defined at 50 in src/editor/edit-impl.h.'>DELCHAR</a>:
<a id='L1268' name='L1268'></a>1268 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1269' name='L1269'></a>1269 <strong class='reserved'>break</strong>;
<a id='L1270' name='L1270'></a>1270 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>:
<a id='L1271' name='L1271'></a>1271 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L1272' name='L1272'></a>1272 <strong class='reserved'>break</strong>;
<a id='L1273' name='L1273'></a>1273 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L56' title='Defined at 56 in src/editor/edit-impl.h.'>COLUMN_OFF</a>:
<a id='L1274' name='L1274'></a>1274 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L1275' name='L1275'></a>1275 <strong class='reserved'>break</strong>;
<a id='L1276' name='L1276'></a>1276 <strong class='reserved'>default</strong>:
<a id='L1277' name='L1277'></a>1277 <strong class='reserved'>break</strong>;
<a id='L1278' name='L1278'></a>1278 <em class='brace'>}</em>
<a id='L1279' name='L1279'></a>1279 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= 256 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; 512)
<a id='L1280' name='L1280'></a>1280 <a href='../S/src--editor--edit.c.html#L2570' title='Defined at 2570 in src/editor/edit.c.'>edit_insert_ahead</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - 256);
<a id='L1281' name='L1281'></a>1281 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= 0 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; 256)
<a id='L1282' name='L1282'></a>1282 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a>);
<a id='L1283' name='L1283'></a>1283
<a id='L1284' name='L1284'></a>1284 <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L59' title='Defined at 59 in src/editor/edit-impl.h.'>MARK_1</a> - 2 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a> - 2)
<a id='L1285' name='L1285'></a>1285 <em class='brace'>{</em>
<a id='L1286' name='L1286'></a>1286 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L59' title='Defined at 59 in src/editor/edit-impl.h.'>MARK_1</a>;
<a id='L1287' name='L1287'></a>1287 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>);
<a id='L1288' name='L1288'></a>1288 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> = (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>);
<a id='L1289' name='L1289'></a>1289 <em class='brace'>}</em>
<a id='L1290' name='L1290'></a>1290 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a> - 2 &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1291' name='L1291'></a>1291 <em class='brace'>{</em>
<a id='L1292' name='L1292'></a>1292 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a>;
<a id='L1293' name='L1293'></a>1293 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L1294' name='L1294'></a>1294 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a> = (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L1295' name='L1295'></a>1295 <em class='brace'>}</em>
<a id='L1296' name='L1296'></a>1296 <em class='comment'>// more than one pop usually means something big</em>
<a id='L1297' name='L1297'></a>1297 <strong class='reserved'>if</strong> (<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>++ != 0)
<a id='L1298' name='L1298'></a>1298 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1299' name='L1299'></a>1299 <em class='brace'>}</em>
<a id='L1300' name='L1300'></a>1300
<a id='L1301' name='L1301'></a>1301 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> &gt; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1302' name='L1302'></a>1302 <em class='brace'>{</em>
<a id='L1303' name='L1303'></a>1303 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> -=
<a id='L1304' name='L1304'></a>1304 <a href='../S/src--editor--editbuffer.c.html#L324' title='Defined at 324 in src/editor/editbuffer.c.'>edit_buffer_count_lines</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>);
<a id='L1305' name='L1305'></a>1305 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1306' name='L1306'></a>1306 <em class='brace'>}</em>
<a id='L1307' name='L1307'></a>1307 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> &lt; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L1308' name='L1308'></a>1308 <em class='brace'>{</em>
<a id='L1309' name='L1309'></a>1309 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> +=
<a id='L1310' name='L1310'></a>1310 <a href='../S/src--editor--editbuffer.c.html#L324' title='Defined at 324 in src/editor/editbuffer.c.'>edit_buffer_count_lines</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>, <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>);
<a id='L1311' name='L1311'></a>1311 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1312' name='L1312'></a>1312 <em class='brace'>}</em>
<a id='L1313' name='L1313'></a>1313 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> = <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> - <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>; <em class='comment'>// see push and pop above</em>
<a id='L1314' name='L1314'></a>1314 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1315' name='L1315'></a>1315
<a id='L1316' name='L1316'></a>1316 <a href='../Y/done_redo.html' title='Multiple used in 2 places.'>done_redo</a>:;
<a id='L1317' name='L1317'></a>1317 <em class='brace'>}</em>
<a id='L1318' name='L1318'></a>1318
<a id='L1319' name='L1319'></a>1319 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1320' name='L1320'></a>1320
<a id='L1321' name='L1321'></a>1321 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1322' name='L1322'></a>1322 <a href='../S/src--editor--edit.c.html#L3404' title='Referred from 3404 in src/editor/edit.c.'>edit_group_undo</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1240'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1343'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1322 src/editor/edit.c' /> */</em>
<a id='L1323' name='L1323'></a>1323 <em class='brace'>{</em>
<a id='L1324' name='L1324'></a>1324 <strong class='reserved'>long</strong> <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> = <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>;
<a id='L1325' name='L1325'></a>1325 <strong class='reserved'>long</strong> <a href='../Y/cur_ac.html' title='Multiple used in 3 places.'>cur_ac</a> = <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>;
<a id='L1326' name='L1326'></a>1326
<a id='L1327' name='L1327'></a>1327 <strong class='reserved'>while</strong> (<a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> != <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a> &amp;&amp; <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> == <a href='../Y/cur_ac.html' title='Multiple used in 3 places.'>cur_ac</a>)
<a id='L1328' name='L1328'></a>1328 <em class='brace'>{</em>
<a id='L1329' name='L1329'></a>1329 <a href='../Y/cur_ac.html' title='Multiple used in 3 places.'>cur_ac</a> = <a href='../S/src--editor--edit.c.html#L600' title='Defined at 600 in src/editor/edit.c.'>get_prev_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1330' name='L1330'></a>1330 <a href='../S/src--editor--edit.c.html#L1154' title='Defined at 1154 in src/editor/edit.c.'>edit_do_undo</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1331' name='L1331'></a>1331 <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> = <a href='../S/src--editor--edit.c.html#L600' title='Defined at 600 in src/editor/edit.c.'>get_prev_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1332' name='L1332'></a>1332 <em class='comment'>/* exit from cycle if edit_options.group_undo is not set,</em>
<a id='L1333' name='L1333'></a>1333 <em class='comment'> * and make single UNDO operation</em>
<a id='L1334' name='L1334'></a>1334 <em class='comment'> */</em>
<a id='L1335' name='L1335'></a>1335 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/group_undo.html' title='Multiple used in 5 places.'>group_undo</a>)
<a id='L1336' name='L1336'></a>1336 <a href='../Y/ac.html' title='Multiple used in 38 places.'>ac</a> = <a href='../S/src--editor--edit-impl.h.html#L52' title='Defined at 52 in src/editor/edit-impl.h.'>STACK_BOTTOM</a>;
<a id='L1337' name='L1337'></a>1337 <em class='brace'>}</em>
<a id='L1338' name='L1338'></a>1338 <em class='brace'>}</em>
<a id='L1339' name='L1339'></a>1339
<a id='L1340' name='L1340'></a>1340 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1341' name='L1341'></a>1341
<a id='L1342' name='L1342'></a>1342 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1343' name='L1343'></a>1343 <a href='../S/src--editor--edit.c.html#L3602' title='Referred from 3602 in src/editor/edit.c.'>edit_delete_to_line_end</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1322'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1352'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1343 src/editor/edit.c' /> */</em>
<a id='L1344' name='L1344'></a>1344 <em class='brace'>{</em>
<a id='L1345' name='L1345'></a>1345 <strong class='reserved'>while</strong> (<a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n' &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs2.html' title='Multiple used in 18 places.'>curs2</a> != 0)
<a id='L1346' name='L1346'></a>1346 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1347' name='L1347'></a>1347 <em class='brace'>}</em>
<a id='L1348' name='L1348'></a>1348
<a id='L1349' name='L1349'></a>1349 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1350' name='L1350'></a>1350
<a id='L1351' name='L1351'></a>1351 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1352' name='L1352'></a>1352 <a href='../S/src--editor--edit.c.html#L3599' title='Referred from 3599 in src/editor/edit.c.'>edit_delete_to_line_begin</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1343'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1361'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1352 src/editor/edit.c' /> */</em>
<a id='L1353' name='L1353'></a>1353 <em class='brace'>{</em>
<a id='L1354' name='L1354'></a>1354 <strong class='reserved'>while</strong> (<a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n' &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> != 0)
<a id='L1355' name='L1355'></a>1355 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1356' name='L1356'></a>1356 <em class='brace'>}</em>
<a id='L1357' name='L1357'></a>1357
<a id='L1358' name='L1358'></a>1358 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1359' name='L1359'></a>1359
<a id='L1360' name='L1360'></a>1360 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L1361' name='L1361'></a>1361 <a href='../R/is_aligned_on_a_tab.html' title='Multiple referred from 2 places.'>is_aligned_on_a_tab</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1352'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1373'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1361 src/editor/edit.c' /> */</em>
<a id='L1362' name='L1362'></a>1362 <em class='brace'>{</em>
<a id='L1363' name='L1363'></a>1363 <strong class='reserved'>long</strong> <a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>;
<a id='L1364' name='L1364'></a>1364
<a id='L1365' name='L1365'></a>1365 <a href='../S/src--editor--edit.c.html#L2868' title='Defined at 2868 in src/editor/edit.c.'>edit_update_curs_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1366' name='L1366'></a>1366 <a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> % (<a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a> * <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>);
<a id='L1367' name='L1367'></a>1367 <strong class='reserved'>return</strong> (<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> == 0 || <a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> == (<a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a> * <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>));
<a id='L1368' name='L1368'></a>1368 <em class='brace'>}</em>
<a id='L1369' name='L1369'></a>1369
<a id='L1370' name='L1370'></a>1370 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1371' name='L1371'></a>1371
<a id='L1372' name='L1372'></a>1372 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L1373' name='L1373'></a>1373 <a href='../R/right_of_four_spaces.html' title='Multiple referred from 3 places.'>right_of_four_spaces</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1361'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1387'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1373 src/editor/edit.c' /> */</em>
<a id='L1374' name='L1374'></a>1374 <em class='brace'>{</em>
<a id='L1375' name='L1375'></a>1375 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1376' name='L1376'></a>1376 <strong class='reserved'>int</strong> <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> = 0;
<a id='L1377' name='L1377'></a>1377
<a id='L1378' name='L1378'></a>1378 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1379' name='L1379'></a>1379 <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> |= <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> - <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
<a id='L1380' name='L1380'></a>1380
<a id='L1381' name='L1381'></a>1381 <strong class='reserved'>return</strong> (<a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> == ' ' &amp;&amp; <a href='../S/src--editor--edit.c.html#L1361' title='Defined at 1361 in src/editor/edit.c.'>is_aligned_on_a_tab</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>));
<a id='L1382' name='L1382'></a>1382 <em class='brace'>}</em>
<a id='L1383' name='L1383'></a>1383
<a id='L1384' name='L1384'></a>1384 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1385' name='L1385'></a>1385
<a id='L1386' name='L1386'></a>1386 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L1387' name='L1387'></a>1387 <a href='../R/left_of_four_spaces.html' title='Multiple referred from 3 places.'>left_of_four_spaces</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1373'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1400'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1387 src/editor/edit.c' /> */</em>
<a id='L1388' name='L1388'></a>1388 <em class='brace'>{</em>
<a id='L1389' name='L1389'></a>1389 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> = 0;
<a id='L1390' name='L1390'></a>1390
<a id='L1391' name='L1391'></a>1391 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1392' name='L1392'></a>1392 <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> |= <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> + <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
<a id='L1393' name='L1393'></a>1393
<a id='L1394' name='L1394'></a>1394 <strong class='reserved'>return</strong> (<a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> == ' ' &amp;&amp; <a href='../S/src--editor--edit.c.html#L1361' title='Defined at 1361 in src/editor/edit.c.'>is_aligned_on_a_tab</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>));
<a id='L1395' name='L1395'></a>1395 <em class='brace'>}</em>
<a id='L1396' name='L1396'></a>1396
<a id='L1397' name='L1397'></a>1397 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1398' name='L1398'></a>1398
<a id='L1399' name='L1399'></a>1399 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1400' name='L1400'></a>1400 <a href='../R/edit_auto_indent.html' title='Multiple referred from 2 places.'>edit_auto_indent</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1387'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1422'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1400 src/editor/edit.c' /> */</em>
<a id='L1401' name='L1401'></a>1401 <em class='brace'>{</em>
<a id='L1402' name='L1402'></a>1402 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L1403' name='L1403'></a>1403
<a id='L1404' name='L1404'></a>1404 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1405' name='L1405'></a>1405 <em class='comment'>// use the previous line as a template</em>
<a id='L1406' name='L1406'></a>1406 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.c.html#L670' title='Defined at 670 in src/editor/editbuffer.c.'>edit_buffer_get_backward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, 1);
<a id='L1407' name='L1407'></a>1407 <em class='comment'>// copy the leading whitespace of the line</em>
<a id='L1408' name='L1408'></a>1408 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
<a id='L1409' name='L1409'></a>1409 <em class='brace'>{</em> <em class='comment'>// no range check - the line _is_ \n-terminated</em>
<a id='L1410' name='L1410'></a>1410 <strong class='reserved'>char</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L1411' name='L1411'></a>1411
<a id='L1412' name='L1412'></a>1412 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++);
<a id='L1413' name='L1413'></a>1413 <strong class='reserved'>if</strong> (!<a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L1414' name='L1414'></a>1414 <strong class='reserved'>break</strong>;
<a id='L1415' name='L1415'></a>1415 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L1416' name='L1416'></a>1416 <em class='brace'>}</em>
<a id='L1417' name='L1417'></a>1417 <em class='brace'>}</em>
<a id='L1418' name='L1418'></a>1418
<a id='L1419' name='L1419'></a>1419 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1420' name='L1420'></a>1420
<a id='L1421' name='L1421'></a>1421 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L1422' name='L1422'></a>1422 <a href='../S/src--editor--edit.c.html#L3608' title='Referred from 3608 in src/editor/edit.c.'>edit_double_newline</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1400'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1435'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1422 src/editor/edit.c' /> */</em>
<a id='L1423' name='L1423'></a>1423 <em class='brace'>{</em>
<a id='L1424' name='L1424'></a>1424 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L1425' name='L1425'></a>1425 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) == '\n'
<a id='L1426' name='L1426'></a>1426 || <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> - 2) == '\n')
<a id='L1427' name='L1427'></a>1427 <strong class='reserved'>return</strong>;
<a id='L1428' name='L1428'></a>1428 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1429' name='L1429'></a>1429 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L1430' name='L1430'></a>1430 <em class='brace'>}</em>
<a id='L1431' name='L1431'></a>1431
<a id='L1432' name='L1432'></a>1432 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1433' name='L1433'></a>1433
<a id='L1434' name='L1434'></a>1434 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1435' name='L1435'></a>1435 <a href='../R/insert_spaces_tab.html' title='Multiple referred from 3 places.'>insert_spaces_tab</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/half.html' title='Multiple used in 2 places.'>half</a>)
<em class='comment'>/* <a href='#L1422'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1451'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1435 src/editor/edit.c' /> */</em>
<a id='L1436' name='L1436'></a>1436 <em class='brace'>{</em>
<a id='L1437' name='L1437'></a>1437 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1438' name='L1438'></a>1438
<a id='L1439' name='L1439'></a>1439 <a href='../S/src--editor--edit.c.html#L2868' title='Defined at 2868 in src/editor/edit.c.'>edit_update_curs_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1440' name='L1440'></a>1440 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a> * <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>;
<a id='L1441' name='L1441'></a>1441 <strong class='reserved'>if</strong> (<a href='../Y/half.html' title='Multiple used in 2 places.'>half</a>)
<a id='L1442' name='L1442'></a>1442 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> /= 2;
<a id='L1443' name='L1443'></a>1443 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0)
<a id='L1444' name='L1444'></a>1444 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = ((<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> / <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>) + 1) * <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt; 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> -= <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>)
<a id='L1445' name='L1445'></a>1445 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, ' ');
<a id='L1446' name='L1446'></a>1446 <em class='brace'>}</em>
<a id='L1447' name='L1447'></a>1447
<a id='L1448' name='L1448'></a>1448 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1449' name='L1449'></a>1449
<a id='L1450' name='L1450'></a>1450 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L1451' name='L1451'></a>1451 <a href='../S/src--editor--edit.c.html#L3749' title='Referred from 3749 in src/editor/edit.c.'>edit_tab_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1435'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1478'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1451 src/editor/edit.c' /> */</em>
<a id='L1452' name='L1452'></a>1452 <em class='brace'>{</em>
<a id='L1453' name='L1453'></a>1453 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
<a id='L1454' name='L1454'></a>1454 <em class='brace'>{</em>
<a id='L1455' name='L1455'></a>1455 <em class='comment'>/* insert a half tab (usually four spaces) unless there is a</em>
<a id='L1456' name='L1456'></a>1456 <em class='comment'> half tab already behind, then delete it and insert a</em>
<a id='L1457' name='L1457'></a>1457 <em class='comment'> full tab. */</em>
<a id='L1458' name='L1458'></a>1458 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fill_tabs_with_spaces.html' title='Multiple used in 8 places.'>fill_tabs_with_spaces</a> || !<a href='../S/src--editor--edit.c.html#L1373' title='Defined at 1373 in src/editor/edit.c.'>right_of_four_spaces</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L1459' name='L1459'></a>1459 <a href='../S/src--editor--edit.c.html#L1435' title='Defined at 1435 in src/editor/edit.c.'>insert_spaces_tab</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1460' name='L1460'></a>1460 <strong class='reserved'>else</strong>
<a id='L1461' name='L1461'></a>1461 <em class='brace'>{</em>
<a id='L1462' name='L1462'></a>1462 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1463' name='L1463'></a>1463
<a id='L1464' name='L1464'></a>1464 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1465' name='L1465'></a>1465 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1466' name='L1466'></a>1466 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\t');
<a id='L1467' name='L1467'></a>1467 <em class='brace'>}</em>
<a id='L1468' name='L1468'></a>1468 <em class='brace'>}</em>
<a id='L1469' name='L1469'></a>1469 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fill_tabs_with_spaces.html' title='Multiple used in 8 places.'>fill_tabs_with_spaces</a>)
<a id='L1470' name='L1470'></a>1470 <a href='../S/src--editor--edit.c.html#L1435' title='Defined at 1435 in src/editor/edit.c.'>insert_spaces_tab</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L1471' name='L1471'></a>1471 <strong class='reserved'>else</strong>
<a id='L1472' name='L1472'></a>1472 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\t');
<a id='L1473' name='L1473'></a>1473 <em class='brace'>}</em>
<a id='L1474' name='L1474'></a>1474
<a id='L1475' name='L1475'></a>1475 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1476' name='L1476'></a>1476
<a id='L1477' name='L1477'></a>1477 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1478' name='L1478'></a>1478 <a href='../R/check_and_wrap_line.html' title='Multiple referred from 2 places.'>check_and_wrap_line</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1451'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1521'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1478 src/editor/edit.c' /> */</em>
<a id='L1479' name='L1479'></a>1479 <em class='brace'>{</em>
<a id='L1480' name='L1480'></a>1480 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a>;
<a id='L1481' name='L1481'></a>1481
<a id='L1482' name='L1482'></a>1482 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/typewriter_wrap.html' title='Multiple used in 8 places.'>typewriter_wrap</a>)
<a id='L1483' name='L1483'></a>1483 <strong class='reserved'>return</strong>;
<a id='L1484' name='L1484'></a>1484 <a href='../S/src--editor--edit.c.html#L2868' title='Defined at 2868 in src/editor/edit.c.'>edit_update_curs_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1485' name='L1485'></a>1485 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> &lt; <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a>)
<a id='L1486' name='L1486'></a>1486 <strong class='reserved'>return</strong>;
<a id='L1487' name='L1487'></a>1487 <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1488' name='L1488'></a>1488 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
<a id='L1489' name='L1489'></a>1489 <em class='brace'>{</em>
<a id='L1490' name='L1490'></a>1490 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L1491' name='L1491'></a>1491
<a id='L1492' name='L1492'></a>1492 <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a>--;
<a id='L1493' name='L1493'></a>1493 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a>);
<a id='L1494' name='L1494'></a>1494 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n' || <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a> &lt;= 0)
<a id='L1495' name='L1495'></a>1495 <em class='brace'>{</em>
<a id='L1496' name='L1496'></a>1496 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L1497' name='L1497'></a>1497 <strong class='reserved'>return</strong>;
<a id='L1498' name='L1498'></a>1498 <em class='brace'>}</em>
<a id='L1499' name='L1499'></a>1499 <strong class='reserved'>if</strong> (<a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L1500' name='L1500'></a>1500 <em class='brace'>{</em>
<a id='L1501' name='L1501'></a>1501 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1502' name='L1502'></a>1502 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> + 1);
<a id='L1503' name='L1503'></a>1503 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L1504' name='L1504'></a>1504 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> + 1);
<a id='L1505' name='L1505'></a>1505 <strong class='reserved'>return</strong>;
<a id='L1506' name='L1506'></a>1506 <em class='brace'>}</em>
<a id='L1507' name='L1507'></a>1507 <em class='brace'>}</em>
<a id='L1508' name='L1508'></a>1508 <em class='brace'>}</em>
<a id='L1509' name='L1509'></a>1509
<a id='L1510' name='L1510'></a>1510 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1511' name='L1511'></a>1511 <em class='comment'>/** this find the matching bracket in either direction, and sets edit-&gt;bracket</em>
<a id='L1512' name='L1512'></a>1512 <em class='comment'> *</em>
<a id='L1513' name='L1513'></a>1513 <em class='comment'> * @param edit editor object</em>
<a id='L1514' name='L1514'></a>1514 <em class='comment'> * @param in_screen search only on the current screen</em>
<a id='L1515' name='L1515'></a>1515 <em class='comment'> * @param furthest_bracket_search count of the bytes for search</em>
<a id='L1516' name='L1516'></a>1516 <em class='comment'> *</em>
<a id='L1517' name='L1517'></a>1517 <em class='comment'> * @return position of the found bracket (-1 if no match)</em>
<a id='L1518' name='L1518'></a>1518 <em class='comment'> */</em>
<a id='L1519' name='L1519'></a>1519
<a id='L1520' name='L1520'></a>1520 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L1521' name='L1521'></a>1521 <a href='../R/edit_get_bracket.html' title='Multiple referred from 2 places.'>edit_get_bracket</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/in_screen.html' title='Multiple used in 2 places.'>in_screen</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/furthest_bracket_search.html' title='Multiple used in 4 places.'>furthest_bracket_search</a>)
<em class='comment'>/* <a href='#L1478'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1576'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1521 src/editor/edit.c' /> */</em>
<a id='L1522' name='L1522'></a>1522 <em class='brace'>{</em>
<a id='L1523' name='L1523'></a>1523 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<strong class='reserved'>const</strong> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = "{}{[][()(", *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L1524' name='L1524'></a>1524 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 1, <a href='../Y/inc.html' title='Multiple used in 4 places.'>inc</a> = -1, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>, <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>, <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> = 0;
<a id='L1525' name='L1525'></a>1525 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/j.html' title='Multiple used in 188 places.'>j</a> = 0;
<a id='L1526' name='L1526'></a>1526 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L1527' name='L1527'></a>1527
<a id='L1528' name='L1528'></a>1528 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1529' name='L1529'></a>1529 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1530' name='L1530'></a>1530 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L1531' name='L1531'></a>1531 <em class='comment'>// not on a bracket at all</em>
<a id='L1532' name='L1532'></a>1532 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\0')
<a id='L1533' name='L1533'></a>1533 <strong class='reserved'>return</strong> -1;
<a id='L1534' name='L1534'></a>1534 <em class='comment'>// the matching bracket</em>
<a id='L1535' name='L1535'></a>1535 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>[1];
<a id='L1536' name='L1536'></a>1536 <em class='comment'>// going left or right?</em>
<a id='L1537' name='L1537'></a>1537 <strong class='reserved'>if</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("{[(", <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1538' name='L1538'></a>1538 <a href='../Y/inc.html' title='Multiple used in 4 places.'>inc</a> = 1;
<a id='L1539' name='L1539'></a>1539 <em class='comment'>// no limit</em>
<a id='L1540' name='L1540'></a>1540 <strong class='reserved'>if</strong> (<a href='../Y/furthest_bracket_search.html' title='Multiple used in 4 places.'>furthest_bracket_search</a> == 0)
<a id='L1541' name='L1541'></a>1541 <a href='../Y/furthest_bracket_search.html' title='Multiple used in 4 places.'>furthest_bracket_search</a>--; <em class='comment'>// ULONG_MAX</em>
<a id='L1542' name='L1542'></a>1542 <strong class='reserved'>for</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> + <a href='../Y/inc.html' title='Multiple used in 4 places.'>inc</a>;; <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> += <a href='../Y/inc.html' title='Multiple used in 4 places.'>inc</a>)
<a id='L1543' name='L1543'></a>1543 <em class='brace'>{</em>
<a id='L1544' name='L1544'></a>1544 <strong class='reserved'>int</strong> <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>;
<a id='L1545' name='L1545'></a>1545
<a id='L1546' name='L1546'></a>1546 <em class='comment'>// out of buffer?</em>
<a id='L1547' name='L1547'></a>1547 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> || <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &lt; 0)
<a id='L1548' name='L1548'></a>1548 <strong class='reserved'>break</strong>;
<a id='L1549' name='L1549'></a>1549 <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>);
<a id='L1550' name='L1550'></a>1550 <em class='comment'>// don't want to eat CPU</em>
<a id='L1551' name='L1551'></a>1551 <strong class='reserved'>if</strong> (<a href='../Y/j.html' title='Multiple used in 188 places.'>j</a>++ &gt; <a href='../Y/furthest_bracket_search.html' title='Multiple used in 4 places.'>furthest_bracket_search</a>)
<a id='L1552' name='L1552'></a>1552 <strong class='reserved'>break</strong>;
<a id='L1553' name='L1553'></a>1553 <em class='comment'>// out of screen?</em>
<a id='L1554' name='L1554'></a>1554 <strong class='reserved'>if</strong> (<a href='../Y/in_screen.html' title='Multiple used in 2 places.'>in_screen</a>)
<a id='L1555' name='L1555'></a>1555 <em class='brace'>{</em>
<a id='L1556' name='L1556'></a>1556 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>)
<a id='L1557' name='L1557'></a>1557 <strong class='reserved'>break</strong>;
<a id='L1558' name='L1558'></a>1558 <em class='comment'>// count lines if searching downward</em>
<a id='L1559' name='L1559'></a>1559 <strong class='reserved'>if</strong> (<a href='../Y/inc.html' title='Multiple used in 4 places.'>inc</a> &gt; 0 &amp;&amp; <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a> == '\n')
<a id='L1560' name='L1560'></a>1560 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>++ &gt;= <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_row.html' title='Multiple used in 33 places.'>curs_row</a>) <em class='comment'>// out of screen</em>
<a id='L1561' name='L1561'></a>1561 <strong class='reserved'>break</strong>;
<a id='L1562' name='L1562'></a>1562 <em class='brace'>}</em>
<a id='L1563' name='L1563'></a>1563 <em class='comment'>// count bracket depth</em>
<a id='L1564' name='L1564'></a>1564 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> += (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>) - (<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a> == <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>);
<a id='L1565' name='L1565'></a>1565 <em class='comment'>// return if bracket depth is zero</em>
<a id='L1566' name='L1566'></a>1566 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> == 0)
<a id='L1567' name='L1567'></a>1567 <strong class='reserved'>return</strong> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L1568' name='L1568'></a>1568 <em class='brace'>}</em>
<a id='L1569' name='L1569'></a>1569 <em class='comment'>// no match</em>
<a id='L1570' name='L1570'></a>1570 <strong class='reserved'>return</strong> -1;
<a id='L1571' name='L1571'></a>1571 <em class='brace'>}</em>
<a id='L1572' name='L1572'></a>1572
<a id='L1573' name='L1573'></a>1573 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1574' name='L1574'></a>1574
<a id='L1575' name='L1575'></a>1575 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L1576' name='L1576'></a>1576 <a href='../S/src--editor--edit.c.html#L3983' title='Referred from 3983 in src/editor/edit.c.'>edit_goto_matching_bracket</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1521'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1592'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1576 src/editor/edit.c' /> */</em>
<a id='L1577' name='L1577'></a>1577 <em class='brace'>{</em>
<a id='L1578' name='L1578'></a>1578 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L1579' name='L1579'></a>1579
<a id='L1580' name='L1580'></a>1580 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../S/src--editor--edit.c.html#L1521' title='Defined at 1521 in src/editor/edit.c.'>edit_get_bracket</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0, 0);
<a id='L1581' name='L1581'></a>1581 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &gt;= 0)
<a id='L1582' name='L1582'></a>1582 <em class='brace'>{</em>
<a id='L1583' name='L1583'></a>1583 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/bracket.html' title='Multiple used in 22 places.'>bracket</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1584' name='L1584'></a>1584 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1585' name='L1585'></a>1585 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1586' name='L1586'></a>1586 <em class='brace'>}</em>
<a id='L1587' name='L1587'></a>1587 <em class='brace'>}</em>
<a id='L1588' name='L1588'></a>1588
<a id='L1589' name='L1589'></a>1589 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1590' name='L1590'></a>1590
<a id='L1591' name='L1591'></a>1591 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1592' name='L1592'></a>1592 <a href='../R/edit_move_block_to_right.html' title='Multiple referred from 2 places.'>edit_move_block_to_right</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1576'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1632'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1592 src/editor/edit.c' /> */</em>
<a id='L1593' name='L1593'></a>1593 <em class='brace'>{</em>
<a id='L1594' name='L1594'></a>1594 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>;
<a id='L1595' name='L1595'></a>1595 <strong class='reserved'>long</strong> <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a>, <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>;
<a id='L1596' name='L1596'></a>1596
<a id='L1597' name='L1597'></a>1597 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3085' title='Defined at 3085 in src/editor/edit.c.'>eval_marks</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, &amp;<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, &amp;<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>))
<a id='L1598' name='L1598'></a>1598 <strong class='reserved'>return</strong>;
<a id='L1599' name='L1599'></a>1599
<a id='L1600' name='L1600'></a>1600 <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>);
<a id='L1601' name='L1601'></a>1601 <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - 1);
<a id='L1602' name='L1602'></a>1602
<a id='L1603' name='L1603'></a>1603 <strong class='reserved'>do</strong>
<a id='L1604' name='L1604'></a>1604 <em class='brace'>{</em>
<a id='L1605' name='L1605'></a>1605 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L1606' name='L1606'></a>1606
<a id='L1607' name='L1607'></a>1607 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1608' name='L1608'></a>1608 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>))
<a id='L1609' name='L1609'></a>1609 <em class='brace'>{</em>
<a id='L1610' name='L1610'></a>1610 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fill_tabs_with_spaces.html' title='Multiple used in 8 places.'>fill_tabs_with_spaces</a>)
<a id='L1611' name='L1611'></a>1611 <a href='../S/src--editor--edit.c.html#L1435' title='Defined at 1435 in src/editor/edit.c.'>insert_spaces_tab</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a>);
<a id='L1612' name='L1612'></a>1612 <strong class='reserved'>else</strong>
<a id='L1613' name='L1613'></a>1613 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\t');
<a id='L1614' name='L1614'></a>1614
<a id='L1615' name='L1615'></a>1615 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a>);
<a id='L1616' name='L1616'></a>1616 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1617' name='L1617'></a>1617 <em class='brace'>}</em>
<a id='L1618' name='L1618'></a>1618
<a id='L1619' name='L1619'></a>1619 <strong class='reserved'>if</strong> (<a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> == 0)
<a id='L1620' name='L1620'></a>1620 <strong class='reserved'>break</strong>;
<a id='L1621' name='L1621'></a>1621
<a id='L1622' name='L1622'></a>1622 <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> - 1);
<a id='L1623' name='L1623'></a>1623 <em class='brace'>}</em>
<a id='L1624' name='L1624'></a>1624 <strong class='reserved'>while</strong> (<a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> &gt;= <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>);
<a id='L1625' name='L1625'></a>1625
<a id='L1626' name='L1626'></a>1626 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1627' name='L1627'></a>1627 <em class='brace'>}</em>
<a id='L1628' name='L1628'></a>1628
<a id='L1629' name='L1629'></a>1629 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1630' name='L1630'></a>1630
<a id='L1631' name='L1631'></a>1631 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L1632' name='L1632'></a>1632 <a href='../R/edit_move_block_to_left.html' title='Multiple referred from 2 places.'>edit_move_block_to_left</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L1592'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1684'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1632 src/editor/edit.c' /> */</em>
<a id='L1633' name='L1633'></a>1633 <em class='brace'>{</em>
<a id='L1634' name='L1634'></a>1634 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>;
<a id='L1635' name='L1635'></a>1635 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a>, <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>;
<a id='L1636' name='L1636'></a>1636
<a id='L1637' name='L1637'></a>1637 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L3085' title='Defined at 3085 in src/editor/edit.c.'>eval_marks</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, &amp;<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, &amp;<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>))
<a id='L1638' name='L1638'></a>1638 <strong class='reserved'>return</strong>;
<a id='L1639' name='L1639'></a>1639
<a id='L1640' name='L1640'></a>1640 <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>);
<a id='L1641' name='L1641'></a>1641 <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - 1);
<a id='L1642' name='L1642'></a>1642
<a id='L1643' name='L1643'></a>1643 <strong class='reserved'>do</strong>
<a id='L1644' name='L1644'></a>1644 <em class='brace'>{</em>
<a id='L1645' name='L1645'></a>1645 <strong class='reserved'>int</strong> <a href='../Y/del_tab_width.html' title='Multiple used in 3 places.'>del_tab_width</a>;
<a id='L1646' name='L1646'></a>1646 <strong class='reserved'>int</strong> <a href='../Y/next_char.html' title='Multiple used in 9 places.'>next_char</a>;
<a id='L1647' name='L1647'></a>1647
<a id='L1648' name='L1648'></a>1648 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1649' name='L1649'></a>1649
<a id='L1650' name='L1650'></a>1650 <a href='../Y/del_tab_width.html' title='Multiple used in 3 places.'>del_tab_width</a> = <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> ? <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a> : <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a>;
<a id='L1651' name='L1651'></a>1651
<a id='L1652' name='L1652'></a>1652 <a href='../Y/next_char.html' title='Multiple used in 9 places.'>next_char</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1653' name='L1653'></a>1653 <strong class='reserved'>if</strong> (<a href='../Y/next_char.html' title='Multiple used in 9 places.'>next_char</a> == '\t')
<a id='L1654' name='L1654'></a>1654 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1655' name='L1655'></a>1655 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/next_char.html' title='Multiple used in 9 places.'>next_char</a> == ' ')
<a id='L1656' name='L1656'></a>1656 <em class='brace'>{</em>
<a id='L1657' name='L1657'></a>1657 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1658' name='L1658'></a>1658
<a id='L1659' name='L1659'></a>1659 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/del_tab_width.html' title='Multiple used in 3 places.'>del_tab_width</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1660' name='L1660'></a>1660 <em class='brace'>{</em>
<a id='L1661' name='L1661'></a>1661 <strong class='reserved'>if</strong> (<a href='../Y/next_char.html' title='Multiple used in 9 places.'>next_char</a> == ' ')
<a id='L1662' name='L1662'></a>1662 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1663' name='L1663'></a>1663 <a href='../Y/next_char.html' title='Multiple used in 9 places.'>next_char</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L1664' name='L1664'></a>1664 <em class='brace'>}</em>
<a id='L1665' name='L1665'></a>1665 <em class='brace'>}</em>
<a id='L1666' name='L1666'></a>1666
<a id='L1667' name='L1667'></a>1667 <strong class='reserved'>if</strong> (<a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> == 0)
<a id='L1668' name='L1668'></a>1668 <strong class='reserved'>break</strong>;
<a id='L1669' name='L1669'></a>1669
<a id='L1670' name='L1670'></a>1670 <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> - 1);
<a id='L1671' name='L1671'></a>1671 <em class='brace'>}</em>
<a id='L1672' name='L1672'></a>1672 <strong class='reserved'>while</strong> (<a href='../Y/cur_bol.html' title='Multiple used in 13 places.'>cur_bol</a> &gt;= <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>);
<a id='L1673' name='L1673'></a>1673
<a id='L1674' name='L1674'></a>1674 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1675' name='L1675'></a>1675 <em class='brace'>}</em>
<a id='L1676' name='L1676'></a>1676
<a id='L1677' name='L1677'></a>1677 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1678' name='L1678'></a>1678 <em class='comment'>/**</em>
<a id='L1679' name='L1679'></a>1679 <em class='comment'> * prints at the cursor</em>
<a id='L1680' name='L1680'></a>1680 <em class='comment'> * @return number of chars printed</em>
<a id='L1681' name='L1681'></a>1681 <em class='comment'> */</em>
<a id='L1682' name='L1682'></a>1682
<a id='L1683' name='L1683'></a>1683 <strong class='reserved'>static</strong> <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a>
<a id='L1684' name='L1684'></a>1684 <a href='../S/src--editor--edit.c.html#L3968' title='Referred from 3968 in src/editor/edit.c.'>edit_print_string</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>)
<em class='comment'>/* <a href='#L1632'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1698'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1684 src/editor/edit.c' /> */</em>
<a id='L1685' name='L1685'></a>1685 <em class='brace'>{</em>
<a id='L1686' name='L1686'></a>1686 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1687' name='L1687'></a>1687
<a id='L1688' name='L1688'></a>1688 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] != '\0'; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1689' name='L1689'></a>1689 <a href='../S/src--editor--edit.c.html#L3331' title='Defined at 3331 in src/editor/edit.c.'>edit_execute_cmd</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <a href='../S/lib--keybind.h.html#L37' title='Defined at 37 in lib/keybind.h.'>CK_InsertChar</a>, (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong>) <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
<a id='L1690' name='L1690'></a>1690 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L34' title='Defined at 34 in src/editor/edit-impl.h.'>REDRAW_COMPLETELY</a>;
<a id='L1691' name='L1691'></a>1691 <a href='../S/src--editor--editwidget.c.html#L1309' title='Defined at 1309 in src/editor/editwidget.c.'>edit_update_screen</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>);
<a id='L1692' name='L1692'></a>1692 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1693' name='L1693'></a>1693 <em class='brace'>}</em>
<a id='L1694' name='L1694'></a>1694
<a id='L1695' name='L1695'></a>1695 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1696' name='L1696'></a>1696
<a id='L1697' name='L1697'></a>1697 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L1698' name='L1698'></a>1698 <a href='../S/src--editor--edit.c.html#L2035' title='Referred from 2035 in src/editor/edit.c.'>edit_insert_column_from_file</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> *<a href='../Y/start_pos.html' title='Multiple used in 20 places.'>start_pos</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> *<a href='../Y/end_pos.html' title='Multiple used in 16 places.'>end_pos</a>, <strong class='reserved'>long</strong> *<a href='../Y/col1.html' title='Multiple used in 12 places.'>col1</a>,
<em class='comment'>/* <a href='#L1684'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1771'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1698 src/editor/edit.c' /> */</em>
<a id='L1699' name='L1699'></a>1699 <strong class='reserved'>long</strong> *<a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a>)
<a id='L1700' name='L1700'></a>1700 <em class='brace'>{</em>
<a id='L1701' name='L1701'></a>1701 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a>;
<a id='L1702' name='L1702'></a>1702 <strong class='reserved'>long</strong> <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>;
<a id='L1703' name='L1703'></a>1703 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> = -1, <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = 0;
<a id='L1704' name='L1704'></a>1704 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>;
<a id='L1705' name='L1705'></a>1705
<a id='L1706' name='L1706'></a>1706 <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1707' name='L1707'></a>1707 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1708' name='L1708'></a>1708 <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> (<a href='../D/TEMP_BUF_LEN.html' title='Multiple defined in 2 places.'>TEMP_BUF_LEN</a>);
<a id='L1709' name='L1709'></a>1709
<a id='L1710' name='L1710'></a>1710 <strong class='reserved'>while</strong> ((<a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> = <a href='../Y/mc_read.html' title='Multiple used in 28 places.'>mc_read</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <a href='../D/TEMP_BUF_LEN.html' title='Multiple defined in 2 places.'>TEMP_BUF_LEN</a>)) &gt; 0)
<a id='L1711' name='L1711'></a>1711 <em class='brace'>{</em>
<a id='L1712' name='L1712'></a>1712 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1713' name='L1713'></a>1713 <strong class='reserved'>char</strong> *<a href='../Y/pn.html' title='Multiple used in 3 places.'>pn</a>;
<a id='L1714' name='L1714'></a>1714
<a id='L1715' name='L1715'></a>1715 <a href='../Y/pn.html' title='Multiple used in 3 places.'>pn</a> = <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ((<strong class='reserved'>char</strong> *) <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, '\n');
<a id='L1716' name='L1716'></a>1716 <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> = <a href='../Y/pn.html' title='Multiple used in 3 places.'>pn</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> ? <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> : <a href='../Y/pn.html' title='Multiple used in 3 places.'>pn</a> - (<strong class='reserved'>char</strong> *) <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>;
<a id='L1717' name='L1717'></a>1717
<a id='L1718' name='L1718'></a>1718 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1719' name='L1719'></a>1719 <em class='brace'>{</em>
<a id='L1720' name='L1720'></a>1720 <strong class='reserved'>if</strong> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] != '\n')
<a id='L1721' name='L1721'></a>1721 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
<a id='L1722' name='L1722'></a>1722 <strong class='reserved'>else</strong>
<a id='L1723' name='L1723'></a>1723 <em class='brace'>{</em> <em class='comment'>// fill in and move to next line</em>
<a id='L1724' name='L1724'></a>1724 <strong class='reserved'>long</strong> <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>;
<a id='L1725' name='L1725'></a>1725 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L1726' name='L1726'></a>1726
<a id='L1727' name='L1727'></a>1727 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n')
<a id='L1728' name='L1728'></a>1728 <strong class='reserved'>for</strong> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a> - (<a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>) - <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>); <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> &gt; 0; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> -= <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>)
<a id='L1729' name='L1729'></a>1729 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, ' ');
<a id='L1730' name='L1730'></a>1730
<a id='L1731' name='L1731'></a>1731 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L1732' name='L1732'></a>1732 <em class='brace'>{</em>
<a id='L1733' name='L1733'></a>1733 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<a id='L1734' name='L1734'></a>1734 <em class='brace'>{</em>
<a id='L1735' name='L1735'></a>1735 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1736' name='L1736'></a>1736 <a href='../S/src--editor--edit.c.html#L2570' title='Defined at 2570 in src/editor/edit.c.'>edit_insert_ahead</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L1737' name='L1737'></a>1737 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
<a id='L1738' name='L1738'></a>1738 <strong class='reserved'>break</strong>;
<a id='L1739' name='L1739'></a>1739 <em class='brace'>}</em>
<a id='L1740' name='L1740'></a>1740 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>) == '\n')
<a id='L1741' name='L1741'></a>1741 <em class='brace'>{</em>
<a id='L1742' name='L1742'></a>1742 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
<a id='L1743' name='L1743'></a>1743 <strong class='reserved'>break</strong>;
<a id='L1744' name='L1744'></a>1744 <em class='brace'>}</em>
<a id='L1745' name='L1745'></a>1745 <em class='brace'>}</em>
<a id='L1746' name='L1746'></a>1746
<a id='L1747' name='L1747'></a>1747 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>, 0) - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1748' name='L1748'></a>1748
<a id='L1749' name='L1749'></a>1749 <strong class='reserved'>for</strong> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> - <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>); <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> &gt;= <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> -= <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>)
<a id='L1750' name='L1750'></a>1750 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, ' ');
<a id='L1751' name='L1751'></a>1751 <em class='brace'>}</em>
<a id='L1752' name='L1752'></a>1752 <em class='brace'>}</em>
<a id='L1753' name='L1753'></a>1753 <em class='brace'>}</em>
<a id='L1754' name='L1754'></a>1754 *<a href='../Y/col1.html' title='Multiple used in 12 places.'>col1</a> = <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>;
<a id='L1755' name='L1755'></a>1755 *<a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a> = <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> + <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>;
<a id='L1756' name='L1756'></a>1756 *<a href='../Y/start_pos.html' title='Multiple used in 20 places.'>start_pos</a> = <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a>;
<a id='L1757' name='L1757'></a>1757 *<a href='../Y/end_pos.html' title='Multiple used in 16 places.'>end_pos</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1758' name='L1758'></a>1758 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1759' name='L1759'></a>1759 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
<a id='L1760' name='L1760'></a>1760
<a id='L1761' name='L1761'></a>1761 <strong class='reserved'>return</strong> <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a>;
<a id='L1762' name='L1762'></a>1762 <em class='brace'>}</em>
<a id='L1763' name='L1763'></a>1763
<a id='L1764' name='L1764'></a>1764 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1765' name='L1765'></a>1765 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L1766' name='L1766'></a>1766 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1767' name='L1767'></a>1767
<a id='L1768' name='L1768'></a>1768 <em class='comment'>/** User edit menu, like user menu (F2) but only in editor. */</em>
<a id='L1769' name='L1769'></a>1769
<a id='L1770' name='L1770'></a>1770 <strong class='reserved'>void</strong>
<a id='L1771' name='L1771'></a>1771 <a href='../R/edit_user_menu.html' title='Multiple referred from 3 places.'>edit_user_menu</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/menu_file.html' title='Multiple used in 7 places.'>menu_file</a>, <strong class='reserved'>int</strong> <a href='../Y/selected_entry.html' title='Multiple used in 8 places.'>selected_entry</a>)
<em class='comment'>/* <a href='#L1698'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1833'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1771 src/editor/edit.c' /> */</em>
<a id='L1772' name='L1772'></a>1772 <em class='brace'>{</em>
<a id='L1773' name='L1773'></a>1773 <strong class='reserved'>char</strong> *<a href='../Y/block_file.html' title='Multiple used in 4 places.'>block_file</a>;
<a id='L1774' name='L1774'></a>1774 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/status_before.html' title='Multiple used in 4 places.'>status_before</a>;
<a id='L1775' name='L1775'></a>1775 <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a>;
<a id='L1776' name='L1776'></a>1776 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L1777' name='L1777'></a>1777
<a id='L1778' name='L1778'></a>1778 <a href='../Y/block_file.html' title='Multiple used in 4 places.'>block_file</a> = <a href='../S/lib--mcconfig--paths.c.html#L277' title='Defined at 277 in lib/mcconfig/paths.c.'>mc_config_get_full_path</a> (<a href='../S/lib--fileloc.h.html#L84' title='Defined at 84 in lib/fileloc.h.'>EDIT_HOME_BLOCK_FILE</a>);
<a id='L1779' name='L1779'></a>1779 <a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a> = <a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/block_file.html' title='Multiple used in 4 places.'>block_file</a>);
<a id='L1780' name='L1780'></a>1780
<a id='L1781' name='L1781'></a>1781 <strong class='reserved'>const</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/status_before_ok.html' title='Multiple used in 3 places.'>status_before_ok</a> = <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a>, &amp;<a href='../Y/status_before.html' title='Multiple used in 4 places.'>status_before</a>) == 0;
<a id='L1782' name='L1782'></a>1782
<a id='L1783' name='L1783'></a>1783 <em class='comment'>// run menu command. It can or can not create or modify block_file</em>
<a id='L1784' name='L1784'></a>1784 <strong class='reserved'>if</strong> (<a href='../S/src--usermenu.c.html#L1016' title='Defined at 1016 in src/usermenu.c.'>user_menu_cmd</a> (<a href='../S/lib--widget--widget-common.h.html#L16' title='Defined at 16 in lib/widget/widget-common.h.'>CONST_WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>), <a href='../Y/menu_file.html' title='Multiple used in 7 places.'>menu_file</a>, <a href='../Y/selected_entry.html' title='Multiple used in 8 places.'>selected_entry</a>))
<a id='L1785' name='L1785'></a>1785 <em class='brace'>{</em>
<a id='L1786' name='L1786'></a>1786 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/status_after.html' title='Multiple used in 5 places.'>status_after</a>;
<a id='L1787' name='L1787'></a>1787 <strong class='reserved'>const</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/status_after_ok.html' title='Multiple used in 3 places.'>status_after_ok</a> = <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a>, &amp;<a href='../Y/status_after.html' title='Multiple used in 5 places.'>status_after</a>) == 0;
<a id='L1788' name='L1788'></a>1788
<a id='L1789' name='L1789'></a>1789 <em class='comment'>// was block file created or modified by menu command?</em>
<a id='L1790' name='L1790'></a>1790 <a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> = (!<a href='../Y/status_before_ok.html' title='Multiple used in 3 places.'>status_before_ok</a> &amp;&amp; <a href='../Y/status_after_ok.html' title='Multiple used in 3 places.'>status_after_ok</a>)
<a id='L1791' name='L1791'></a>1791 || (<a href='../Y/status_before_ok.html' title='Multiple used in 3 places.'>status_before_ok</a> &amp;&amp; <a href='../Y/status_after_ok.html' title='Multiple used in 3 places.'>status_after_ok</a> &amp;&amp; <a href='../Y/status_after.html' title='Multiple used in 5 places.'>status_after</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> != 0
<a id='L1792' name='L1792'></a>1792 &amp;&amp; (<a href='../Y/status_after.html' title='Multiple used in 5 places.'>status_after</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a> != <a href='../Y/status_before.html' title='Multiple used in 4 places.'>status_before</a>.<a href='../Y/st_size.html' title='Multiple used in 112 places.'>st_size</a>
<a id='L1793' name='L1793'></a>1793 || <a href='../Y/status_after.html' title='Multiple used in 5 places.'>status_after</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a> != <a href='../Y/status_before.html' title='Multiple used in 4 places.'>status_before</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>));
<a id='L1794' name='L1794'></a>1794 <em class='brace'>}</em>
<a id='L1795' name='L1795'></a>1795
<a id='L1796' name='L1796'></a>1796 <strong class='reserved'>if</strong> (<a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a>)
<a id='L1797' name='L1797'></a>1797 <em class='brace'>{</em>
<a id='L1798' name='L1798'></a>1798 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/rc.html' title='Multiple used in 141 places.'>rc</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L1799' name='L1799'></a>1799 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>;
<a id='L1800' name='L1800'></a>1800
<a id='L1801' name='L1801'></a>1801 <strong class='reserved'>const</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1802' name='L1802'></a>1802 <strong class='reserved'>const</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/mark.html' title='Multiple used in 33 places.'>mark</a> = <a href='../S/src--editor--edit.c.html#L3085' title='Defined at 3085 in src/editor/edit.c.'>eval_marks</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, &amp;<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, &amp;<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
<a id='L1803' name='L1803'></a>1803
<a id='L1804' name='L1804'></a>1804 <em class='comment'>// i.e. we have marked block</em>
<a id='L1805' name='L1805'></a>1805 <strong class='reserved'>if</strong> (<a href='../Y/mark.html' title='Multiple used in 33 places.'>mark</a>)
<a id='L1806' name='L1806'></a>1806 <a href='../Y/rc.html' title='Multiple used in 141 places.'>rc</a> = <a href='../S/src--editor--editcmd.c.html#L1477' title='Defined at 1477 in src/editor/editcmd.c.'>edit_block_delete_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L1807' name='L1807'></a>1807
<a id='L1808' name='L1808'></a>1808 <strong class='reserved'>if</strong> (<a href='../Y/rc.html' title='Multiple used in 141 places.'>rc</a>)
<a id='L1809' name='L1809'></a>1809 <em class='brace'>{</em>
<a id='L1810' name='L1810'></a>1810 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a>;
<a id='L1811' name='L1811'></a>1811
<a id='L1812' name='L1812'></a>1812 <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = <a href='../S/src--editor--edit.c.html#L1971' title='Defined at 1971 in src/editor/edit.c.'>edit_insert_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a>);
<a id='L1813' name='L1813'></a>1813 <strong class='reserved'>if</strong> (<a href='../Y/mark.html' title='Multiple used in 33 places.'>mark</a> &amp;&amp; <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> &gt; 0)
<a id='L1814' name='L1814'></a>1814 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> + <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a>, 0, 0);
<a id='L1815' name='L1815'></a>1815 <em class='brace'>}</em>
<a id='L1816' name='L1816'></a>1816
<a id='L1817' name='L1817'></a>1817 <em class='comment'>// delete block file</em>
<a id='L1818' name='L1818'></a>1818 <a href='../Y/mc_unlink.html' title='Multiple used in 14 places.'>mc_unlink</a> (<a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a>);
<a id='L1819' name='L1819'></a>1819
<a id='L1820' name='L1820'></a>1820 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L1821' name='L1821'></a>1821 <em class='brace'>}</em>
<a id='L1822' name='L1822'></a>1822
<a id='L1823' name='L1823'></a>1823 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/block_file.html' title='Multiple used in 4 places.'>block_file</a>);
<a id='L1824' name='L1824'></a>1824 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/block_file_vpath.html' title='Multiple used in 7 places.'>block_file_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L1825' name='L1825'></a>1825
<a id='L1826' name='L1826'></a>1826 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L1827' name='L1827'></a>1827 <a href='../S/lib--widget--widget-common.c.html#L526' title='Defined at 526 in lib/widget/widget-common.c.'>widget_draw</a> (<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>));
<a id='L1828' name='L1828'></a>1828 <em class='brace'>}</em>
<a id='L1829' name='L1829'></a>1829
<a id='L1830' name='L1830'></a>1830 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1831' name='L1831'></a>1831
<a id='L1832' name='L1832'></a>1832 <strong class='reserved'>char</strong> *
<a id='L1833' name='L1833'></a>1833 <a href='../R/edit_get_write_filter.html' title='Multiple referred from 2 places.'>edit_get_write_filter</a> (<strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/write_name_vpath.html' title='Multiple used in 3 places.'>write_name_vpath</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L1771'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1862'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1833 src/editor/edit.c' /> */</em>
<a id='L1834' name='L1834'></a>1834 <em class='brace'>{</em>
<a id='L1835' name='L1835'></a>1835 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1836' name='L1836'></a>1836 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/write_name.html' title='Multiple used in 3 places.'>write_name</a>;
<a id='L1837' name='L1837'></a>1837 <strong class='reserved'>char</strong> *<a href='../Y/write_name_quoted.html' title='Multiple used in 5 places.'>write_name_quoted</a>;
<a id='L1838' name='L1838'></a>1838 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L1839' name='L1839'></a>1839
<a id='L1840' name='L1840'></a>1840 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../S/src--editor--edit.c.html#L227' title='Defined at 227 in src/editor/edit.c.'>edit_find_filter</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L1841' name='L1841'></a>1841 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; 0)
<a id='L1842' name='L1842'></a>1842 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L1843' name='L1843'></a>1843
<a id='L1844' name='L1844'></a>1844 <a href='../Y/write_name.html' title='Multiple used in 3 places.'>write_name</a> = <a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/write_name_vpath.html' title='Multiple used in 3 places.'>write_name_vpath</a>);
<a id='L1845' name='L1845'></a>1845 <a href='../Y/write_name_quoted.html' title='Multiple used in 5 places.'>write_name_quoted</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../Y/write_name.html' title='Multiple used in 3 places.'>write_name</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L1846' name='L1846'></a>1846 <strong class='reserved'>if</strong> (<a href='../Y/write_name_quoted.html' title='Multiple used in 5 places.'>write_name_quoted</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1847' name='L1847'></a>1847 <em class='brace'>{</em>
<a id='L1848' name='L1848'></a>1848 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> (<a href='../Y/all_filters.html' title='Multiple used in 5 places.'>all_filters</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>].<a href='../Y/write.html' title='Multiple used in 55 places.'>write</a>, <a href='../Y/write_name_quoted.html' title='Multiple used in 5 places.'>write_name_quoted</a>);
<a id='L1849' name='L1849'></a>1849 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/write_name_quoted.html' title='Multiple used in 5 places.'>write_name_quoted</a>);
<a id='L1850' name='L1850'></a>1850 <em class='brace'>}</em>
<a id='L1851' name='L1851'></a>1851 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L1852' name='L1852'></a>1852 <em class='brace'>}</em>
<a id='L1853' name='L1853'></a>1853
<a id='L1854' name='L1854'></a>1854 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1855' name='L1855'></a>1855 <em class='comment'>/**</em>
<a id='L1856' name='L1856'></a>1856 <em class='comment'> * @param edit editor object</em>
<a id='L1857' name='L1857'></a>1857 <em class='comment'> * @param f value of stream file</em>
<a id='L1858' name='L1858'></a>1858 <em class='comment'> * @return the length of the file</em>
<a id='L1859' name='L1859'></a>1859 <em class='comment'> */</em>
<a id='L1860' name='L1860'></a>1860
<a id='L1861' name='L1861'></a>1861 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L1862' name='L1862'></a>1862 <a href='../R/edit_write_stream.html' title='Multiple referred from 3 places.'>edit_write_stream</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>)
<em class='comment'>/* <a href='#L1833'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1962'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1862 src/editor/edit.c' /> */</em>
<a id='L1863' name='L1863'></a>1863 <em class='brace'>{</em>
<a id='L1864' name='L1864'></a>1864 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1865' name='L1865'></a>1865
<a id='L1866' name='L1866'></a>1866 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/lb.html' title='Multiple used in 8 places.'>lb</a> == <a href='../S/src--editor--edit-impl.h.html#L82' title='Defined at 82 in src/editor/edit-impl.h.'>LB_ASIS</a>)
<a id='L1867' name='L1867'></a>1867 <em class='brace'>{</em>
<a id='L1868' name='L1868'></a>1868 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1869' name='L1869'></a>1869 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> (<a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>), <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1870' name='L1870'></a>1870 <strong class='reserved'>break</strong>;
<a id='L1871' name='L1871'></a>1871 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1872' name='L1872'></a>1872 <em class='brace'>}</em>
<a id='L1873' name='L1873'></a>1873
<a id='L1874' name='L1874'></a>1874 <em class='comment'>// change line breaks</em>
<a id='L1875' name='L1875'></a>1875 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L1876' name='L1876'></a>1876 <em class='brace'>{</em>
<a id='L1877' name='L1877'></a>1877 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L1878' name='L1878'></a>1878
<a id='L1879' name='L1879'></a>1879 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
<a id='L1880' name='L1880'></a>1880 <strong class='reserved'>if</strong> (!(<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n' || <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\r'))
<a id='L1881' name='L1881'></a>1881 <em class='brace'>{</em>
<a id='L1882' name='L1882'></a>1882 <em class='comment'>// not line break</em>
<a id='L1883' name='L1883'></a>1883 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1884' name='L1884'></a>1884 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1885' name='L1885'></a>1885 <em class='brace'>}</em>
<a id='L1886' name='L1886'></a>1886 <strong class='reserved'>else</strong>
<a id='L1887' name='L1887'></a>1887 <em class='brace'>{</em> <em class='comment'>// (c == '\n' || c == '\r')</em>
<a id='L1888' name='L1888'></a>1888 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>;
<a id='L1889' name='L1889'></a>1889
<a id='L1890' name='L1890'></a>1890 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> + 1); <em class='comment'>// next char</em>
<a id='L1891' name='L1891'></a>1891
<a id='L1892' name='L1892'></a>1892 <strong class='reserved'>switch</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/lb.html' title='Multiple used in 8 places.'>lb</a>)
<a id='L1893' name='L1893'></a>1893 <em class='brace'>{</em>
<a id='L1894' name='L1894'></a>1894 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L83' title='Defined at 83 in src/editor/edit-impl.h.'>LB_UNIX</a>: <em class='comment'>// replace "\r\n" or '\r' to '\n'</em>
<a id='L1895' name='L1895'></a>1895 <em class='comment'>// put one line break unconditionally</em>
<a id='L1896' name='L1896'></a>1896 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> ('\n', <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1897' name='L1897'></a>1897 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1898' name='L1898'></a>1898
<a id='L1899' name='L1899'></a>1899 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++; <em class='comment'>// 2 chars are processed</em>
<a id='L1900' name='L1900'></a>1900
<a id='L1901' name='L1901'></a>1901 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\r' &amp;&amp; <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L1902' name='L1902'></a>1902 <em class='comment'>// Windows line break; go to the next char</em>
<a id='L1903' name='L1903'></a>1903 <strong class='reserved'>break</strong>;
<a id='L1904' name='L1904'></a>1904
<a id='L1905' name='L1905'></a>1905 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\r' &amp;&amp; <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\r')
<a id='L1906' name='L1906'></a>1906 <em class='brace'>{</em>
<a id='L1907' name='L1907'></a>1907 <em class='comment'>// two Macintosh line breaks; put second line break</em>
<a id='L1908' name='L1908'></a>1908 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> ('\n', <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1909' name='L1909'></a>1909 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1910' name='L1910'></a>1910 <strong class='reserved'>break</strong>;
<a id='L1911' name='L1911'></a>1911 <em class='brace'>}</em>
<a id='L1912' name='L1912'></a>1912
<a id='L1913' name='L1913'></a>1913 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1914' name='L1914'></a>1914 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1915' name='L1915'></a>1915 <strong class='reserved'>break</strong>;
<a id='L1916' name='L1916'></a>1916
<a id='L1917' name='L1917'></a>1917 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L84' title='Defined at 84 in src/editor/edit-impl.h.'>LB_WIN</a>: <em class='comment'>// replace '\n' or '\r' to "\r\n"</em>
<a id='L1918' name='L1918'></a>1918 <em class='comment'>// put one line break unconditionally</em>
<a id='L1919' name='L1919'></a>1919 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> ('\r', <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0 || <a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> ('\n', <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1920' name='L1920'></a>1920 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1921' name='L1921'></a>1921
<a id='L1922' name='L1922'></a>1922 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\r' &amp;&amp; <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L1923' name='L1923'></a>1923 <em class='comment'>// Windows line break; go to the next char</em>
<a id='L1924' name='L1924'></a>1924 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++;
<a id='L1925' name='L1925'></a>1925 <strong class='reserved'>break</strong>;
<a id='L1926' name='L1926'></a>1926
<a id='L1927' name='L1927'></a>1927 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L85' title='Defined at 85 in src/editor/edit-impl.h.'>LB_MAC</a>: <em class='comment'>// replace "\r\n" or '\n' to '\r'</em>
<a id='L1928' name='L1928'></a>1928 <em class='comment'>// put one line break unconditionally</em>
<a id='L1929' name='L1929'></a>1929 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> ('\r', <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1930' name='L1930'></a>1930 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1931' name='L1931'></a>1931
<a id='L1932' name='L1932'></a>1932 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++; <em class='comment'>// 2 chars are processed</em>
<a id='L1933' name='L1933'></a>1933
<a id='L1934' name='L1934'></a>1934 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\r' &amp;&amp; <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L1935' name='L1935'></a>1935 <em class='comment'>// Windows line break; go to the next char</em>
<a id='L1936' name='L1936'></a>1936 <strong class='reserved'>break</strong>;
<a id='L1937' name='L1937'></a>1937
<a id='L1938' name='L1938'></a>1938 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n' &amp;&amp; <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> == '\n')
<a id='L1939' name='L1939'></a>1939 <em class='brace'>{</em>
<a id='L1940' name='L1940'></a>1940 <em class='comment'>// two Windows line breaks; put second line break</em>
<a id='L1941' name='L1941'></a>1941 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> ('\r', <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1942' name='L1942'></a>1942 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1943' name='L1943'></a>1943 <strong class='reserved'>break</strong>;
<a id='L1944' name='L1944'></a>1944 <em class='brace'>}</em>
<a id='L1945' name='L1945'></a>1945
<a id='L1946' name='L1946'></a>1946 <strong class='reserved'>if</strong> (<a href='../Y/fputc.html' title='Multiple used in 11 places.'>fputc</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &lt; 0)
<a id='L1947' name='L1947'></a>1947 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L1948' name='L1948'></a>1948 <strong class='reserved'>break</strong>;
<a id='L1949' name='L1949'></a>1949 <strong class='reserved'>case</strong> <a href='../S/src--editor--edit-impl.h.html#L82' title='Defined at 82 in src/editor/edit-impl.h.'>LB_ASIS</a>: <em class='comment'>// default without changes</em>
<a id='L1950' name='L1950'></a>1950 <strong class='reserved'>default</strong>:
<a id='L1951' name='L1951'></a>1951 <strong class='reserved'>break</strong>;
<a id='L1952' name='L1952'></a>1952 <em class='brace'>}</em>
<a id='L1953' name='L1953'></a>1953 <em class='brace'>}</em>
<a id='L1954' name='L1954'></a>1954 <em class='brace'>}</em>
<a id='L1955' name='L1955'></a>1955
<a id='L1956' name='L1956'></a>1956 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>;
<a id='L1957' name='L1957'></a>1957 <em class='brace'>}</em>
<a id='L1958' name='L1958'></a>1958
<a id='L1959' name='L1959'></a>1959 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1960' name='L1960'></a>1960
<a id='L1961' name='L1961'></a>1961 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L1962' name='L1962'></a>1962 <a href='../R/is_break_char.html' title='Multiple referred from 6 places.'>is_break_char</a> (<strong class='reserved'>char</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L1862'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1971'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1962 src/editor/edit.c' /> */</em>
<a id='L1963' name='L1963'></a>1963 <em class='brace'>{</em>
<a id='L1964' name='L1964'></a>1964 <strong class='reserved'>return</strong> (<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>) || <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("{}[]()&lt;&gt;=|/\\!?~-+`'\",.;:#$%^&amp;*", <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L1965' name='L1965'></a>1965 <em class='brace'>}</em>
<a id='L1966' name='L1966'></a>1966
<a id='L1967' name='L1967'></a>1967 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L1968' name='L1968'></a>1968 <em class='comment'>/** inserts a file at the cursor, returns count of inserted bytes on success */</em>
<a id='L1969' name='L1969'></a>1969
<a id='L1970' name='L1970'></a>1970 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L1971' name='L1971'></a>1971 <a href='../R/edit_insert_file.html' title='Multiple referred from 7 places.'>edit_insert_file</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>)
<em class='comment'>/* <a href='#L1962'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2092'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1971 src/editor/edit.c' /> */</em>
<a id='L1972' name='L1972'></a>1972 <em class='brace'>{</em>
<a id='L1973' name='L1973'></a>1973 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L1974' name='L1974'></a>1974 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>;
<a id='L1975' name='L1975'></a>1975 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = 0;
<a id='L1976' name='L1976'></a>1976
<a id='L1977' name='L1977'></a>1977 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--edit.c.html#L247' title='Defined at 247 in src/editor/edit.c.'>edit_get_filter</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L1978' name='L1978'></a>1978 <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L1979' name='L1979'></a>1979
<a id='L1980' name='L1980'></a>1980 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1981' name='L1981'></a>1981 <em class='brace'>{</em>
<a id='L1982' name='L1982'></a>1982 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
<a id='L1983' name='L1983'></a>1983
<a id='L1984' name='L1984'></a>1984 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> = (<a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *) <a href='../Y/popen.html' title='Multiple used in 5 places.'>popen</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, "r");
<a id='L1985' name='L1985'></a>1985 <strong class='reserved'>if</strong> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L1986' name='L1986'></a>1986 <em class='brace'>{</em>
<a id='L1987' name='L1987'></a>1987 <a href='../S/src--editor--edit.c.html#L270' title='Defined at 270 in src/editor/edit.c.'>edit_insert_stream</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
<a id='L1988' name='L1988'></a>1988
<a id='L1989' name='L1989'></a>1989 <em class='comment'>// Place cursor at the end of text selection</em>
<a id='L1990' name='L1990'></a>1990 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_after_inserted_block.html' title='Multiple used in 8 places.'>cursor_after_inserted_block</a>)
<a id='L1991' name='L1991'></a>1991 <em class='brace'>{</em>
<a id='L1992' name='L1992'></a>1992 <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> - <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>;
<a id='L1993' name='L1993'></a>1993 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -<a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a>);
<a id='L1994' name='L1994'></a>1994 <em class='brace'>}</em>
<a id='L1995' name='L1995'></a>1995 <strong class='reserved'>if</strong> (<a href='../Y/pclose.html' title='Multiple used in 7 places.'>pclose</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>) &gt; 0)
<a id='L1996' name='L1996'></a>1996 <em class='brace'>{</em>
<a id='L1997' name='L1997'></a>1997 <a href='../D/message.html' title='Multiple defined in 6 places.'>message</a> (<a href='../S/lib--widget--wtools.h.html#L31' title='Defined at 31 in lib/widget/wtools.h.'>D_ERROR</a>, <a href='../S/lib--widget--wtools.h.html#L14' title='Defined at 14 in lib/widget/wtools.h.'>MSG_ERROR</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Error reading from pipe: %s"), <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L1998' name='L1998'></a>1998 <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = -1;
<a id='L1999' name='L1999'></a>1999 <em class='brace'>}</em>
<a id='L2000' name='L2000'></a>2000 <em class='brace'>}</em>
<a id='L2001' name='L2001'></a>2001 <strong class='reserved'>else</strong>
<a id='L2002' name='L2002'></a>2002 <em class='brace'>{</em>
<a id='L2003' name='L2003'></a>2003 <a href='../S/src--util.c.html#L85' title='Defined at 85 in src/util.c.'>file_error_message</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot open pipe for reading\n%s"), <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L2004' name='L2004'></a>2004 <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = -1;
<a id='L2005' name='L2005'></a>2005 <em class='brace'>}</em>
<a id='L2006' name='L2006'></a>2006 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L2007' name='L2007'></a>2007 <em class='brace'>}</em>
<a id='L2008' name='L2008'></a>2008 <strong class='reserved'>else</strong>
<a id='L2009' name='L2009'></a>2009 <em class='brace'>{</em>
<a id='L2010' name='L2010'></a>2010 <strong class='reserved'>int</strong> <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
<a id='L2011' name='L2011'></a>2011 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a>;
<a id='L2012' name='L2012'></a>2012 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/vertical_insertion.html' title='Multiple used in 3 places.'>vertical_insertion</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L2013' name='L2013'></a>2013 <strong class='reserved'>char</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>;
<a id='L2014' name='L2014'></a>2014
<a id='L2015' name='L2015'></a>2015 <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> = <a href='../S/lib--vfs--interface.c.html#L191' title='Defined at 191 in lib/vfs/interface.c.'>mc_open</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/O_RDONLY.html' title='Multiple used in 40 places.'>O_RDONLY</a> | <a href='../D/O_BINARY.html' title='Multiple defined in 3 places.'>O_BINARY</a>);
<a id='L2016' name='L2016'></a>2016 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> == -1)
<a id='L2017' name='L2017'></a>2017 <strong class='reserved'>return</strong> -1;
<a id='L2018' name='L2018'></a>2018
<a id='L2019' name='L2019'></a>2019 <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> (<a href='../D/TEMP_BUF_LEN.html' title='Multiple defined in 2 places.'>TEMP_BUF_LEN</a>);
<a id='L2020' name='L2020'></a>2020 <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> = <a href='../Y/mc_read.html' title='Multiple used in 28 places.'>mc_read</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/VERTICAL_MAGIC.html' title='Multiple used in 5 places.'>VERTICAL_MAGIC</a>));
<a id='L2021' name='L2021'></a>2021 <strong class='reserved'>if</strong> (<a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> &gt; 0)
<a id='L2022' name='L2022'></a>2022 <em class='brace'>{</em>
<a id='L2023' name='L2023'></a>2023 <em class='comment'>// if contain signature VERTICAL_MAGIC then it vertical block</em>
<a id='L2024' name='L2024'></a>2024 <strong class='reserved'>if</strong> (<a href='../Y/memcmp.html' title='Multiple used in 7 places.'>memcmp</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/VERTICAL_MAGIC.html' title='Multiple used in 5 places.'>VERTICAL_MAGIC</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/VERTICAL_MAGIC.html' title='Multiple used in 5 places.'>VERTICAL_MAGIC</a>)) == 0)
<a id='L2025' name='L2025'></a>2025 <a href='../Y/vertical_insertion.html' title='Multiple used in 3 places.'>vertical_insertion</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L2026' name='L2026'></a>2026 <strong class='reserved'>else</strong>
<a id='L2027' name='L2027'></a>2027 <a href='../S/lib--vfs--interface.c.html#L681' title='Defined at 681 in lib/vfs/interface.c.'>mc_lseek</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, 0, <a href='../Y/SEEK_SET.html' title='Multiple used in 18 places.'>SEEK_SET</a>);
<a id='L2028' name='L2028'></a>2028 <em class='brace'>}</em>
<a id='L2029' name='L2029'></a>2029
<a id='L2030' name='L2030'></a>2030 <strong class='reserved'>if</strong> (<a href='../Y/vertical_insertion.html' title='Multiple used in 3 places.'>vertical_insertion</a>)
<a id='L2031' name='L2031'></a>2031 <em class='brace'>{</em>
<a id='L2032' name='L2032'></a>2032 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, <a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>;
<a id='L2033' name='L2033'></a>2033 <strong class='reserved'>long</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L2034' name='L2034'></a>2034
<a id='L2035' name='L2035'></a>2035 <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> = <a href='../S/src--editor--edit.c.html#L1698' title='Defined at 1698 in src/editor/edit.c.'>edit_insert_column_from_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, &amp;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, &amp;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>, &amp;<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, &amp;<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>);
<a id='L2036' name='L2036'></a>2036 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, <a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>, <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>);
<a id='L2037' name='L2037'></a>2037
<a id='L2038' name='L2038'></a>2038 <em class='comment'>// highlight inserted text then not persistent blocks</em>
<a id='L2039' name='L2039'></a>2039 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> != 0)
<a id='L2040' name='L2040'></a>2040 <em class='brace'>{</em>
<a id='L2041' name='L2041'></a>2041 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> == 0)
<a id='L2042' name='L2042'></a>2042 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L56' title='Defined at 56 in src/editor/edit-impl.h.'>COLUMN_OFF</a>);
<a id='L2043' name='L2043'></a>2043 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L2044' name='L2044'></a>2044 <em class='brace'>}</em>
<a id='L2045' name='L2045'></a>2045 <em class='brace'>}</em>
<a id='L2046' name='L2046'></a>2046 <strong class='reserved'>else</strong>
<a id='L2047' name='L2047'></a>2047 <em class='brace'>{</em>
<a id='L2048' name='L2048'></a>2048 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2049' name='L2049'></a>2049
<a id='L2050' name='L2050'></a>2050 <strong class='reserved'>while</strong> ((<a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> = <a href='../Y/mc_read.html' title='Multiple used in 28 places.'>mc_read</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../D/TEMP_BUF_LEN.html' title='Multiple defined in 2 places.'>TEMP_BUF_LEN</a>)) &gt; 0)
<a id='L2051' name='L2051'></a>2051 <em class='brace'>{</em>
<a id='L2052' name='L2052'></a>2052 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L2053' name='L2053'></a>2053 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
<a id='L2054' name='L2054'></a>2054 <em class='brace'>}</em>
<a id='L2055' name='L2055'></a>2055 <em class='comment'>// highlight inserted text then not persistent blocks</em>
<a id='L2056' name='L2056'></a>2056 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> != 0)
<a id='L2057' name='L2057'></a>2057 <em class='brace'>{</em>
<a id='L2058' name='L2058'></a>2058 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>, 0, 0);
<a id='L2059' name='L2059'></a>2059 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L2060' name='L2060'></a>2060 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L2061' name='L2061'></a>2061 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L2062' name='L2062'></a>2062 <em class='brace'>}</em>
<a id='L2063' name='L2063'></a>2063
<a id='L2064' name='L2064'></a>2064 <em class='comment'>// Place cursor at the end of text selection</em>
<a id='L2065' name='L2065'></a>2065 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_after_inserted_block.html' title='Multiple used in 8 places.'>cursor_after_inserted_block</a>)
<a id='L2066' name='L2066'></a>2066 <em class='brace'>{</em>
<a id='L2067' name='L2067'></a>2067 <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> - <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>;
<a id='L2068' name='L2068'></a>2068 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -<a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a>);
<a id='L2069' name='L2069'></a>2069 <em class='brace'>}</em>
<a id='L2070' name='L2070'></a>2070 <em class='brace'>}</em>
<a id='L2071' name='L2071'></a>2071
<a id='L2072' name='L2072'></a>2072 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L2073' name='L2073'></a>2073 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>);
<a id='L2074' name='L2074'></a>2074 <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>);
<a id='L2075' name='L2075'></a>2075 <strong class='reserved'>if</strong> (<a href='../Y/blocklen.html' title='Multiple used in 12 places.'>blocklen</a> != 0)
<a id='L2076' name='L2076'></a>2076 <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a> = 0;
<a id='L2077' name='L2077'></a>2077 <em class='brace'>}</em>
<a id='L2078' name='L2078'></a>2078
<a id='L2079' name='L2079'></a>2079 <strong class='reserved'>return</strong> <a href='../Y/ins_len.html' title='Multiple used in 13 places.'>ins_len</a>;
<a id='L2080' name='L2080'></a>2080 <em class='brace'>}</em>
<a id='L2081' name='L2081'></a>2081
<a id='L2082' name='L2082'></a>2082 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2083' name='L2083'></a>2083 <em class='comment'>/**</em>
<a id='L2084' name='L2084'></a>2084 <em class='comment'> * Fill in the edit structure. Return NULL on failure. Pass edit as</em>
<a id='L2085' name='L2085'></a>2085 <em class='comment'> * NULL to allocate a new structure.</em>
<a id='L2086' name='L2086'></a>2086 <em class='comment'> *</em>
<a id='L2087' name='L2087'></a>2087 <em class='comment'> * If arg is NULL or arg-&gt;line_number is 0, try to restore saved position. Otherwise put the</em>
<a id='L2088' name='L2088'></a>2088 <em class='comment'> * cursor on that line and show it in the middle of the screen.</em>
<a id='L2089' name='L2089'></a>2089 <em class='comment'> */</em>
<a id='L2090' name='L2090'></a>2090
<a id='L2091' name='L2091'></a>2091 <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *
<a id='L2092' name='L2092'></a>2092 <a href='../R/edit_init.html' title='Multiple referred from 6 places.'>edit_init</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>const</strong> <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> *<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>, <strong class='reserved'>const</strong> <a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>)
<em class='comment'>/* <a href='#L1971'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2207'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2092 src/editor/edit.c' /> */</em>
<a id='L2093' name='L2093'></a>2093 <em class='brace'>{</em>
<a id='L2094' name='L2094'></a>2094 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/to_free.html' title='Multiple used in 3 places.'>to_free</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L2095' name='L2095'></a>2095 <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
<a id='L2096' name='L2096'></a>2096
<a id='L2097' name='L2097'></a>2097 <a href='../Y/auto_syntax.html' title='Multiple used in 9 places.'>auto_syntax</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>; <em class='comment'>// Resetting to auto on every invocation</em>
<a id='L2098' name='L2098'></a>2098 <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/line_state_width.html' title='Multiple used in 18 places.'>line_state_width</a> = <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/line_state.html' title='Multiple used in 8 places.'>line_state</a> ? <a href='../S/src--editor--edit-impl.h.html#L70' title='Defined at 70 in src/editor/edit-impl.h.'>LINE_STATE_WIDTH</a> : 0;
<a id='L2099' name='L2099'></a>2099
<a id='L2100' name='L2100'></a>2100 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2101' name='L2101'></a>2101 <em class='brace'>{</em>
<a id='L2102' name='L2102'></a>2102 <strong class='reserved'>int</strong> <a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a>;
<a id='L2103' name='L2103'></a>2103 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> <a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a>;
<a id='L2104' name='L2104'></a>2104
<a id='L2105' name='L2105'></a>2105 <em class='comment'>// save some widget parameters</em>
<a id='L2106' name='L2106'></a>2106 <a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a>;
<a id='L2107' name='L2107'></a>2107 <a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a>;
<a id='L2108' name='L2108'></a>2108
<a id='L2109' name='L2109'></a>2109 <a href='../S/src--editor--edit.c.html#L519' title='Defined at 519 in src/editor/edit.c.'>edit_purge_widget</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2110' name='L2110'></a>2110
<a id='L2111' name='L2111'></a>2111 <em class='comment'>// restore saved parameters</em>
<a id='L2112' name='L2112'></a>2112 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> = <a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a>;
<a id='L2113' name='L2113'></a>2113 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a> = <a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a>;
<a id='L2114' name='L2114'></a>2114 <em class='brace'>}</em>
<a id='L2115' name='L2115'></a>2115 <strong class='reserved'>else</strong>
<a id='L2116' name='L2116'></a>2116 <em class='brace'>{</em>
<a id='L2117' name='L2117'></a>2117 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
<a id='L2118' name='L2118'></a>2118
<a id='L2119' name='L2119'></a>2119 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> (<strong class='reserved'>sizeof</strong> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a>));
<a id='L2120' name='L2120'></a>2120 <a href='../Y/to_free.html' title='Multiple used in 3 places.'>to_free</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L2121' name='L2121'></a>2121
<a id='L2122' name='L2122'></a>2122 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2123' name='L2123'></a>2123 <a href='../S/lib--widget--widget-common.c.html#L307' title='Defined at 307 in lib/widget/widget-common.c.'>widget_init</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L2124' name='L2124'></a>2124 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/options.html' title='Multiple used in 120 places.'>options</a> |= <a href='../S/lib--widget--widget-common.h.html#L76' title='Defined at 76 in lib/widget/widget-common.h.'>WOP_SELECTABLE</a> | <a href='../S/lib--widget--widget-common.h.html#L77' title='Defined at 77 in lib/widget/widget-common.h.'>WOP_TOP_SELECT</a> | <a href='../S/lib--widget--widget-common.h.html#L73' title='Defined at 73 in lib/widget/widget-common.h.'>WOP_WANT_CURSOR</a>;
<a id='L2125' name='L2125'></a>2125 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/keymap.html' title='Multiple used in 125 places.'>keymap</a> = <a href='../Y/editor_map.html' title='Multiple used in 6 places.'>editor_map</a>;
<a id='L2126' name='L2126'></a>2126 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/ext_keymap.html' title='Multiple used in 6 places.'>ext_keymap</a> = <a href='../Y/editor_x_map.html' title='Multiple used in 5 places.'>editor_x_map</a>;
<a id='L2127' name='L2127'></a>2127 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> = 1;
<a id='L2128' name='L2128'></a>2128 <a href='../S/src--editor--editwidget.c.html#L1336' title='Defined at 1336 in src/editor/editwidget.c.'>edit_save_size</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2129' name='L2129'></a>2129 <em class='brace'>}</em>
<a id='L2130' name='L2130'></a>2130
<a id='L2131' name='L2131'></a>2131 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/drag_state.html' title='Multiple used in 19 places.'>drag_state</a> = <a href='../S/src--editor--editwidget.h.html#L51' title='Defined at 51 in src/editor/editwidget.h.'>MCEDIT_DRAG_NONE</a>;
<a id='L2132' name='L2132'></a>2132
<a id='L2133' name='L2133'></a>2133 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a> = <a href='../Y/S_IRUSR.html' title='Multiple used in 13 places.'>S_IRUSR</a> | <a href='../Y/S_IWUSR.html' title='Multiple used in 15 places.'>S_IWUSR</a> | <a href='../Y/S_IRGRP.html' title='Multiple used in 9 places.'>S_IRGRP</a> | <a href='../Y/S_IROTH.html' title='Multiple used in 9 places.'>S_IROTH</a>;
<a id='L2134' name='L2134'></a>2134 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>.<a href='../Y/st_uid.html' title='Multiple used in 49 places.'>st_uid</a> = <a href='../Y/getuid.html' title='Multiple used in 11 places.'>getuid</a> ();
<a id='L2135' name='L2135'></a>2135 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>.<a href='../Y/st_gid.html' title='Multiple used in 42 places.'>st_gid</a> = <a href='../Y/getgid.html' title='Multiple used in 6 places.'>getgid</a> ();
<a id='L2136' name='L2136'></a>2136 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a> = 0;
<a id='L2137' name='L2137'></a>2137
<a id='L2138' name='L2138'></a>2138 <strong class='reserved'>if</strong> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2139' name='L2139'></a>2139 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/attrs_ok.html' title='Multiple used in 22 places.'>attrs_ok</a> = (<a href='../Y/mc_fgetflags.html' title='Multiple used in 7 places.'>mc_fgetflags</a> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>, &amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/attrs.html' title='Multiple used in 78 places.'>attrs</a>) == 0);
<a id='L2140' name='L2140'></a>2140 <strong class='reserved'>else</strong>
<a id='L2141' name='L2141'></a>2141 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/attrs_ok.html' title='Multiple used in 22 places.'>attrs_ok</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L2142' name='L2142'></a>2142
<a id='L2143' name='L2143'></a>2143 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L2144' name='L2144'></a>2144 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/bracket.html' title='Multiple used in 22 places.'>bracket</a> = -1;
<a id='L2145' name='L2145'></a>2145 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_bracket.html' title='Multiple used in 4 places.'>last_bracket</a> = -1;
<a id='L2146' name='L2146'></a>2146 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L2147' name='L2147'></a>2147
<a id='L2148' name='L2148'></a>2148 <em class='comment'>// set file name before load file</em>
<a id='L2149' name='L2149'></a>2149 <strong class='reserved'>if</strong> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2150' name='L2150'></a>2150 <em class='brace'>{</em>
<a id='L2151' name='L2151'></a>2151 <a href='../S/src--editor--editcmd.c.html#L933' title='Defined at 933 in src/editor/editcmd.c.'>edit_set_filename</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>);
<a id='L2152' name='L2152'></a>2152 <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a>;
<a id='L2153' name='L2153'></a>2153 <em class='brace'>}</em>
<a id='L2154' name='L2154'></a>2154 <strong class='reserved'>else</strong>
<a id='L2155' name='L2155'></a>2155 <em class='brace'>{</em>
<a id='L2156' name='L2156'></a>2156 <a href='../S/src--editor--editcmd.c.html#L933' title='Defined at 933 in src/editor/editcmd.c.'>edit_set_filename</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L2157' name='L2157'></a>2157 <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = 0;
<a id='L2158' name='L2158'></a>2158 <em class='brace'>}</em>
<a id='L2159' name='L2159'></a>2159
<a id='L2160' name='L2160'></a>2160 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> = <a href='../S/src--editor--edit-impl.h.html#L45' title='Defined at 45 in src/editor/edit-impl.h.'>START_STACK_SIZE</a>;
<a id='L2161' name='L2161'></a>2161 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a> = <a href='../S/src--editor--edit-impl.h.html#L45' title='Defined at 45 in src/editor/edit-impl.h.'>START_STACK_SIZE</a> - 1;
<a id='L2162' name='L2162'></a>2162 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> ((<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> + 10) * <strong class='reserved'>sizeof</strong> (<strong class='reserved'>long</strong>));
<a id='L2163' name='L2163'></a>2163
<a id='L2164' name='L2164'></a>2164 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> = <a href='../S/src--editor--edit-impl.h.html#L45' title='Defined at 45 in src/editor/edit-impl.h.'>START_STACK_SIZE</a>;
<a id='L2165' name='L2165'></a>2165 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a> = <a href='../S/src--editor--edit-impl.h.html#L45' title='Defined at 45 in src/editor/edit-impl.h.'>START_STACK_SIZE</a> - 1;
<a id='L2166' name='L2166'></a>2166 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> ((<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> + 10) * <strong class='reserved'>sizeof</strong> (<strong class='reserved'>long</strong>));
<a id='L2167' name='L2167'></a>2167
<a id='L2168' name='L2168'></a>2168 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L2169' name='L2169'></a>2169 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a> = <a href='../Y/str_cnv_from_term.html' title='Multiple used in 19 places.'>str_cnv_from_term</a>;
<a id='L2170' name='L2170'></a>2170 <a href='../S/src--editor--edit.c.html#L2282' title='Defined at 2282 in src/editor/edit.c.'>edit_set_codeset</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2171' name='L2171'></a>2171
<a id='L2172' name='L2172'></a>2172 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L391' title='Defined at 391 in src/editor/edit.c.'>edit_load_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L2173' name='L2173'></a>2173 <em class='brace'>{</em>
<a id='L2174' name='L2174'></a>2174 <em class='comment'>// edit_load_file already gives an error message</em>
<a id='L2175' name='L2175'></a>2175 <strong class='reserved'>if</strong> (<a href='../Y/to_free.html' title='Multiple used in 3 places.'>to_free</a>)
<a id='L2176' name='L2176'></a>2176 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2177' name='L2177'></a>2177 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
<a id='L2178' name='L2178'></a>2178 <em class='brace'>}</em>
<a id='L2179' name='L2179'></a>2179
<a id='L2180' name='L2180'></a>2180 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/loading_done.html' title='Multiple used in 3 places.'>loading_done</a> = 1;
<a id='L2181' name='L2181'></a>2181 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> = 0;
<a id='L2182' name='L2182'></a>2182 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> = 0;
<a id='L2183' name='L2183'></a>2183 <a href='../D/edit_load_syntax.html' title='Multiple defined in 3 places.'>edit_load_syntax</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L2184' name='L2184'></a>2184 <a href='../D/edit_get_syntax_color.html' title='Multiple defined in 3 places.'>edit_get_syntax_color</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -1);
<a id='L2185' name='L2185'></a>2185
<a id='L2186' name='L2186'></a>2186 <em class='comment'>// load saved cursor position and/or boolmarks</em>
<a id='L2187' name='L2187'></a>2187 <strong class='reserved'>if</strong> ((<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> == 0) &amp;&amp; <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/save_position.html' title='Multiple used in 6 places.'>save_position</a>)
<a id='L2188' name='L2188'></a>2188 <a href='../S/src--editor--edit.c.html#L465' title='Defined at 465 in src/editor/edit.c.'>edit_load_position</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L2189' name='L2189'></a>2189 <strong class='reserved'>else</strong>
<a id='L2190' name='L2190'></a>2190 <em class='brace'>{</em>
<a id='L2191' name='L2191'></a>2191 <a href='../S/src--editor--edit.c.html#L465' title='Defined at 465 in src/editor/edit.c.'>edit_load_position</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L2192' name='L2192'></a>2192 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt;= 0)
<a id='L2193' name='L2193'></a>2193 <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = 1;
<a id='L2194' name='L2194'></a>2194 <a href='../S/src--editor--edit.c.html#L3047' title='Defined at 3047 in src/editor/edit.c.'>edit_move_display</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - 1);
<a id='L2195' name='L2195'></a>2195 <a href='../S/src--editor--edit.c.html#L3034' title='Defined at 3034 in src/editor/edit.c.'>edit_move_to_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - 1);
<a id='L2196' name='L2196'></a>2196 <em class='brace'>}</em>
<a id='L2197' name='L2197'></a>2197
<a id='L2198' name='L2198'></a>2198 <a href='../D/edit_load_macro_cmd.html' title='Multiple defined in 3 places.'>edit_load_macro_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2199' name='L2199'></a>2199
<a id='L2200' name='L2200'></a>2200 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>;
<a id='L2201' name='L2201'></a>2201 <em class='brace'>}</em>
<a id='L2202' name='L2202'></a>2202
<a id='L2203' name='L2203'></a>2203 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2204' name='L2204'></a>2204
<a id='L2205' name='L2205'></a>2205 <em class='comment'>/** Clear the edit struct, freeing everything in it. Return TRUE on success */</em>
<a id='L2206' name='L2206'></a>2206 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L2207' name='L2207'></a>2207 <a href='../R/edit_clean.html' title='Multiple referred from 9 places.'>edit_clean</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2092'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2255'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2207 src/editor/edit.c' /> */</em>
<a id='L2208' name='L2208'></a>2208 <em class='brace'>{</em>
<a id='L2209' name='L2209'></a>2209 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2210' name='L2210'></a>2210 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L2211' name='L2211'></a>2211
<a id='L2212' name='L2212'></a>2212 <em class='comment'>// a stale lock, remove it</em>
<a id='L2213' name='L2213'></a>2213 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a>)
<a id='L2214' name='L2214'></a>2214 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> = <a href='../S/lib--lock.c.html#L277' title='Defined at 277 in lib/lock.c.'>unlock_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L2215' name='L2215'></a>2215
<a id='L2216' name='L2216'></a>2216 <em class='comment'>// save cursor position</em>
<a id='L2217' name='L2217'></a>2217 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/save_position.html' title='Multiple used in 6 places.'>save_position</a>)
<a id='L2218' name='L2218'></a>2218 <a href='../S/src--editor--edit.c.html#L503' title='Defined at 503 in src/editor/edit.c.'>edit_save_position</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2219' name='L2219'></a>2219 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2220' name='L2220'></a>2220 <a href='../Y/g_array_free.html' title='Multiple used in 20 places.'>g_array_free</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L2221' name='L2221'></a>2221
<a id='L2222' name='L2222'></a>2222 <em class='comment'>// File specified on the mcedit command line and never saved</em>
<a id='L2223' name='L2223'></a>2223 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> != 0)
<a id='L2224' name='L2224'></a>2224 <a href='../Y/unlink.html' title='Multiple used in 23 places.'>unlink</a> (<a href='../S/lib--vfs--path.h.html#L106' title='Defined at 106 in lib/vfs/path.h.'>vfs_path_get_last_path_str</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
<a id='L2225' name='L2225'></a>2225
<a id='L2226' name='L2226'></a>2226 <a href='../S/src--editor--syntax.c.html#L1502' title='Defined at 1502 in src/editor/syntax.c.'>edit_free_syntax_rules</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2227' name='L2227'></a>2227 <a href='../S/src--editor--bookmark.c.html#L252' title='Defined at 252 in src/editor/bookmark.c.'>book_mark_flush</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -1);
<a id='L2228' name='L2228'></a>2228
<a id='L2229' name='L2229'></a>2229 <a href='../S/src--editor--editbuffer.c.html#L167' title='Defined at 167 in src/editor/editbuffer.c.'>edit_buffer_clean</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2230' name='L2230'></a>2230
<a id='L2231' name='L2231'></a>2231 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>);
<a id='L2232' name='L2232'></a>2232 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>);
<a id='L2233' name='L2233'></a>2233 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L2234' name='L2234'></a>2234 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/dir_vpath.html' title='Multiple used in 8 places.'>dir_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L2235' name='L2235'></a>2235 <a href='../S/src--editor--editsearch.c.html#L583' title='Defined at 583 in src/editor/editsearch.c.'>edit_search_deinit</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2236' name='L2236'></a>2236
<a id='L2237' name='L2237'></a>2237 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a> != <a href='../Y/str_cnv_from_term.html' title='Multiple used in 19 places.'>str_cnv_from_term</a>)
<a id='L2238' name='L2238'></a>2238 <a href='../S/lib--strutil--strutil.c.html#L278' title='Defined at 278 in lib/strutil/strutil.c.'>str_close_conv</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a>);
<a id='L2239' name='L2239'></a>2239
<a id='L2240' name='L2240'></a>2240 <a href='../S/src--editor--edit.c.html#L519' title='Defined at 519 in src/editor/edit.c.'>edit_purge_widget</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2241' name='L2241'></a>2241
<a id='L2242' name='L2242'></a>2242 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L2243' name='L2243'></a>2243 <em class='brace'>}</em>
<a id='L2244' name='L2244'></a>2244
<a id='L2245' name='L2245'></a>2245 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2246' name='L2246'></a>2246
<a id='L2247' name='L2247'></a>2247 <em class='comment'>/**</em>
<a id='L2248' name='L2248'></a>2248 <em class='comment'> * Load a new file into the editor and set line. If it fails, preserve the old file.</em>
<a id='L2249' name='L2249'></a>2249 <em class='comment'> * To do it, allocate a new widget, initialize it and, if the new file</em>
<a id='L2250' name='L2250'></a>2250 <em class='comment'> * was loaded, copy the data to the old widget.</em>
<a id='L2251' name='L2251'></a>2251 <em class='comment'> *</em>
<a id='L2252' name='L2252'></a>2252 <em class='comment'> * @return TRUE on success, FALSE on failure.</em>
<a id='L2253' name='L2253'></a>2253 <em class='comment'> */</em>
<a id='L2254' name='L2254'></a>2254 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L2255' name='L2255'></a>2255 <a href='../R/edit_reload_line.html' title='Multiple referred from 5 places.'>edit_reload_line</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>const</strong> <a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>)
<em class='comment'>/* <a href='#L2207'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2282'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2255 src/editor/edit.c' /> */</em>
<a id='L2256' name='L2256'></a>2256 <em class='brace'>{</em>
<a id='L2257' name='L2257'></a>2257 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2258' name='L2258'></a>2258 <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>;
<a id='L2259' name='L2259'></a>2259
<a id='L2260' name='L2260'></a>2260 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> (<strong class='reserved'>sizeof</strong> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a>));
<a id='L2261' name='L2261'></a>2261 *<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>) = *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
<a id='L2262' name='L2262'></a>2262 <em class='comment'>// save some widget parameters</em>
<a id='L2263' name='L2263'></a>2263 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a>;
<a id='L2264' name='L2264'></a>2264 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/loc_prev.html' title='Multiple used in 7 places.'>loc_prev</a>;
<a id='L2265' name='L2265'></a>2265
<a id='L2266' name='L2266'></a>2266 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L2092' title='Defined at 2092 in src/editor/edit.c.'>edit_init</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, &amp;<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>, <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>) == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2267' name='L2267'></a>2267 <em class='brace'>{</em>
<a id='L2268' name='L2268'></a>2268 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>);
<a id='L2269' name='L2269'></a>2269 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L2270' name='L2270'></a>2270 <em class='brace'>}</em>
<a id='L2271' name='L2271'></a>2271
<a id='L2272' name='L2272'></a>2272 <a href='../S/src--editor--edit.c.html#L2207' title='Defined at 2207 in src/editor/edit.c.'>edit_clean</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2273' name='L2273'></a>2273 <a href='../Y/memcpy.html' title='Multiple used in 22 places.'>memcpy</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <strong class='reserved'>sizeof</strong> (*<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>));
<a id='L2274' name='L2274'></a>2274 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>);
<a id='L2275' name='L2275'></a>2275
<a id='L2276' name='L2276'></a>2276 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L2277' name='L2277'></a>2277 <em class='brace'>}</em>
<a id='L2278' name='L2278'></a>2278
<a id='L2279' name='L2279'></a>2279 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2280' name='L2280'></a>2280
<a id='L2281' name='L2281'></a>2281 <strong class='reserved'>void</strong>
<a id='L2282' name='L2282'></a>2282 <a href='../R/edit_set_codeset.html' title='Multiple referred from 7 places.'>edit_set_codeset</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2255'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2352'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2282 src/editor/edit.c' /> */</em>
<a id='L2283' name='L2283'></a>2283 <em class='brace'>{</em>
<a id='L2284' name='L2284'></a>2284 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a>;
<a id='L2285' name='L2285'></a>2285
<a id='L2286' name='L2286'></a>2286 <a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a> = <a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/source_codepage.html' title='Multiple used in 29 places.'>source_codepage</a> &gt;= 0 ? <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/source_codepage.html' title='Multiple used in 29 places.'>source_codepage</a>
<a id='L2287' name='L2287'></a>2287 : <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/display_codepage.html' title='Multiple used in 25 places.'>display_codepage</a>);
<a id='L2288' name='L2288'></a>2288
<a id='L2289' name='L2289'></a>2289 <strong class='reserved'>if</strong> (<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2290' name='L2290'></a>2290 <em class='brace'>{</em>
<a id='L2291' name='L2291'></a>2291 <a href='../Y/GIConv.html' title='Multiple used in 62 places.'>GIConv</a> <a href='../Y/conv.html' title='Multiple used in 113 places.'>conv</a>;
<a id='L2292' name='L2292'></a>2292 <a href='../Y/conv.html' title='Multiple used in 113 places.'>conv</a> = <a href='../S/lib--strutil--strutil.c.html#L269' title='Defined at 269 in lib/strutil/strutil.c.'>str_crt_conv_from</a> (<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a>);
<a id='L2293' name='L2293'></a>2293 <strong class='reserved'>if</strong> (<a href='../Y/conv.html' title='Multiple used in 113 places.'>conv</a> != <a href='../S/lib--strutil.h.html#L49' title='Defined at 49 in lib/strutil.h.'>INVALID_CONV</a>)
<a id='L2294' name='L2294'></a>2294 <em class='brace'>{</em>
<a id='L2295' name='L2295'></a>2295 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a> != <a href='../Y/str_cnv_from_term.html' title='Multiple used in 19 places.'>str_cnv_from_term</a>)
<a id='L2296' name='L2296'></a>2296 <a href='../S/lib--strutil--strutil.c.html#L278' title='Defined at 278 in lib/strutil/strutil.c.'>str_close_conv</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a>);
<a id='L2297' name='L2297'></a>2297 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a> = <a href='../Y/conv.html' title='Multiple used in 113 places.'>conv</a>;
<a id='L2298' name='L2298'></a>2298 <em class='brace'>}</em>
<a id='L2299' name='L2299'></a>2299 <em class='brace'>}</em>
<a id='L2300' name='L2300'></a>2300
<a id='L2301' name='L2301'></a>2301 <strong class='reserved'>if</strong> (<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2302' name='L2302'></a>2302 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a> = <a href='../S/lib--strutil--strutil.c.html#L393' title='Defined at 393 in lib/strutil/strutil.c.'>str_isutf8</a> (<a href='../Y/cp_id.html' title='Multiple used in 16 places.'>cp_id</a>);
<a id='L2303' name='L2303'></a>2303 <em class='brace'>}</em>
<a id='L2304' name='L2304'></a>2304
<a id='L2305' name='L2305'></a>2305 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2306' name='L2306'></a>2306
<a id='L2307' name='L2307'></a>2307 <em class='comment'>/**</em>
<a id='L2308' name='L2308'></a>2308 <em class='comment'> * Recording stack for undo:</em>
<a id='L2309' name='L2309'></a>2309 <em class='comment'> * The following is an implementation of a compressed stack. Identical</em>
<a id='L2310' name='L2310'></a>2310 <em class='comment'> * pushes are recorded by a negative prefix indicating the number of times the</em>
<a id='L2311' name='L2311'></a>2311 <em class='comment'> * same char was pushed. This saves space for repeated curs-left or curs-right</em>
<a id='L2312' name='L2312'></a>2312 <em class='comment'> * delete etc.</em>
<a id='L2313' name='L2313'></a>2313 <em class='comment'> *</em>
<a id='L2314' name='L2314'></a>2314 <em class='comment'> * eg:</em>
<a id='L2315' name='L2315'></a>2315 <em class='comment'> *</em>
<a id='L2316' name='L2316'></a>2316 <em class='comment'> * pushed: stored:</em>
<a id='L2317' name='L2317'></a>2317 <em class='comment'> *</em>
<a id='L2318' name='L2318'></a>2318 <em class='comment'> * a</em>
<a id='L2319' name='L2319'></a>2319 <em class='comment'> * b a</em>
<a id='L2320' name='L2320'></a>2320 <em class='comment'> * b -3</em>
<a id='L2321' name='L2321'></a>2321 <em class='comment'> * b b</em>
<a id='L2322' name='L2322'></a>2322 <em class='comment'> * c --&gt; -4</em>
<a id='L2323' name='L2323'></a>2323 <em class='comment'> * c c</em>
<a id='L2324' name='L2324'></a>2324 <em class='comment'> * c d</em>
<a id='L2325' name='L2325'></a>2325 <em class='comment'> * c</em>
<a id='L2326' name='L2326'></a>2326 <em class='comment'> * d</em>
<a id='L2327' name='L2327'></a>2327 <em class='comment'> *</em>
<a id='L2328' name='L2328'></a>2328 <em class='comment'> * If the stack long int is 0-255 it represents a normal insert (from a backspace),</em>
<a id='L2329' name='L2329'></a>2329 <em class='comment'> * 256-512 is an insert ahead (from a delete), If it is between 600 and 700 it is one</em>
<a id='L2330' name='L2330'></a>2330 <em class='comment'> * of the cursor functions define'd in edit-impl.h. 1000 through 700'000'000 is to</em>
<a id='L2331' name='L2331'></a>2331 <em class='comment'> * set edit-&gt;mark1 position. 700'000'000 through 1400'000'000 is to set edit-&gt;mark2</em>
<a id='L2332' name='L2332'></a>2332 <em class='comment'> * position.</em>
<a id='L2333' name='L2333'></a>2333 <em class='comment'> *</em>
<a id='L2334' name='L2334'></a>2334 <em class='comment'> * The only way the cursor moves or the buffer is changed is through the routines:</em>
<a id='L2335' name='L2335'></a>2335 <em class='comment'> * insert, backspace, insert_ahead, delete, and cursor_move.</em>
<a id='L2336' name='L2336'></a>2336 <em class='comment'> * These record the reverse undo movements onto the stack each time they are</em>
<a id='L2337' name='L2337'></a>2337 <em class='comment'> * called.</em>
<a id='L2338' name='L2338'></a>2338 <em class='comment'> *</em>
<a id='L2339' name='L2339'></a>2339 <em class='comment'> * Each key press results in a set of actions (insert; delete ...). So each time</em>
<a id='L2340' name='L2340'></a>2340 <em class='comment'> * a key is pressed the current position of start_display is pushed as</em>
<a id='L2341' name='L2341'></a>2341 <em class='comment'> * KEY_PRESS + start_display. Then for undoing, we pop until we get to a number</em>
<a id='L2342' name='L2342'></a>2342 <em class='comment'> * over KEY_PRESS. We then assign this number less KEY_PRESS to start_display. So undo</em>
<a id='L2343' name='L2343'></a>2343 <em class='comment'> * tracks scrolling and key actions exactly. (KEY_PRESS is about (2^31) * (2/3) = 1400'000'000)</em>
<a id='L2344' name='L2344'></a>2344 <em class='comment'> *</em>
<a id='L2345' name='L2345'></a>2345 <em class='comment'> *</em>
<a id='L2346' name='L2346'></a>2346 <em class='comment'> *</em>
<a id='L2347' name='L2347'></a>2347 <em class='comment'> * @param edit editor object</em>
<a id='L2348' name='L2348'></a>2348 <em class='comment'> * @param c code of the action</em>
<a id='L2349' name='L2349'></a>2349 <em class='comment'> */</em>
<a id='L2350' name='L2350'></a>2350
<a id='L2351' name='L2351'></a>2351 <strong class='reserved'>void</strong>
<a id='L2352' name='L2352'></a>2352 <a href='../R/edit_push_undo_action.html' title='Multiple referred from 31 places.'>edit_push_undo_action</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L2282'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2443'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2352 src/editor/edit.c' /> */</em>
<a id='L2353' name='L2353'></a>2353 <em class='brace'>{</em>
<a id='L2354' name='L2354'></a>2354 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a>;
<a id='L2355' name='L2355'></a>2355 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>;
<a id='L2356' name='L2356'></a>2356
<a id='L2357' name='L2357'></a>2357 <em class='comment'>// first enlarge the stack if necessary</em>
<a id='L2358' name='L2358'></a>2358 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> - 10)
<a id='L2359' name='L2359'></a>2359 <em class='brace'>{</em> <em class='comment'>// say</em>
<a id='L2360' name='L2360'></a>2360 <strong class='reserved'>if</strong> (<a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a> &lt; 256)
<a id='L2361' name='L2361'></a>2361 <a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a> = 256;
<a id='L2362' name='L2362'></a>2362 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> &lt; (<strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>) <a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a>)
<a id='L2363' name='L2363'></a>2363 <em class='brace'>{</em>
<a id='L2364' name='L2364'></a>2364 <strong class='reserved'>long</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L2365' name='L2365'></a>2365
<a id='L2366' name='L2366'></a>2366 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../Y/g_realloc.html' title='Multiple used in 4 places.'>g_realloc</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>, (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> * 2 + 10) * <strong class='reserved'>sizeof</strong> (<strong class='reserved'>long</strong>));
<a id='L2367' name='L2367'></a>2367 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2368' name='L2368'></a>2368 <em class='brace'>{</em>
<a id='L2369' name='L2369'></a>2369 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a> = <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L2370' name='L2370'></a>2370 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> &lt;&lt;= 1;
<a id='L2371' name='L2371'></a>2371 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size.html' title='Multiple used in 8 places.'>undo_stack_size</a> - 1;
<a id='L2372' name='L2372'></a>2372 <em class='brace'>}</em>
<a id='L2373' name='L2373'></a>2373 <em class='brace'>}</em>
<a id='L2374' name='L2374'></a>2374 <em class='brace'>}</em>
<a id='L2375' name='L2375'></a>2375 <a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L2376' name='L2376'></a>2376 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_disable.html' title='Multiple used in 6 places.'>undo_stack_disable</a>)
<a id='L2377' name='L2377'></a>2377 <em class='brace'>{</em>
<a id='L2378' name='L2378'></a>2378 <a href='../S/src--editor--edit.c.html#L2443' title='Defined at 2443 in src/editor/edit.c.'>edit_push_redo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>);
<a id='L2379' name='L2379'></a>2379 <a href='../S/src--editor--edit.c.html#L2443' title='Defined at 2443 in src/editor/edit.c.'>edit_push_redo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L2380' name='L2380'></a>2380 <strong class='reserved'>return</strong>;
<a id='L2381' name='L2381'></a>2381 <em class='brace'>}</em>
<a id='L2382' name='L2382'></a>2382
<a id='L2383' name='L2383'></a>2383 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_reset.html' title='Multiple used in 6 places.'>redo_stack_reset</a>)
<a id='L2384' name='L2384'></a>2384 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> = 0;
<a id='L2385' name='L2385'></a>2385
<a id='L2386' name='L2386'></a>2386 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a> != <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> &amp;&amp; <a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>
<a id='L2387' name='L2387'></a>2387 &amp;&amp; ((<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 2) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>) != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>)
<a id='L2388' name='L2388'></a>2388 <em class='brace'>{</em>
<a id='L2389' name='L2389'></a>2389 <strong class='reserved'>long</strong> <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>;
<a id='L2390' name='L2390'></a>2390
<a id='L2391' name='L2391'></a>2391 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>] &lt; 0)
<a id='L2392' name='L2392'></a>2392 <em class='brace'>{</em>
<a id='L2393' name='L2393'></a>2393 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[(<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 2) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>];
<a id='L2394' name='L2394'></a>2394 <strong class='reserved'>if</strong> (<a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>] &gt; -1000000000)
<a id='L2395' name='L2395'></a>2395 <em class='brace'>{</em>
<a id='L2396' name='L2396'></a>2396 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>) <em class='comment'>// --&gt; no need to push multiple do-nothings</em>
<a id='L2397' name='L2397'></a>2397 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>]--;
<a id='L2398' name='L2398'></a>2398 <strong class='reserved'>return</strong>;
<a id='L2399' name='L2399'></a>2399 <em class='brace'>}</em>
<a id='L2400' name='L2400'></a>2400 <em class='brace'>}</em>
<a id='L2401' name='L2401'></a>2401 <strong class='reserved'>else</strong>
<a id='L2402' name='L2402'></a>2402 <em class='brace'>{</em>
<a id='L2403' name='L2403'></a>2403 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>];
<a id='L2404' name='L2404'></a>2404 <strong class='reserved'>if</strong> (<a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<a id='L2405' name='L2405'></a>2405 <em class='brace'>{</em>
<a id='L2406' name='L2406'></a>2406 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L2407' name='L2407'></a>2407 <strong class='reserved'>return</strong>; <em class='comment'>// --&gt; no need to push multiple do-nothings</em>
<a id='L2408' name='L2408'></a>2408 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>] = -2;
<a id='L2409' name='L2409'></a>2409 <strong class='reserved'>goto</strong> <a href='../Y/check_bottom.html' title='Multiple used in 2 places.'>check_bottom</a>;
<a id='L2410' name='L2410'></a>2410 <em class='brace'>}</em>
<a id='L2411' name='L2411'></a>2411 <em class='brace'>}</em>
<a id='L2412' name='L2412'></a>2412 <em class='brace'>}</em>
<a id='L2413' name='L2413'></a>2413 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>] = <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L2414' name='L2414'></a>2414
<a id='L2415' name='L2415'></a>2415 <a href='../Y/check_bottom.html' title='Multiple used in 2 places.'>check_bottom</a>:
<a id='L2416' name='L2416'></a>2416 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> + 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L2417' name='L2417'></a>2417
<a id='L2418' name='L2418'></a>2418 <em class='comment'>/* if the sp wraps round and catches the undo_stack_bottom then erase</em>
<a id='L2419' name='L2419'></a>2419 <em class='comment'> * the first set of actions on the stack to make space - by moving</em>
<a id='L2420' name='L2420'></a>2420 <em class='comment'> * undo_stack_bottom forward one "key press" */</em>
<a id='L2421' name='L2421'></a>2421 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> + 2) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L2422' name='L2422'></a>2422 <strong class='reserved'>if</strong> ((<strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>) <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>
<a id='L2423' name='L2423'></a>2423 || (((<strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>) <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> + 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>) == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>)
<a id='L2424' name='L2424'></a>2424 <strong class='reserved'>do</strong>
<a id='L2425' name='L2425'></a>2425 <em class='brace'>{</em>
<a id='L2426' name='L2426'></a>2426 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a> + 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_size_mask.html' title='Multiple used in 15 places.'>undo_stack_size_mask</a>;
<a id='L2427' name='L2427'></a>2427 <em class='brace'>}</em>
<a id='L2428' name='L2428'></a>2428 <strong class='reserved'>while</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>] &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>
<a id='L2429' name='L2429'></a>2429 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a>);
<a id='L2430' name='L2430'></a>2430
<a id='L2431' name='L2431'></a>2431 <em class='comment'>// If a single key produced enough pushes to wrap all the way round then we would notice that</em>
<a id='L2432' name='L2432'></a>2432 <em class='comment'>// the [undo_stack_bottom] does not contain KEY_PRESS. The stack is then initialised:</em>
<a id='L2433' name='L2433'></a>2433 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>
<a id='L2434' name='L2434'></a>2434 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack.html' title='Multiple used in 20 places.'>undo_stack</a>[<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a>] &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L2435' name='L2435'></a>2435 <em class='brace'>{</em>
<a id='L2436' name='L2436'></a>2436 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_bottom.html' title='Multiple used in 15 places.'>undo_stack_bottom</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/undo_stack_pointer.html' title='Multiple used in 12 places.'>undo_stack_pointer</a> = 0;
<a id='L2437' name='L2437'></a>2437 <em class='brace'>}</em>
<a id='L2438' name='L2438'></a>2438 <em class='brace'>}</em>
<a id='L2439' name='L2439'></a>2439
<a id='L2440' name='L2440'></a>2440 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2441' name='L2441'></a>2441
<a id='L2442' name='L2442'></a>2442 <strong class='reserved'>void</strong>
<a id='L2443' name='L2443'></a>2443 <a href='../R/edit_push_redo_action.html' title='Multiple referred from 3 places.'>edit_push_redo_action</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L2352'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2529'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2443 src/editor/edit.c' /> */</em>
<a id='L2444' name='L2444'></a>2444 <em class='brace'>{</em>
<a id='L2445' name='L2445'></a>2445 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a>;
<a id='L2446' name='L2446'></a>2446 <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>;
<a id='L2447' name='L2447'></a>2447 <em class='comment'>// first enlarge the stack if necessary</em>
<a id='L2448' name='L2448'></a>2448 <strong class='reserved'>if</strong> (<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> - 10)
<a id='L2449' name='L2449'></a>2449 <em class='brace'>{</em> <em class='comment'>// say</em>
<a id='L2450' name='L2450'></a>2450 <strong class='reserved'>if</strong> (<a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a> &lt; 256)
<a id='L2451' name='L2451'></a>2451 <a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a> = 256;
<a id='L2452' name='L2452'></a>2452 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> &lt; (<strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>) <a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a>)
<a id='L2453' name='L2453'></a>2453 <em class='brace'>{</em>
<a id='L2454' name='L2454'></a>2454 <strong class='reserved'>long</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L2455' name='L2455'></a>2455
<a id='L2456' name='L2456'></a>2456 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../Y/g_realloc.html' title='Multiple used in 4 places.'>g_realloc</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>, (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> * 2 + 10) * <strong class='reserved'>sizeof</strong> (<strong class='reserved'>long</strong>));
<a id='L2457' name='L2457'></a>2457 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L2458' name='L2458'></a>2458 <em class='brace'>{</em>
<a id='L2459' name='L2459'></a>2459 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a> = <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L2460' name='L2460'></a>2460 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> &lt;&lt;= 1;
<a id='L2461' name='L2461'></a>2461 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size.html' title='Multiple used in 8 places.'>redo_stack_size</a> - 1;
<a id='L2462' name='L2462'></a>2462 <em class='brace'>}</em>
<a id='L2463' name='L2463'></a>2463 <em class='brace'>}</em>
<a id='L2464' name='L2464'></a>2464 <em class='brace'>}</em>
<a id='L2465' name='L2465'></a>2465 <a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> - 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>;
<a id='L2466' name='L2466'></a>2466
<a id='L2467' name='L2467'></a>2467 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a> != <a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> &amp;&amp; <a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>
<a id='L2468' name='L2468'></a>2468 &amp;&amp; ((<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 2) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>) != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>)
<a id='L2469' name='L2469'></a>2469 <em class='brace'>{</em>
<a id='L2470' name='L2470'></a>2470 <strong class='reserved'>long</strong> <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a>;
<a id='L2471' name='L2471'></a>2471
<a id='L2472' name='L2472'></a>2472 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>] &lt; 0)
<a id='L2473' name='L2473'></a>2473 <em class='brace'>{</em>
<a id='L2474' name='L2474'></a>2474 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[(<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a> - 2) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>];
<a id='L2475' name='L2475'></a>2475 <strong class='reserved'>if</strong> (<a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>] &gt; -1000000000)
<a id='L2476' name='L2476'></a>2476 <em class='brace'>{</em>
<a id='L2477' name='L2477'></a>2477 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>) <em class='comment'>// --&gt; no need to push multiple do-nothings</em>
<a id='L2478' name='L2478'></a>2478 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>]--;
<a id='L2479' name='L2479'></a>2479 <strong class='reserved'>return</strong>;
<a id='L2480' name='L2480'></a>2480 <em class='brace'>}</em>
<a id='L2481' name='L2481'></a>2481 <em class='brace'>}</em>
<a id='L2482' name='L2482'></a>2482 <strong class='reserved'>else</strong>
<a id='L2483' name='L2483'></a>2483 <em class='brace'>{</em>
<a id='L2484' name='L2484'></a>2484 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/spm1.html' title='Multiple used in 14 places.'>spm1</a>];
<a id='L2485' name='L2485'></a>2485 <strong class='reserved'>if</strong> (<a href='../Y/d.html' title='Multiple used in 191 places.'>d</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<a id='L2486' name='L2486'></a>2486 <em class='brace'>{</em>
<a id='L2487' name='L2487'></a>2487 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L2488' name='L2488'></a>2488 <strong class='reserved'>return</strong>; <em class='comment'>// --&gt; no need to push multiple do-nothings</em>
<a id='L2489' name='L2489'></a>2489 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>] = -2;
<a id='L2490' name='L2490'></a>2490 <strong class='reserved'>goto</strong> <a href='../Y/redo_check_bottom.html' title='Multiple used in 2 places.'>redo_check_bottom</a>;
<a id='L2491' name='L2491'></a>2491 <em class='brace'>}</em>
<a id='L2492' name='L2492'></a>2492 <em class='brace'>}</em>
<a id='L2493' name='L2493'></a>2493 <em class='brace'>}</em>
<a id='L2494' name='L2494'></a>2494 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/sp.html' title='Multiple used in 85 places.'>sp</a>] = <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L2495' name='L2495'></a>2495
<a id='L2496' name='L2496'></a>2496 <a href='../Y/redo_check_bottom.html' title='Multiple used in 2 places.'>redo_check_bottom</a>:
<a id='L2497' name='L2497'></a>2497 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> + 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>;
<a id='L2498' name='L2498'></a>2498
<a id='L2499' name='L2499'></a>2499 <em class='comment'>/* if the sp wraps round and catches the redo_stack_bottom then erase</em>
<a id='L2500' name='L2500'></a>2500 <em class='comment'> * the first set of actions on the stack to make space - by moving</em>
<a id='L2501' name='L2501'></a>2501 <em class='comment'> * redo_stack_bottom forward one "key press" */</em>
<a id='L2502' name='L2502'></a>2502 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> + 2) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>;
<a id='L2503' name='L2503'></a>2503 <strong class='reserved'>if</strong> ((<strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>) <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>
<a id='L2504' name='L2504'></a>2504 || (((<strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong>) <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> + 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>) == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>)
<a id='L2505' name='L2505'></a>2505 <strong class='reserved'>do</strong>
<a id='L2506' name='L2506'></a>2506 <em class='brace'>{</em>
<a id='L2507' name='L2507'></a>2507 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a> = (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a> + 1) &amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_size_mask.html' title='Multiple used in 13 places.'>redo_stack_size_mask</a>;
<a id='L2508' name='L2508'></a>2508 <em class='brace'>}</em>
<a id='L2509' name='L2509'></a>2509 <strong class='reserved'>while</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>] &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>
<a id='L2510' name='L2510'></a>2510 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a>);
<a id='L2511' name='L2511'></a>2511
<a id='L2512' name='L2512'></a>2512 <em class='comment'>/*</em>
<a id='L2513' name='L2513'></a>2513 <em class='comment'> * If a single key produced enough pushes to wrap all the way round then</em>
<a id='L2514' name='L2514'></a>2514 <em class='comment'> * we would notice that the [redo_stack_bottom] does not contain KEY_PRESS.</em>
<a id='L2515' name='L2515'></a>2515 <em class='comment'> * The stack is then initialised:</em>
<a id='L2516' name='L2516'></a>2516 <em class='comment'> */</em>
<a id='L2517' name='L2517'></a>2517
<a id='L2518' name='L2518'></a>2518 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>
<a id='L2519' name='L2519'></a>2519 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack.html' title='Multiple used in 18 places.'>redo_stack</a>[<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a>] &lt; <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a>)
<a id='L2520' name='L2520'></a>2520 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_bottom.html' title='Multiple used in 14 places.'>redo_stack_bottom</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_pointer.html' title='Multiple used in 12 places.'>redo_stack_pointer</a> = 0;
<a id='L2521' name='L2521'></a>2521 <em class='brace'>}</em>
<a id='L2522' name='L2522'></a>2522
<a id='L2523' name='L2523'></a>2523 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2524' name='L2524'></a>2524 <em class='comment'>/**</em>
<a id='L2525' name='L2525'></a>2525 <em class='comment'> Basic low level single character buffer alterations and movements at the cursor.</em>
<a id='L2526' name='L2526'></a>2526 <em class='comment'> */</em>
<a id='L2527' name='L2527'></a>2527
<a id='L2528' name='L2528'></a>2528 <strong class='reserved'>void</strong>
<a id='L2529' name='L2529'></a>2529 <a href='../R/edit_insert.html' title='Multiple referred from 30 places.'>edit_insert</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L2443'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2570'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2529 src/editor/edit.c' /> */</em>
<a id='L2530' name='L2530'></a>2530 <em class='brace'>{</em>
<a id='L2531' name='L2531'></a>2531 <em class='comment'>// first we must update the position of the display window</em>
<a id='L2532' name='L2532'></a>2532 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>)
<a id='L2533' name='L2533'></a>2533 <em class='brace'>{</em>
<a id='L2534' name='L2534'></a>2534 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>++;
<a id='L2535' name='L2535'></a>2535 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2536' name='L2536'></a>2536 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>++;
<a id='L2537' name='L2537'></a>2537 <em class='brace'>}</em>
<a id='L2538' name='L2538'></a>2538
<a id='L2539' name='L2539'></a>2539 <em class='comment'>// Mark file as modified, unless the file hasn't been fully loaded</em>
<a id='L2540' name='L2540'></a>2540 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/loading_done.html' title='Multiple used in 3 places.'>loading_done</a> != 0)
<a id='L2541' name='L2541'></a>2541 <a href='../S/src--editor--edit.c.html#L624' title='Defined at 624 in src/editor/edit.c.'>edit_modification</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2542' name='L2542'></a>2542
<a id='L2543' name='L2543'></a>2543 <em class='comment'>// now we must update some info on the file and check if a redraw is required</em>
<a id='L2544' name='L2544'></a>2544 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2545' name='L2545'></a>2545 <em class='brace'>{</em>
<a id='L2546' name='L2546'></a>2546 <a href='../S/src--editor--bookmark.c.html#L283' title='Defined at 283 in src/editor/bookmark.c.'>book_mark_inc</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
<a id='L2547' name='L2547'></a>2547 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>++;
<a id='L2548' name='L2548'></a>2548 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>++;
<a id='L2549' name='L2549'></a>2549 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L27' title='Defined at 27 in src/editor/edit-impl.h.'>REDRAW_LINE_ABOVE</a> | <a href='../S/src--editor--edit-impl.h.html#L29' title='Defined at 29 in src/editor/edit-impl.h.'>REDRAW_AFTER_CURSOR</a>;
<a id='L2550' name='L2550'></a>2550 <em class='brace'>}</em>
<a id='L2551' name='L2551'></a>2551
<a id='L2552' name='L2552'></a>2552 <em class='comment'>// save the reverse command onto the undo stack</em>
<a id='L2553' name='L2553'></a>2553 <em class='comment'>// ordinary char and not space</em>
<a id='L2554' name='L2554'></a>2554 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt; 32)
<a id='L2555' name='L2555'></a>2555 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L51' title='Defined at 51 in src/editor/edit-impl.h.'>BACKSPACE</a>);
<a id='L2556' name='L2556'></a>2556 <strong class='reserved'>else</strong>
<a id='L2557' name='L2557'></a>2557 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L58' title='Defined at 58 in src/editor/edit-impl.h.'>BACKSPACE_BR</a>);
<a id='L2558' name='L2558'></a>2558 <em class='comment'>// update markers</em>
<a id='L2559' name='L2559'></a>2559 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> += (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>) ? 1 : 0;
<a id='L2560' name='L2560'></a>2560 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> += (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>) ? 1 : 0;
<a id='L2561' name='L2561'></a>2561 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a> += (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>) ? 1 : 0;
<a id='L2562' name='L2562'></a>2562
<a id='L2563' name='L2563'></a>2563 <a href='../S/src--editor--editbuffer.c.html#L489' title='Defined at 489 in src/editor/editbuffer.c.'>edit_buffer_insert</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L2564' name='L2564'></a>2564 <em class='brace'>}</em>
<a id='L2565' name='L2565'></a>2565
<a id='L2566' name='L2566'></a>2566 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2567' name='L2567'></a>2567 <em class='comment'>/** same as edit_insert and move left */</em>
<a id='L2568' name='L2568'></a>2568
<a id='L2569' name='L2569'></a>2569 <strong class='reserved'>void</strong>
<a id='L2570' name='L2570'></a>2570 <a href='../R/edit_insert_ahead.html' title='Multiple referred from 8 places.'>edit_insert_ahead</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L2529'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2601'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2570 src/editor/edit.c' /> */</em>
<a id='L2571' name='L2571'></a>2571 <em class='brace'>{</em>
<a id='L2572' name='L2572'></a>2572 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>)
<a id='L2573' name='L2573'></a>2573 <em class='brace'>{</em>
<a id='L2574' name='L2574'></a>2574 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>++;
<a id='L2575' name='L2575'></a>2575 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2576' name='L2576'></a>2576 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>++;
<a id='L2577' name='L2577'></a>2577 <em class='brace'>}</em>
<a id='L2578' name='L2578'></a>2578 <a href='../S/src--editor--edit.c.html#L624' title='Defined at 624 in src/editor/edit.c.'>edit_modification</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2579' name='L2579'></a>2579 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2580' name='L2580'></a>2580 <em class='brace'>{</em>
<a id='L2581' name='L2581'></a>2581 <a href='../S/src--editor--bookmark.c.html#L283' title='Defined at 283 in src/editor/bookmark.c.'>book_mark_inc</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
<a id='L2582' name='L2582'></a>2582 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>++;
<a id='L2583' name='L2583'></a>2583 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L29' title='Defined at 29 in src/editor/edit-impl.h.'>REDRAW_AFTER_CURSOR</a>;
<a id='L2584' name='L2584'></a>2584 <em class='brace'>}</em>
<a id='L2585' name='L2585'></a>2585 <em class='comment'>// ordinary char and not space</em>
<a id='L2586' name='L2586'></a>2586 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &gt; 32)
<a id='L2587' name='L2587'></a>2587 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L50' title='Defined at 50 in src/editor/edit-impl.h.'>DELCHAR</a>);
<a id='L2588' name='L2588'></a>2588 <strong class='reserved'>else</strong>
<a id='L2589' name='L2589'></a>2589 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L57' title='Defined at 57 in src/editor/edit-impl.h.'>DELCHAR_BR</a>);
<a id='L2590' name='L2590'></a>2590
<a id='L2591' name='L2591'></a>2591 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> += (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>) ? 1 : 0;
<a id='L2592' name='L2592'></a>2592 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> += (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>) ? 1 : 0;
<a id='L2593' name='L2593'></a>2593 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a> += (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>) ? 1 : 0;
<a id='L2594' name='L2594'></a>2594
<a id='L2595' name='L2595'></a>2595 <a href='../S/src--editor--editbuffer.c.html#L521' title='Defined at 521 in src/editor/editbuffer.c.'>edit_buffer_insert_ahead</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L2596' name='L2596'></a>2596 <em class='brace'>}</em>
<a id='L2597' name='L2597'></a>2597
<a id='L2598' name='L2598'></a>2598 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2599' name='L2599'></a>2599
<a id='L2600' name='L2600'></a>2600 <strong class='reserved'>void</strong>
<a id='L2601' name='L2601'></a>2601 <a href='../R/edit_insert_over.html' title='Multiple referred from 8 places.'>edit_insert_over</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2570'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2614'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2601 src/editor/edit.c' /> */</em>
<a id='L2602' name='L2602'></a>2602 <em class='brace'>{</em>
<a id='L2603' name='L2603'></a>2603 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2604' name='L2604'></a>2604
<a id='L2605' name='L2605'></a>2605 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L2606' name='L2606'></a>2606 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, ' ');
<a id='L2607' name='L2607'></a>2607
<a id='L2608' name='L2608'></a>2608 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L2609' name='L2609'></a>2609 <em class='brace'>}</em>
<a id='L2610' name='L2610'></a>2610
<a id='L2611' name='L2611'></a>2611 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2612' name='L2612'></a>2612
<a id='L2613' name='L2613'></a>2613 <strong class='reserved'>int</strong>
<a id='L2614' name='L2614'></a>2614 <a href='../R/edit_delete.html' title='Multiple referred from 18 places.'>edit_delete</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/byte_delete.html' title='Multiple used in 6 places.'>byte_delete</a>)
<em class='comment'>/* <a href='#L2601'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2671'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2614 src/editor/edit.c' /> */</em>
<a id='L2615' name='L2615'></a>2615 <em class='brace'>{</em>
<a id='L2616' name='L2616'></a>2616 <strong class='reserved'>int</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = 0;
<a id='L2617' name='L2617'></a>2617 <strong class='reserved'>int</strong> <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L2618' name='L2618'></a>2618 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2619' name='L2619'></a>2619
<a id='L2620' name='L2620'></a>2620 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs2.html' title='Multiple used in 18 places.'>curs2</a> == 0)
<a id='L2621' name='L2621'></a>2621 <strong class='reserved'>return</strong> 0;
<a id='L2622' name='L2622'></a>2622
<a id='L2623' name='L2623'></a>2623 <em class='comment'>// if byte_delete == TRUE then delete only one byte not multibyte char</em>
<a id='L2624' name='L2624'></a>2624 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a> &amp;&amp; !<a href='../Y/byte_delete.html' title='Multiple used in 6 places.'>byte_delete</a>)
<a id='L2625' name='L2625'></a>2625 <em class='brace'>{</em>
<a id='L2626' name='L2626'></a>2626 <a href='../S/src--editor--editbuffer.c.html#L211' title='Defined at 211 in src/editor/editbuffer.c.'>edit_buffer_get_utf</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, &amp;<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L2627' name='L2627'></a>2627 <strong class='reserved'>if</strong> (<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> &lt; 1)
<a id='L2628' name='L2628'></a>2628 <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L2629' name='L2629'></a>2629 <em class='brace'>}</em>
<a id='L2630' name='L2630'></a>2630
<a id='L2631' name='L2631'></a>2631 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>)
<a id='L2632' name='L2632'></a>2632 <a href='../S/src--editor--edit.c.html#L3059' title='Defined at 3059 in src/editor/edit.c.'>edit_push_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2633' name='L2633'></a>2633
<a id='L2634' name='L2634'></a>2634 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L2635' name='L2635'></a>2635 <em class='brace'>{</em>
<a id='L2636' name='L2636'></a>2636 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L2637' name='L2637'></a>2637 <em class='brace'>{</em>
<a id='L2638' name='L2638'></a>2638 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>--;
<a id='L2639' name='L2639'></a>2639 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>--;
<a id='L2640' name='L2640'></a>2640 <em class='brace'>}</em>
<a id='L2641' name='L2641'></a>2641 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L2642' name='L2642'></a>2642 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>--;
<a id='L2643' name='L2643'></a>2643 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L2644' name='L2644'></a>2644 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a>--;
<a id='L2645' name='L2645'></a>2645
<a id='L2646' name='L2646'></a>2646 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.c.html#L553' title='Defined at 553 in src/editor/editbuffer.c.'>edit_buffer_delete</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2647' name='L2647'></a>2647
<a id='L2648' name='L2648'></a>2648 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> + 256);
<a id='L2649' name='L2649'></a>2649 <em class='brace'>}</em>
<a id='L2650' name='L2650'></a>2650
<a id='L2651' name='L2651'></a>2651 <a href='../S/src--editor--edit.c.html#L624' title='Defined at 624 in src/editor/edit.c.'>edit_modification</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2652' name='L2652'></a>2652 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\n')
<a id='L2653' name='L2653'></a>2653 <em class='brace'>{</em>
<a id='L2654' name='L2654'></a>2654 <a href='../S/src--editor--bookmark.c.html#L299' title='Defined at 299 in src/editor/bookmark.c.'>book_mark_dec</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
<a id='L2655' name='L2655'></a>2655 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>--;
<a id='L2656' name='L2656'></a>2656 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L29' title='Defined at 29 in src/editor/edit-impl.h.'>REDRAW_AFTER_CURSOR</a>;
<a id='L2657' name='L2657'></a>2657 <em class='brace'>}</em>
<a id='L2658' name='L2658'></a>2658 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>)
<a id='L2659' name='L2659'></a>2659 <em class='brace'>{</em>
<a id='L2660' name='L2660'></a>2660 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>--;
<a id='L2661' name='L2661'></a>2661 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\n')
<a id='L2662' name='L2662'></a>2662 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>--;
<a id='L2663' name='L2663'></a>2663 <em class='brace'>}</em>
<a id='L2664' name='L2664'></a>2664
<a id='L2665' name='L2665'></a>2665 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L2666' name='L2666'></a>2666 <em class='brace'>}</em>
<a id='L2667' name='L2667'></a>2667
<a id='L2668' name='L2668'></a>2668 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2669' name='L2669'></a>2669
<a id='L2670' name='L2670'></a>2670 <strong class='reserved'>int</strong>
<a id='L2671' name='L2671'></a>2671 <a href='../R/edit_backspace.html' title='Multiple referred from 11 places.'>edit_backspace</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/byte_delete.html' title='Multiple used in 6 places.'>byte_delete</a>)
<em class='comment'>/* <a href='#L2614'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2729'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2671 src/editor/edit.c' /> */</em>
<a id='L2672' name='L2672'></a>2672 <em class='brace'>{</em>
<a id='L2673' name='L2673'></a>2673 <strong class='reserved'>int</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = 0;
<a id='L2674' name='L2674'></a>2674 <strong class='reserved'>int</strong> <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L2675' name='L2675'></a>2675 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2676' name='L2676'></a>2676
<a id='L2677' name='L2677'></a>2677 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> == 0)
<a id='L2678' name='L2678'></a>2678 <strong class='reserved'>return</strong> 0;
<a id='L2679' name='L2679'></a>2679
<a id='L2680' name='L2680'></a>2680 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>)
<a id='L2681' name='L2681'></a>2681 <a href='../S/src--editor--edit.c.html#L3059' title='Defined at 3059 in src/editor/edit.c.'>edit_push_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2682' name='L2682'></a>2682
<a id='L2683' name='L2683'></a>2683 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a> &amp;&amp; !<a href='../Y/byte_delete.html' title='Multiple used in 6 places.'>byte_delete</a>)
<a id='L2684' name='L2684'></a>2684 <em class='brace'>{</em>
<a id='L2685' name='L2685'></a>2685 <a href='../S/src--editor--editbuffer.c.html#L274' title='Defined at 274 in src/editor/editbuffer.c.'>edit_buffer_get_prev_utf</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, &amp;<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L2686' name='L2686'></a>2686 <strong class='reserved'>if</strong> (<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> &lt; 1)
<a id='L2687' name='L2687'></a>2687 <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L2688' name='L2688'></a>2688 <em class='brace'>}</em>
<a id='L2689' name='L2689'></a>2689
<a id='L2690' name='L2690'></a>2690 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L2691' name='L2691'></a>2691 <em class='brace'>{</em>
<a id='L2692' name='L2692'></a>2692 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L2693' name='L2693'></a>2693 <em class='brace'>{</em>
<a id='L2694' name='L2694'></a>2694 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>--;
<a id='L2695' name='L2695'></a>2695 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>--;
<a id='L2696' name='L2696'></a>2696 <em class='brace'>}</em>
<a id='L2697' name='L2697'></a>2697 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L2698' name='L2698'></a>2698 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>--;
<a id='L2699' name='L2699'></a>2699 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L2700' name='L2700'></a>2700 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_get_rule.html' title='Multiple used in 11 places.'>last_get_rule</a>--;
<a id='L2701' name='L2701'></a>2701
<a id='L2702' name='L2702'></a>2702 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.c.html#L593' title='Defined at 593 in src/editor/editbuffer.c.'>edit_buffer_backspace</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2703' name='L2703'></a>2703
<a id='L2704' name='L2704'></a>2704 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L2705' name='L2705'></a>2705 <em class='brace'>}</em>
<a id='L2706' name='L2706'></a>2706 <a href='../S/src--editor--edit.c.html#L624' title='Defined at 624 in src/editor/edit.c.'>edit_modification</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2707' name='L2707'></a>2707 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\n')
<a id='L2708' name='L2708'></a>2708 <em class='brace'>{</em>
<a id='L2709' name='L2709'></a>2709 <a href='../S/src--editor--bookmark.c.html#L299' title='Defined at 299 in src/editor/bookmark.c.'>book_mark_dec</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
<a id='L2710' name='L2710'></a>2710 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>--;
<a id='L2711' name='L2711'></a>2711 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>--;
<a id='L2712' name='L2712'></a>2712 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L29' title='Defined at 29 in src/editor/edit-impl.h.'>REDRAW_AFTER_CURSOR</a>;
<a id='L2713' name='L2713'></a>2713 <em class='brace'>}</em>
<a id='L2714' name='L2714'></a>2714
<a id='L2715' name='L2715'></a>2715 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>)
<a id='L2716' name='L2716'></a>2716 <em class='brace'>{</em>
<a id='L2717' name='L2717'></a>2717 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>--;
<a id='L2718' name='L2718'></a>2718 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\n')
<a id='L2719' name='L2719'></a>2719 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>--;
<a id='L2720' name='L2720'></a>2720 <em class='brace'>}</em>
<a id='L2721' name='L2721'></a>2721
<a id='L2722' name='L2722'></a>2722 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L2723' name='L2723'></a>2723 <em class='brace'>}</em>
<a id='L2724' name='L2724'></a>2724
<a id='L2725' name='L2725'></a>2725 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2726' name='L2726'></a>2726 <em class='comment'>/** moves the cursor right or left: increment positive or negative respectively */</em>
<a id='L2727' name='L2727'></a>2727
<a id='L2728' name='L2728'></a>2728 <strong class='reserved'>void</strong>
<a id='L2729' name='L2729'></a>2729 <a href='../R/edit_cursor_move.html' title='Multiple referred from 62 places.'>edit_cursor_move</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/increment.html' title='Multiple used in 5 places.'>increment</a>)
<em class='comment'>/* <a href='#L2671'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2774'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2729 src/editor/edit.c' /> */</em>
<a id='L2730' name='L2730'></a>2730 <em class='brace'>{</em>
<a id='L2731' name='L2731'></a>2731 <strong class='reserved'>if</strong> (<a href='../Y/increment.html' title='Multiple used in 5 places.'>increment</a> &lt; 0)
<a id='L2732' name='L2732'></a>2732 <em class='brace'>{</em>
<a id='L2733' name='L2733'></a>2733 <strong class='reserved'>for</strong> (; <a href='../Y/increment.html' title='Multiple used in 5 places.'>increment</a> &lt; 0 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> != 0; <a href='../Y/increment.html' title='Multiple used in 5 places.'>increment</a>++)
<a id='L2734' name='L2734'></a>2734 <em class='brace'>{</em>
<a id='L2735' name='L2735'></a>2735 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L2736' name='L2736'></a>2736
<a id='L2737' name='L2737'></a>2737 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L49' title='Defined at 49 in src/editor/edit-impl.h.'>CURS_RIGHT</a>);
<a id='L2738' name='L2738'></a>2738
<a id='L2739' name='L2739'></a>2739 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2740' name='L2740'></a>2740 <a href='../S/src--editor--editbuffer.c.html#L521' title='Defined at 521 in src/editor/editbuffer.c.'>edit_buffer_insert_ahead</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L2741' name='L2741'></a>2741 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L593' title='Defined at 593 in src/editor/editbuffer.c.'>edit_buffer_backspace</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2742' name='L2742'></a>2742 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2743' name='L2743'></a>2743 <em class='brace'>{</em>
<a id='L2744' name='L2744'></a>2744 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>--;
<a id='L2745' name='L2745'></a>2745 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L28' title='Defined at 28 in src/editor/edit-impl.h.'>REDRAW_LINE_BELOW</a>;
<a id='L2746' name='L2746'></a>2746 <em class='brace'>}</em>
<a id='L2747' name='L2747'></a>2747 <em class='brace'>}</em>
<a id='L2748' name='L2748'></a>2748 <em class='brace'>}</em>
<a id='L2749' name='L2749'></a>2749 <strong class='reserved'>else</strong>
<a id='L2750' name='L2750'></a>2750 <em class='brace'>{</em>
<a id='L2751' name='L2751'></a>2751 <strong class='reserved'>for</strong> (; <a href='../Y/increment.html' title='Multiple used in 5 places.'>increment</a> &gt; 0 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs2.html' title='Multiple used in 18 places.'>curs2</a> != 0; <a href='../Y/increment.html' title='Multiple used in 5 places.'>increment</a>--)
<a id='L2752' name='L2752'></a>2752 <em class='brace'>{</em>
<a id='L2753' name='L2753'></a>2753 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L2754' name='L2754'></a>2754
<a id='L2755' name='L2755'></a>2755 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L48' title='Defined at 48 in src/editor/edit-impl.h.'>CURS_LEFT</a>);
<a id='L2756' name='L2756'></a>2756
<a id='L2757' name='L2757'></a>2757 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2758' name='L2758'></a>2758 <a href='../S/src--editor--editbuffer.c.html#L489' title='Defined at 489 in src/editor/editbuffer.c.'>edit_buffer_insert</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L2759' name='L2759'></a>2759 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L553' title='Defined at 553 in src/editor/editbuffer.c.'>edit_buffer_delete</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2760' name='L2760'></a>2760 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2761' name='L2761'></a>2761 <em class='brace'>{</em>
<a id='L2762' name='L2762'></a>2762 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>++;
<a id='L2763' name='L2763'></a>2763 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L27' title='Defined at 27 in src/editor/edit-impl.h.'>REDRAW_LINE_ABOVE</a>;
<a id='L2764' name='L2764'></a>2764 <em class='brace'>}</em>
<a id='L2765' name='L2765'></a>2765 <em class='brace'>}</em>
<a id='L2766' name='L2766'></a>2766 <em class='brace'>}</em>
<a id='L2767' name='L2767'></a>2767 <em class='brace'>}</em>
<a id='L2768' name='L2768'></a>2768
<a id='L2769' name='L2769'></a>2769 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2770' name='L2770'></a>2770 <em class='comment'>/* If cols is zero this returns the count of columns from current to upto. */</em>
<a id='L2771' name='L2771'></a>2771 <em class='comment'>/* If upto is zero returns index of cols across from current. */</em>
<a id='L2772' name='L2772'></a>2772
<a id='L2773' name='L2773'></a>2773 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L2774' name='L2774'></a>2774 <a href='../R/edit_move_forward3.html' title='Multiple referred from 30 places.'>edit_move_forward3</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>, <strong class='reserved'>long</strong> <a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/upto.html' title='Multiple used in 12 places.'>upto</a>)
<em class='comment'>/* <a href='#L2729'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2838'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2774 src/editor/edit.c' /> */</em>
<a id='L2775' name='L2775'></a>2775 <em class='brace'>{</em>
<a id='L2776' name='L2776'></a>2776 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L2777' name='L2777'></a>2777 <strong class='reserved'>long</strong> <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>;
<a id='L2778' name='L2778'></a>2778
<a id='L2779' name='L2779'></a>2779 <strong class='reserved'>if</strong> (<a href='../Y/upto.html' title='Multiple used in 12 places.'>upto</a> != 0)
<a id='L2780' name='L2780'></a>2780 <em class='brace'>{</em>
<a id='L2781' name='L2781'></a>2781 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/upto.html' title='Multiple used in 12 places.'>upto</a>;
<a id='L2782' name='L2782'></a>2782 <a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> = -10;
<a id='L2783' name='L2783'></a>2783 <em class='brace'>}</em>
<a id='L2784' name='L2784'></a>2784 <strong class='reserved'>else</strong>
<a id='L2785' name='L2785'></a>2785 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> + 2;
<a id='L2786' name='L2786'></a>2786
<a id='L2787' name='L2787'></a>2787 <strong class='reserved'>for</strong> (<a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> = 0, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> &lt; <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L2788' name='L2788'></a>2788 <em class='brace'>{</em>
<a id='L2789' name='L2789'></a>2789 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>, <a href='../Y/orig_c.html' title='Multiple used in 3 places.'>orig_c</a>;
<a id='L2790' name='L2790'></a>2790
<a id='L2791' name='L2791'></a>2791 <strong class='reserved'>if</strong> (<a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a> != -10)
<a id='L2792' name='L2792'></a>2792 <em class='brace'>{</em>
<a id='L2793' name='L2793'></a>2793 <strong class='reserved'>if</strong> (<a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> == <a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>)
<a id='L2794' name='L2794'></a>2794 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L2795' name='L2795'></a>2795 <strong class='reserved'>if</strong> (<a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> &gt; <a href='../Y/cols.html' title='Multiple used in 449 places.'>cols</a>)
<a id='L2796' name='L2796'></a>2796 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - 1;
<a id='L2797' name='L2797'></a>2797 <em class='brace'>}</em>
<a id='L2798' name='L2798'></a>2798
<a id='L2799' name='L2799'></a>2799 <a href='../Y/orig_c.html' title='Multiple used in 3 places.'>orig_c</a> = <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L2800' name='L2800'></a>2800
<a id='L2801' name='L2801'></a>2801 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)
<a id='L2802' name='L2802'></a>2802 <em class='brace'>{</em>
<a id='L2803' name='L2803'></a>2803 <strong class='reserved'>int</strong> <a href='../Y/utf_ch.html' title='Multiple used in 4 places.'>utf_ch</a>;
<a id='L2804' name='L2804'></a>2804 <strong class='reserved'>int</strong> <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L2805' name='L2805'></a>2805
<a id='L2806' name='L2806'></a>2806 <a href='../Y/utf_ch.html' title='Multiple used in 4 places.'>utf_ch</a> = <a href='../S/src--editor--editbuffer.c.html#L211' title='Defined at 211 in src/editor/editbuffer.c.'>edit_buffer_get_utf</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, &amp;<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>);
<a id='L2807' name='L2807'></a>2807 <strong class='reserved'>if</strong> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/utf8_display.html' title='Multiple used in 45 places.'>utf8_display</a>)
<a id='L2808' name='L2808'></a>2808 <em class='brace'>{</em>
<a id='L2809' name='L2809'></a>2809 <strong class='reserved'>if</strong> (<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> &gt; 1)
<a id='L2810' name='L2810'></a>2810 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> -= <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> - 1;
<a id='L2811' name='L2811'></a>2811 <strong class='reserved'>if</strong> (<a href='../Y/g_unichar_iswide.html' title='Multiple used in 12 places.'>g_unichar_iswide</a> (<a href='../Y/utf_ch.html' title='Multiple used in 4 places.'>utf_ch</a>))
<a id='L2812' name='L2812'></a>2812 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>++;
<a id='L2813' name='L2813'></a>2813 <em class='brace'>}</em>
<a id='L2814' name='L2814'></a>2814 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> &gt; 1 &amp;&amp; <a href='../Y/g_unichar_isprint.html' title='Multiple used in 13 places.'>g_unichar_isprint</a> (<a href='../Y/utf_ch.html' title='Multiple used in 4 places.'>utf_ch</a>))
<a id='L2815' name='L2815'></a>2815 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> -= <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> - 1;
<a id='L2816' name='L2816'></a>2816 <em class='brace'>}</em>
<a id='L2817' name='L2817'></a>2817
<a id='L2818' name='L2818'></a>2818 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/lib--charsets.h.html#L70' title='Defined at 70 in lib/charsets.h.'>convert_to_display_c</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L2819' name='L2819'></a>2819
<a id='L2820' name='L2820'></a>2820 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L2821' name='L2821'></a>2821 <strong class='reserved'>return</strong> (<a href='../Y/upto.html' title='Multiple used in 12 places.'>upto</a> != 0 ? (<a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>) <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> : <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L2822' name='L2822'></a>2822 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\t')
<a id='L2823' name='L2823'></a>2823 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> += <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a> - <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> % <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a>;
<a id='L2824' name='L2824'></a>2824 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> ((<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> &lt; 32 || <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == 127) &amp;&amp; (<a href='../Y/orig_c.html' title='Multiple used in 3 places.'>orig_c</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> || (!<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/utf8_display.html' title='Multiple used in 45 places.'>utf8_display</a> &amp;&amp; !<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)))
<a id='L2825' name='L2825'></a>2825 <em class='comment'>// '\r' is shown as ^M, so we must advance 2 characters</em>
<a id='L2826' name='L2826'></a>2826 <em class='comment'>// Caret notation for control characters</em>
<a id='L2827' name='L2827'></a>2827 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a> += 2;
<a id='L2828' name='L2828'></a>2828 <strong class='reserved'>else</strong>
<a id='L2829' name='L2829'></a>2829 <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>++;
<a id='L2830' name='L2830'></a>2830 <em class='brace'>}</em>
<a id='L2831' name='L2831'></a>2831 <strong class='reserved'>return</strong> (<a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>) <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>;
<a id='L2832' name='L2832'></a>2832 <em class='brace'>}</em>
<a id='L2833' name='L2833'></a>2833
<a id='L2834' name='L2834'></a>2834 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2835' name='L2835'></a>2835 <em class='comment'>/** returns the current offset of the cursor from the beginning of a file */</em>
<a id='L2836' name='L2836'></a>2836
<a id='L2837' name='L2837'></a>2837 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L2838' name='L2838'></a>2838 <a href='../R/edit_get_cursor_offset.html' title='Multiple referred from 2 places.'>edit_get_cursor_offset</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2774'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2847'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2838 src/editor/edit.c' /> */</em>
<a id='L2839' name='L2839'></a>2839 <em class='brace'>{</em>
<a id='L2840' name='L2840'></a>2840 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L2841' name='L2841'></a>2841 <em class='brace'>}</em>
<a id='L2842' name='L2842'></a>2842
<a id='L2843' name='L2843'></a>2843 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2844' name='L2844'></a>2844 <em class='comment'>/** returns the current column position of the cursor */</em>
<a id='L2845' name='L2845'></a>2845
<a id='L2846' name='L2846'></a>2846 <strong class='reserved'>long</strong>
<a id='L2847' name='L2847'></a>2847 <a href='../R/edit_get_col.html' title='Multiple referred from 15 places.'>edit_get_col</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2838'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2860'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2847 src/editor/edit.c' /> */</em>
<a id='L2848' name='L2848'></a>2848 <em class='brace'>{</em>
<a id='L2849' name='L2849'></a>2849 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L2850' name='L2850'></a>2850
<a id='L2851' name='L2851'></a>2851 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2852' name='L2852'></a>2852 <strong class='reserved'>return</strong> (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L2853' name='L2853'></a>2853 <em class='brace'>}</em>
<a id='L2854' name='L2854'></a>2854
<a id='L2855' name='L2855'></a>2855 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2856' name='L2856'></a>2856 <em class='comment'>/* Scrolling functions */</em>
<a id='L2857' name='L2857'></a>2857 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2858' name='L2858'></a>2858
<a id='L2859' name='L2859'></a>2859 <strong class='reserved'>void</strong>
<a id='L2860' name='L2860'></a>2860 <a href='../R/edit_update_curs_row.html' title='Multiple referred from 14 places.'>edit_update_curs_row</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2847'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2868'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2860 src/editor/edit.c' /> */</em>
<a id='L2861' name='L2861'></a>2861 <em class='brace'>{</em>
<a id='L2862' name='L2862'></a>2862 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_row.html' title='Multiple used in 33 places.'>curs_row</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>;
<a id='L2863' name='L2863'></a>2863 <em class='brace'>}</em>
<a id='L2864' name='L2864'></a>2864
<a id='L2865' name='L2865'></a>2865 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2866' name='L2866'></a>2866
<a id='L2867' name='L2867'></a>2867 <strong class='reserved'>void</strong>
<a id='L2868' name='L2868'></a>2868 <a href='../R/edit_update_curs_col.html' title='Multiple referred from 10 places.'>edit_update_curs_col</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2860'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2879'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2868 src/editor/edit.c' /> */</em>
<a id='L2869' name='L2869'></a>2869 <em class='brace'>{</em>
<a id='L2870' name='L2870'></a>2870 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L2871' name='L2871'></a>2871
<a id='L2872' name='L2872'></a>2872 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2873' name='L2873'></a>2873 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> = (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L2874' name='L2874'></a>2874 <em class='brace'>}</em>
<a id='L2875' name='L2875'></a>2875
<a id='L2876' name='L2876'></a>2876 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2877' name='L2877'></a>2877
<a id='L2878' name='L2878'></a>2878 <strong class='reserved'>long</strong>
<a id='L2879' name='L2879'></a>2879 <a href='../R/edit_get_curs_col.html' title='Multiple referred from 2 places.'>edit_get_curs_col</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L2868'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2888'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2879 src/editor/edit.c' /> */</em>
<a id='L2880' name='L2880'></a>2880 <em class='brace'>{</em>
<a id='L2881' name='L2881'></a>2881 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>;
<a id='L2882' name='L2882'></a>2882 <em class='brace'>}</em>
<a id='L2883' name='L2883'></a>2883
<a id='L2884' name='L2884'></a>2884 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2885' name='L2885'></a>2885 <em class='comment'>/** moves the display start position up by i lines */</em>
<a id='L2886' name='L2886'></a>2886
<a id='L2887' name='L2887'></a>2887 <strong class='reserved'>void</strong>
<a id='L2888' name='L2888'></a>2888 <a href='../R/edit_scroll_upward.html' title='Multiple referred from 6 places.'>edit_scroll_upward</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<em class='comment'>/* <a href='#L2879'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2908'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2888 src/editor/edit.c' /> */</em>
<a id='L2889' name='L2889'></a>2889 <em class='brace'>{</em>
<a id='L2890' name='L2890'></a>2890 <strong class='reserved'>long</strong> <a href='../Y/lines_above.html' title='Multiple used in 3 places.'>lines_above</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>;
<a id='L2891' name='L2891'></a>2891
<a id='L2892' name='L2892'></a>2892 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt; <a href='../Y/lines_above.html' title='Multiple used in 3 places.'>lines_above</a>)
<a id='L2893' name='L2893'></a>2893 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/lines_above.html' title='Multiple used in 3 places.'>lines_above</a>;
<a id='L2894' name='L2894'></a>2894 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0)
<a id='L2895' name='L2895'></a>2895 <em class='brace'>{</em>
<a id='L2896' name='L2896'></a>2896 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> -= <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2897' name='L2897'></a>2897 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> =
<a id='L2898' name='L2898'></a>2898 <a href='../S/src--editor--editbuffer.c.html#L670' title='Defined at 670 in src/editor/editbuffer.c.'>edit_buffer_get_backward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
<a id='L2899' name='L2899'></a>2899 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L2900' name='L2900'></a>2900 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;= (0xfff - <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>);
<a id='L2901' name='L2901'></a>2901 <em class='brace'>}</em>
<a id='L2902' name='L2902'></a>2902 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2903' name='L2903'></a>2903 <em class='brace'>}</em>
<a id='L2904' name='L2904'></a>2904
<a id='L2905' name='L2905'></a>2905 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2906' name='L2906'></a>2906
<a id='L2907' name='L2907'></a>2907 <strong class='reserved'>void</strong>
<a id='L2908' name='L2908'></a>2908 <a href='../R/edit_scroll_downward.html' title='Multiple referred from 5 places.'>edit_scroll_downward</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<em class='comment'>/* <a href='#L2888'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2929'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2908 src/editor/edit.c' /> */</em>
<a id='L2909' name='L2909'></a>2909 <em class='brace'>{</em>
<a id='L2910' name='L2910'></a>2910 <strong class='reserved'>long</strong> <a href='../Y/lines_below.html' title='Multiple used in 5 places.'>lines_below</a>;
<a id='L2911' name='L2911'></a>2911
<a id='L2912' name='L2912'></a>2912 <a href='../Y/lines_below.html' title='Multiple used in 5 places.'>lines_below</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> - (<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - 1);
<a id='L2913' name='L2913'></a>2913 <strong class='reserved'>if</strong> (<a href='../Y/lines_below.html' title='Multiple used in 5 places.'>lines_below</a> &gt; 0)
<a id='L2914' name='L2914'></a>2914 <em class='brace'>{</em>
<a id='L2915' name='L2915'></a>2915 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt; <a href='../Y/lines_below.html' title='Multiple used in 5 places.'>lines_below</a>)
<a id='L2916' name='L2916'></a>2916 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/lines_below.html' title='Multiple used in 5 places.'>lines_below</a>;
<a id='L2917' name='L2917'></a>2917 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> += <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2918' name='L2918'></a>2918 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a> =
<a id='L2919' name='L2919'></a>2919 <a href='../S/src--editor--editbuffer.c.html#L638' title='Defined at 638 in src/editor/editbuffer.c.'>edit_buffer_get_forward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, 0);
<a id='L2920' name='L2920'></a>2920 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L2921' name='L2921'></a>2921 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;= (0xfff - <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>);
<a id='L2922' name='L2922'></a>2922 <em class='brace'>}</em>
<a id='L2923' name='L2923'></a>2923 <a href='../S/src--editor--edit.c.html#L2860' title='Defined at 2860 in src/editor/edit.c.'>edit_update_curs_row</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2924' name='L2924'></a>2924 <em class='brace'>}</em>
<a id='L2925' name='L2925'></a>2925
<a id='L2926' name='L2926'></a>2926 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2927' name='L2927'></a>2927
<a id='L2928' name='L2928'></a>2928 <strong class='reserved'>void</strong>
<a id='L2929' name='L2929'></a>2929 <a href='../R/edit_scroll_right.html' title='Multiple referred from 2 places.'>edit_scroll_right</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<em class='comment'>/* <a href='#L2908'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2939'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2929 src/editor/edit.c' /> */</em>
<a id='L2930' name='L2930'></a>2930 <em class='brace'>{</em>
<a id='L2931' name='L2931'></a>2931 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L2932' name='L2932'></a>2932 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;= (0xfff - <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>);
<a id='L2933' name='L2933'></a>2933 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_col.html' title='Multiple used in 30 places.'>start_col</a> -= <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2934' name='L2934'></a>2934 <em class='brace'>}</em>
<a id='L2935' name='L2935'></a>2935
<a id='L2936' name='L2936'></a>2936 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2937' name='L2937'></a>2937
<a id='L2938' name='L2938'></a>2938 <strong class='reserved'>void</strong>
<a id='L2939' name='L2939'></a>2939 <a href='../R/edit_scroll_left.html' title='Multiple referred from 3 places.'>edit_scroll_left</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<em class='comment'>/* <a href='#L2929'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2956'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2939 src/editor/edit.c' /> */</em>
<a id='L2940' name='L2940'></a>2940 <em class='brace'>{</em>
<a id='L2941' name='L2941'></a>2941 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_col.html' title='Multiple used in 30 places.'>start_col</a>)
<a id='L2942' name='L2942'></a>2942 <em class='brace'>{</em>
<a id='L2943' name='L2943'></a>2943 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_col.html' title='Multiple used in 30 places.'>start_col</a> += <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L2944' name='L2944'></a>2944 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_col.html' title='Multiple used in 30 places.'>start_col</a> &gt; 0)
<a id='L2945' name='L2945'></a>2945 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_col.html' title='Multiple used in 30 places.'>start_col</a> = 0;
<a id='L2946' name='L2946'></a>2946 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L2947' name='L2947'></a>2947 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;= (0xfff - <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>);
<a id='L2948' name='L2948'></a>2948 <em class='brace'>}</em>
<a id='L2949' name='L2949'></a>2949 <em class='brace'>}</em>
<a id='L2950' name='L2950'></a>2950
<a id='L2951' name='L2951'></a>2951 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2952' name='L2952'></a>2952 <em class='comment'>/* high level cursor movement commands */</em>
<a id='L2953' name='L2953'></a>2953 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L2954' name='L2954'></a>2954
<a id='L2955' name='L2955'></a>2955 <strong class='reserved'>void</strong>
<a id='L2956' name='L2956'></a>2956 <a href='../R/edit_move_to_prev_col.html' title='Multiple referred from 6 places.'>edit_move_to_prev_col</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)
<em class='comment'>/* <a href='#L2939'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3025'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+2956 src/editor/edit.c' /> */</em>
<a id='L2957' name='L2957'></a>2957 <em class='brace'>{</em>
<a id='L2958' name='L2958'></a>2958 <strong class='reserved'>long</strong> <a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a>;
<a id='L2959' name='L2959'></a>2959 <strong class='reserved'>long</strong> <a href='../Y/over.html' title='Multiple used in 3 places.'>over</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>;
<a id='L2960' name='L2960'></a>2960 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L2961' name='L2961'></a>2961
<a id='L2962' name='L2962'></a>2962 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>,
<a id='L2963' name='L2963'></a>2963 <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>, 0) - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L2964' name='L2964'></a>2964
<a id='L2965' name='L2965'></a>2965 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a>)
<a id='L2966' name='L2966'></a>2966 <em class='brace'>{</em>
<a id='L2967' name='L2967'></a>2967 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>;
<a id='L2968' name='L2968'></a>2968 <strong class='reserved'>long</strong> <a href='../Y/line_len.html' title='Multiple used in 11 places.'>line_len</a>;
<a id='L2969' name='L2969'></a>2969
<a id='L2970' name='L2970'></a>2970 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2971' name='L2971'></a>2971 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> = <a href='../S/src--editor--editbuffer.h.html#L107' title='Defined at 107 in src/editor/editbuffer.h.'>edit_buffer_get_current_eol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L2972' name='L2972'></a>2972 <a href='../Y/line_len.html' title='Multiple used in 11 places.'>line_len</a> = (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0, <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>);
<a id='L2973' name='L2973'></a>2973 <strong class='reserved'>if</strong> (<a href='../Y/line_len.html' title='Multiple used in 11 places.'>line_len</a> &lt; <a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>)
<a id='L2974' name='L2974'></a>2974 <em class='brace'>{</em>
<a id='L2975' name='L2975'></a>2975 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = <a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> + <a href='../Y/over.html' title='Multiple used in 3 places.'>over</a> - <a href='../Y/line_len.html' title='Multiple used in 11 places.'>line_len</a>;
<a id='L2976' name='L2976'></a>2976 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../Y/line_len.html' title='Multiple used in 11 places.'>line_len</a>;
<a id='L2977' name='L2977'></a>2977 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> = <a href='../Y/line_len.html' title='Multiple used in 11 places.'>line_len</a>;
<a id='L2978' name='L2978'></a>2978 <em class='brace'>}</em>
<a id='L2979' name='L2979'></a>2979 <strong class='reserved'>else</strong>
<a id='L2980' name='L2980'></a>2980 <em class='brace'>{</em>
<a id='L2981' name='L2981'></a>2981 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> = <a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> + <a href='../Y/over.html' title='Multiple used in 3 places.'>over</a>;
<a id='L2982' name='L2982'></a>2982 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>;
<a id='L2983' name='L2983'></a>2983 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L2984' name='L2984'></a>2984 <em class='brace'>}</em>
<a id='L2985' name='L2985'></a>2985 <em class='brace'>}</em>
<a id='L2986' name='L2986'></a>2986 <strong class='reserved'>else</strong>
<a id='L2987' name='L2987'></a>2987 <em class='brace'>{</em>
<a id='L2988' name='L2988'></a>2988 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L2989' name='L2989'></a>2989 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
<a id='L2990' name='L2990'></a>2990 <em class='brace'>{</em>
<a id='L2991' name='L2991'></a>2991 <strong class='reserved'>long</strong> <a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a>;
<a id='L2992' name='L2992'></a>2992
<a id='L2993' name='L2993'></a>2993 <a href='../S/src--editor--edit.c.html#L2868' title='Defined at 2868 in src/editor/edit.c.'>edit_update_curs_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L2994' name='L2994'></a>2994
<a id='L2995' name='L2995'></a>2995 <a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> = <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a> * <a href='../S/src--editor--edit.c.html#L120' title='Defined at 120 in src/editor/edit.c.'>space_width</a>;
<a id='L2996' name='L2996'></a>2996 <strong class='reserved'>if</strong> (<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> != 0 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> % <a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> != 0)
<a id='L2997' name='L2997'></a>2997 <em class='brace'>{</em>
<a id='L2998' name='L2998'></a>2998 <strong class='reserved'>long</strong> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
<a id='L2999' name='L2999'></a>2999
<a id='L3000' name='L3000'></a>3000 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>;
<a id='L3001' name='L3001'></a>3001 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> -= (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> % <a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a>);
<a id='L3002' name='L3002'></a>3002 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L3003' name='L3003'></a>3003 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>, 0);
<a id='L3004' name='L3004'></a>3004 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L3005' name='L3005'></a>3005 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--edit.c.html#L1387' title='Defined at 1387 in src/editor/edit.c.'>left_of_four_spaces</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L3006' name='L3006'></a>3006 <em class='brace'>{</em>
<a id='L3007' name='L3007'></a>3007 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, 0);
<a id='L3008' name='L3008'></a>3008 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L3009' name='L3009'></a>3009 <em class='brace'>}</em>
<a id='L3010' name='L3010'></a>3010 <em class='brace'>}</em>
<a id='L3011' name='L3011'></a>3011 <em class='brace'>}</em>
<a id='L3012' name='L3012'></a>3012 <em class='brace'>}</em>
<a id='L3013' name='L3013'></a>3013 <em class='brace'>}</em>
<a id='L3014' name='L3014'></a>3014
<a id='L3015' name='L3015'></a>3015 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3016' name='L3016'></a>3016 <em class='comment'>/** check whether line in editor is blank or not</em>
<a id='L3017' name='L3017'></a>3017 <em class='comment'> *</em>
<a id='L3018' name='L3018'></a>3018 <em class='comment'> * @param edit editor object</em>
<a id='L3019' name='L3019'></a>3019 <em class='comment'> * @param line number of line</em>
<a id='L3020' name='L3020'></a>3020 <em class='comment'> *</em>
<a id='L3021' name='L3021'></a>3021 <em class='comment'> * @return TRUE if line in blank, FALSE otherwise</em>
<a id='L3022' name='L3022'></a>3022 <em class='comment'> */</em>
<a id='L3023' name='L3023'></a>3023
<a id='L3024' name='L3024'></a>3024 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L3025' name='L3025'></a>3025 <a href='../R/edit_line_is_blank.html' title='Multiple referred from 15 places.'>edit_line_is_blank</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <a href='#L2956'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3034'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3025 src/editor/edit.c' /> */</em>
<a id='L3026' name='L3026'></a>3026 <em class='brace'>{</em>
<a id='L3027' name='L3027'></a>3027 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit.c.html#L666' title='Defined at 666 in src/editor/edit.c.'>is_blank</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/src--editor--edit.c.html#L687' title='Defined at 687 in src/editor/edit.c.'>edit_find_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>));
<a id='L3028' name='L3028'></a>3028 <em class='brace'>}</em>
<a id='L3029' name='L3029'></a>3029
<a id='L3030' name='L3030'></a>3030 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3031' name='L3031'></a>3031 <em class='comment'>/** move cursor to line 'line' */</em>
<a id='L3032' name='L3032'></a>3032
<a id='L3033' name='L3033'></a>3033 <strong class='reserved'>void</strong>
<a id='L3034' name='L3034'></a>3034 <a href='../R/edit_move_to_line.html' title='Multiple referred from 7 places.'>edit_move_to_line</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <a href='#L3025'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3047'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3034 src/editor/edit.c' /> */</em>
<a id='L3035' name='L3035'></a>3035 <em class='brace'>{</em>
<a id='L3036' name='L3036'></a>3036 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt; <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>)
<a id='L3037' name='L3037'></a>3037 <a href='../S/src--editor--edit.c.html#L4111' title='Defined at 4111 in src/editor/edit.c.'>edit_move_up</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3038' name='L3038'></a>3038 <strong class='reserved'>else</strong>
<a id='L3039' name='L3039'></a>3039 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3040' name='L3040'></a>3040 <a href='../S/src--editor--editdraw.c.html#L1037' title='Defined at 1037 in src/editor/editdraw.c.'>edit_scroll_screen_over_cursor</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>);
<a id='L3041' name='L3041'></a>3041 <em class='brace'>}</em>
<a id='L3042' name='L3042'></a>3042
<a id='L3043' name='L3043'></a>3043 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3044' name='L3044'></a>3044 <em class='comment'>/** scroll window so that first visible line is 'line' */</em>
<a id='L3045' name='L3045'></a>3045
<a id='L3046' name='L3046'></a>3046 <strong class='reserved'>void</strong>
<a id='L3047' name='L3047'></a>3047 <a href='../R/edit_move_display.html' title='Multiple referred from 6 places.'>edit_move_display</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <a href='#L3034'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3059'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3047 src/editor/edit.c' /> */</em>
<a id='L3048' name='L3048'></a>3048 <em class='brace'>{</em>
<a id='L3049' name='L3049'></a>3049 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt; <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>)
<a id='L3050' name='L3050'></a>3050 <a href='../S/src--editor--edit.c.html#L2888' title='Defined at 2888 in src/editor/edit.c.'>edit_scroll_upward</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> - <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L3051' name='L3051'></a>3051 <strong class='reserved'>else</strong>
<a id='L3052' name='L3052'></a>3052 <a href='../S/src--editor--edit.c.html#L2908' title='Defined at 2908 in src/editor/edit.c.'>edit_scroll_downward</a> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>);
<a id='L3053' name='L3053'></a>3053 <em class='brace'>}</em>
<a id='L3054' name='L3054'></a>3054
<a id='L3055' name='L3055'></a>3055 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3056' name='L3056'></a>3056 <em class='comment'>/** save markers onto undo stack */</em>
<a id='L3057' name='L3057'></a>3057
<a id='L3058' name='L3058'></a>3058 <strong class='reserved'>void</strong>
<a id='L3059' name='L3059'></a>3059 <a href='../R/edit_push_markers.html' title='Multiple referred from 9 places.'>edit_push_markers</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L3047'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3069'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3059 src/editor/edit.c' /> */</em>
<a id='L3060' name='L3060'></a>3060 <em class='brace'>{</em>
<a id='L3061' name='L3061'></a>3061 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L59' title='Defined at 59 in src/editor/edit-impl.h.'>MARK_1</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>);
<a id='L3062' name='L3062'></a>3062 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L60' title='Defined at 60 in src/editor/edit-impl.h.'>MARK_2</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L3063' name='L3063'></a>3063 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L61' title='Defined at 61 in src/editor/edit-impl.h.'>MARK_CURS</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>);
<a id='L3064' name='L3064'></a>3064 <em class='brace'>}</em>
<a id='L3065' name='L3065'></a>3065
<a id='L3066' name='L3066'></a>3066 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3067' name='L3067'></a>3067
<a id='L3068' name='L3068'></a>3068 <strong class='reserved'>void</strong>
<a id='L3069' name='L3069'></a>3069 <a href='../R/edit_set_markers.html' title='Multiple referred from 14 places.'>edit_set_markers</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/m1.html' title='Multiple used in 33 places.'>m1</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/m2.html' title='Multiple used in 30 places.'>m2</a>, <strong class='reserved'>long</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <strong class='reserved'>long</strong> <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)
<em class='comment'>/* <a href='#L3059'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3085'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3069 src/editor/edit.c' /> */</em>
<a id='L3070' name='L3070'></a>3070 <em class='brace'>{</em>
<a id='L3071' name='L3071'></a>3071 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> = <a href='../Y/m1.html' title='Multiple used in 33 places.'>m1</a>;
<a id='L3072' name='L3072'></a>3072 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> = <a href='../Y/m2.html' title='Multiple used in 30 places.'>m2</a>;
<a id='L3073' name='L3073'></a>3073 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> = <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>;
<a id='L3074' name='L3074'></a>3074 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a> = <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L3075' name='L3075'></a>3075 <em class='brace'>}</em>
<a id='L3076' name='L3076'></a>3076
<a id='L3077' name='L3077'></a>3077 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3078' name='L3078'></a>3078 <em class='comment'>/**</em>
<a id='L3079' name='L3079'></a>3079 <em class='comment'> if mark2 is -1 then marking is from mark1 to the cursor.</em>
<a id='L3080' name='L3080'></a>3080 <em class='comment'> Otherwise its between the markers. This handles this.</em>
<a id='L3081' name='L3081'></a>3081 <em class='comment'> Returns FALSE if no text is marked.</em>
<a id='L3082' name='L3082'></a>3082 <em class='comment'> */</em>
<a id='L3083' name='L3083'></a>3083
<a id='L3084' name='L3084'></a>3084 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L3085' name='L3085'></a>3085 <a href='../R/eval_marks.html' title='Multiple referred from 15 places.'>eval_marks</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>)
<em class='comment'>/* <a href='#L3069'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3147'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3085 src/editor/edit.c' /> */</em>
<a id='L3086' name='L3086'></a>3086 <em class='brace'>{</em>
<a id='L3087' name='L3087'></a>3087 <strong class='reserved'>long</strong> <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>;
<a id='L3088' name='L3088'></a>3088
<a id='L3089' name='L3089'></a>3089 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3090' name='L3090'></a>3090 <em class='brace'>{</em>
<a id='L3091' name='L3091'></a>3091 *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> = *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> = 0;
<a id='L3092' name='L3092'></a>3092 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> = 0;
<a id='L3093' name='L3093'></a>3093 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L3094' name='L3094'></a>3094 <em class='brace'>}</em>
<a id='L3095' name='L3095'></a>3095
<a id='L3096' name='L3096'></a>3096 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> &lt; 0)
<a id='L3097' name='L3097'></a>3097 <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L3098' name='L3098'></a>3098 <strong class='reserved'>else</strong>
<a id='L3099' name='L3099'></a>3099 <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>;
<a id='L3100' name='L3100'></a>3100
<a id='L3101' name='L3101'></a>3101 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= 0)
<a id='L3102' name='L3102'></a>3102 <em class='brace'>{</em>
<a id='L3103' name='L3103'></a>3103 *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L3104' name='L3104'></a>3104 *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>);
<a id='L3105' name='L3105'></a>3105 <em class='brace'>}</em>
<a id='L3106' name='L3106'></a>3106 <strong class='reserved'>else</strong>
<a id='L3107' name='L3107'></a>3107 <em class='brace'>{</em>
<a id='L3108' name='L3108'></a>3108 *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>);
<a id='L3109' name='L3109'></a>3109 *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>);
<a id='L3110' name='L3110'></a>3110 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>;
<a id='L3111' name='L3111'></a>3111 <em class='brace'>}</em>
<a id='L3112' name='L3112'></a>3112
<a id='L3113' name='L3113'></a>3113 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0
<a id='L3114' name='L3114'></a>3114 &amp;&amp; ((<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> &gt; <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>)
<a id='L3115' name='L3115'></a>3115 || (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> &lt; <a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>)))
<a id='L3116' name='L3116'></a>3116 <em class='brace'>{</em>
<a id='L3117' name='L3117'></a>3117 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>, <a href='../Y/start_eol.html' title='Multiple used in 3 places.'>start_eol</a>;
<a id='L3118' name='L3118'></a>3118 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/end_bol.html' title='Multiple used in 4 places.'>end_bol</a>, <a href='../Y/end_eol.html' title='Multiple used in 3 places.'>end_eol</a>;
<a id='L3119' name='L3119'></a>3119 <strong class='reserved'>long</strong> <a href='../Y/col1.html' title='Multiple used in 12 places.'>col1</a>, <a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a>;
<a id='L3120' name='L3120'></a>3120 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/diff1.html' title='Multiple used in 3 places.'>diff1</a>, <a href='../Y/diff2.html' title='Multiple used in 3 places.'>diff2</a>;
<a id='L3121' name='L3121'></a>3121
<a id='L3122' name='L3122'></a>3122 <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>);
<a id='L3123' name='L3123'></a>3123 <a href='../Y/start_eol.html' title='Multiple used in 3 places.'>start_eol</a> = <a href='../S/src--editor--editbuffer.c.html#L371' title='Defined at 371 in src/editor/editbuffer.c.'>edit_buffer_get_eol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a> - 1) + 1;
<a id='L3124' name='L3124'></a>3124 <a href='../Y/end_bol.html' title='Multiple used in 4 places.'>end_bol</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
<a id='L3125' name='L3125'></a>3125 <a href='../Y/end_eol.html' title='Multiple used in 3 places.'>end_eol</a> = <a href='../S/src--editor--editbuffer.c.html#L371' title='Defined at 371 in src/editor/editbuffer.c.'>edit_buffer_get_eol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
<a id='L3126' name='L3126'></a>3126 <a href='../Y/col1.html' title='Multiple used in 12 places.'>col1</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>);
<a id='L3127' name='L3127'></a>3127 <a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>);
<a id='L3128' name='L3128'></a>3128
<a id='L3129' name='L3129'></a>3129 <a href='../Y/diff1.html' title='Multiple used in 3 places.'>diff1</a> = <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>, <a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a>, 0)
<a id='L3130' name='L3130'></a>3130 - <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/start_bol.html' title='Multiple used in 11 places.'>start_bol</a>, <a href='../Y/col1.html' title='Multiple used in 12 places.'>col1</a>, 0);
<a id='L3131' name='L3131'></a>3131 <a href='../Y/diff2.html' title='Multiple used in 3 places.'>diff2</a> = <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/end_bol.html' title='Multiple used in 4 places.'>end_bol</a>, <a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a>, 0)
<a id='L3132' name='L3132'></a>3132 - <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/end_bol.html' title='Multiple used in 4 places.'>end_bol</a>, <a href='../Y/col1.html' title='Multiple used in 12 places.'>col1</a>, 0);
<a id='L3133' name='L3133'></a>3133
<a id='L3134' name='L3134'></a>3134 *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> -= <a href='../Y/diff1.html' title='Multiple used in 3 places.'>diff1</a>;
<a id='L3135' name='L3135'></a>3135 *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> += <a href='../Y/diff2.html' title='Multiple used in 3 places.'>diff2</a>;
<a id='L3136' name='L3136'></a>3136 *<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (*<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, <a href='../Y/start_eol.html' title='Multiple used in 3 places.'>start_eol</a>);
<a id='L3137' name='L3137'></a>3137 *<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (*<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>, <a href='../Y/end_eol.html' title='Multiple used in 3 places.'>end_eol</a>);
<a id='L3138' name='L3138'></a>3138 <em class='brace'>}</em>
<a id='L3139' name='L3139'></a>3139
<a id='L3140' name='L3140'></a>3140 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L3141' name='L3141'></a>3141 <em class='brace'>}</em>
<a id='L3142' name='L3142'></a>3142
<a id='L3143' name='L3143'></a>3143 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3144' name='L3144'></a>3144 <em class='comment'>/** highlight marker toggle */</em>
<a id='L3145' name='L3145'></a>3145
<a id='L3146' name='L3146'></a>3146 <strong class='reserved'>void</strong>
<a id='L3147' name='L3147'></a>3147 <a href='../R/edit_mark_cmd.html' title='Multiple referred from 17 places.'>edit_mark_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/unmark.html' title='Multiple used in 3 places.'>unmark</a>)
<em class='comment'>/* <a href='#L3085'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3174'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3147 src/editor/edit.c' /> */</em>
<a id='L3148' name='L3148'></a>3148 <em class='brace'>{</em>
<a id='L3149' name='L3149'></a>3149 <a href='../S/src--editor--edit.c.html#L3059' title='Defined at 3059 in src/editor/edit.c.'>edit_push_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3150' name='L3150'></a>3150 <strong class='reserved'>if</strong> (<a href='../Y/unmark.html' title='Multiple used in 3 places.'>unmark</a>)
<a id='L3151' name='L3151'></a>3151 <em class='brace'>{</em>
<a id='L3152' name='L3152'></a>3152 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0, 0, 0, 0);
<a id='L3153' name='L3153'></a>3153 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3154' name='L3154'></a>3154 <em class='brace'>}</em>
<a id='L3155' name='L3155'></a>3155 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= 0)
<a id='L3156' name='L3156'></a>3156 <em class='brace'>{</em>
<a id='L3157' name='L3157'></a>3157 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> = -1;
<a id='L3158' name='L3158'></a>3158 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, -1, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>,
<a id='L3159' name='L3159'></a>3159 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>);
<a id='L3160' name='L3160'></a>3160 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3161' name='L3161'></a>3161 <em class='brace'>}</em>
<a id='L3162' name='L3162'></a>3162 <strong class='reserved'>else</strong>
<a id='L3163' name='L3163'></a>3163 <em class='brace'>{</em>
<a id='L3164' name='L3164'></a>3164 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L3165' name='L3165'></a>3165 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a>,
<a id='L3166' name='L3166'></a>3166 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>);
<a id='L3167' name='L3167'></a>3167 <em class='brace'>}</em>
<a id='L3168' name='L3168'></a>3168 <em class='brace'>}</em>
<a id='L3169' name='L3169'></a>3169
<a id='L3170' name='L3170'></a>3170 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3171' name='L3171'></a>3171 <em class='comment'>/** highlight the word under cursor */</em>
<a id='L3172' name='L3172'></a>3172
<a id='L3173' name='L3173'></a>3173 <strong class='reserved'>void</strong>
<a id='L3174' name='L3174'></a>3174 <a href='../R/edit_mark_current_word_cmd.html' title='Multiple referred from 3 places.'>edit_mark_current_word_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L3147'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3210'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3174 src/editor/edit.c' /> */</em>
<a id='L3175' name='L3175'></a>3175 <em class='brace'>{</em>
<a id='L3176' name='L3176'></a>3176 <strong class='reserved'>long</strong> <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>;
<a id='L3177' name='L3177'></a>3177
<a id='L3178' name='L3178'></a>3178 <strong class='reserved'>for</strong> (<a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>; <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> != 0; <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>--)
<a id='L3179' name='L3179'></a>3179 <em class='brace'>{</em>
<a id='L3180' name='L3180'></a>3180 <strong class='reserved'>int</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L3181' name='L3181'></a>3181
<a id='L3182' name='L3182'></a>3182 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>);
<a id='L3183' name='L3183'></a>3183 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> - 1);
<a id='L3184' name='L3184'></a>3184 <strong class='reserved'>if</strong> (!<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp;&amp; <a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>))
<a id='L3185' name='L3185'></a>3185 <strong class='reserved'>break</strong>;
<a id='L3186' name='L3186'></a>3186 <strong class='reserved'>if</strong> ((<a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp; <a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)) == 0)
<a id='L3187' name='L3187'></a>3187 <strong class='reserved'>break</strong>;
<a id='L3188' name='L3188'></a>3188 <em class='brace'>}</em>
<a id='L3189' name='L3189'></a>3189 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> = <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>;
<a id='L3190' name='L3190'></a>3190
<a id='L3191' name='L3191'></a>3191 <strong class='reserved'>for</strong> (; <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>; <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>++)
<a id='L3192' name='L3192'></a>3192 <em class='brace'>{</em>
<a id='L3193' name='L3193'></a>3193 <strong class='reserved'>int</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>;
<a id='L3194' name='L3194'></a>3194
<a id='L3195' name='L3195'></a>3195 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>);
<a id='L3196' name='L3196'></a>3196 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> + 1);
<a id='L3197' name='L3197'></a>3197 <strong class='reserved'>if</strong> (!<a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp;&amp; <a href='../Y/isspace.html' title='Multiple used in 17 places.'>isspace</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>))
<a id='L3198' name='L3198'></a>3198 <strong class='reserved'>break</strong>;
<a id='L3199' name='L3199'></a>3199 <strong class='reserved'>if</strong> ((<a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>) &amp; <a href='../S/src--editor--edit.c.html#L892' title='Defined at 892 in src/editor/edit.c.'>my_type_of</a> (<a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)) == 0)
<a id='L3200' name='L3200'></a>3200 <strong class='reserved'>break</strong>;
<a id='L3201' name='L3201'></a>3201 <em class='brace'>}</em>
<a id='L3202' name='L3202'></a>3202 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a> + 1, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L3203' name='L3203'></a>3203
<a id='L3204' name='L3204'></a>3204 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L27' title='Defined at 27 in src/editor/edit-impl.h.'>REDRAW_LINE_ABOVE</a> | <a href='../S/src--editor--edit-impl.h.html#L29' title='Defined at 29 in src/editor/edit-impl.h.'>REDRAW_AFTER_CURSOR</a>;
<a id='L3205' name='L3205'></a>3205 <em class='brace'>}</em>
<a id='L3206' name='L3206'></a>3206
<a id='L3207' name='L3207'></a>3207 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3208' name='L3208'></a>3208
<a id='L3209' name='L3209'></a>3209 <strong class='reserved'>void</strong>
<a id='L3210' name='L3210'></a>3210 <a href='../R/edit_mark_current_line_cmd.html' title='Multiple referred from 3 places.'>edit_mark_current_line_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L3174'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3221'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3210 src/editor/edit.c' /> */</em>
<a id='L3211' name='L3211'></a>3211 <em class='brace'>{</em>
<a id='L3212' name='L3212'></a>3212 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> = <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L3213' name='L3213'></a>3213 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> = <a href='../S/src--editor--editbuffer.h.html#L107' title='Defined at 107 in src/editor/editbuffer.h.'>edit_buffer_get_current_eol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
<a id='L3214' name='L3214'></a>3214
<a id='L3215' name='L3215'></a>3215 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L27' title='Defined at 27 in src/editor/edit-impl.h.'>REDRAW_LINE_ABOVE</a> | <a href='../S/src--editor--edit-impl.h.html#L29' title='Defined at 29 in src/editor/edit-impl.h.'>REDRAW_AFTER_CURSOR</a>;
<a id='L3216' name='L3216'></a>3216 <em class='brace'>}</em>
<a id='L3217' name='L3217'></a>3217
<a id='L3218' name='L3218'></a>3218 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3219' name='L3219'></a>3219
<a id='L3220' name='L3220'></a>3220 <strong class='reserved'>void</strong>
<a id='L3221' name='L3221'></a>3221 <a href='../R/edit_delete_line.html' title='Multiple referred from 3 places.'>edit_delete_line</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L3210'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3249'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3221 src/editor/edit.c' /> */</em>
<a id='L3222' name='L3222'></a>3222 <em class='brace'>{</em>
<a id='L3223' name='L3223'></a>3223 <em class='comment'>/*</em>
<a id='L3224' name='L3224'></a>3224 <em class='comment'> * Delete right part of the line.</em>
<a id='L3225' name='L3225'></a>3225 <em class='comment'> * Note that edit_buffer_get_byte() returns '\n' when byte position is</em>
<a id='L3226' name='L3226'></a>3226 <em class='comment'> * beyond EOF.</em>
<a id='L3227' name='L3227'></a>3227 <em class='comment'> */</em>
<a id='L3228' name='L3228'></a>3228 <strong class='reserved'>while</strong> (<a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n')
<a id='L3229' name='L3229'></a>3229 (<strong class='reserved'>void</strong>) <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3230' name='L3230'></a>3230
<a id='L3231' name='L3231'></a>3231 <em class='comment'>/*</em>
<a id='L3232' name='L3232'></a>3232 <em class='comment'> * Delete '\n' char.</em>
<a id='L3233' name='L3233'></a>3233 <em class='comment'> * Note that edit_delete() will not corrupt anything if called while</em>
<a id='L3234' name='L3234'></a>3234 <em class='comment'> * cursor position is EOF.</em>
<a id='L3235' name='L3235'></a>3235 <em class='comment'> */</em>
<a id='L3236' name='L3236'></a>3236 (<strong class='reserved'>void</strong>) <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3237' name='L3237'></a>3237
<a id='L3238' name='L3238'></a>3238 <em class='comment'>/*</em>
<a id='L3239' name='L3239'></a>3239 <em class='comment'> * Delete left part of the line.</em>
<a id='L3240' name='L3240'></a>3240 <em class='comment'> * Note, that edit_buffer_get_byte() returns '\n' when byte position is &lt; 0.</em>
<a id='L3241' name='L3241'></a>3241 <em class='comment'> */</em>
<a id='L3242' name='L3242'></a>3242 <strong class='reserved'>while</strong> (<a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n')
<a id='L3243' name='L3243'></a>3243 (<strong class='reserved'>void</strong>) <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3244' name='L3244'></a>3244 <em class='brace'>}</em>
<a id='L3245' name='L3245'></a>3245
<a id='L3246' name='L3246'></a>3246 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3247' name='L3247'></a>3247
<a id='L3248' name='L3248'></a>3248 <strong class='reserved'>void</strong>
<a id='L3249' name='L3249'></a>3249 <a href='../R/edit_push_key_press.html' title='Multiple referred from 4 places.'>edit_push_key_press</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L3221'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3262'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3249 src/editor/edit.c' /> */</em>
<a id='L3250' name='L3250'></a>3250 <em class='brace'>{</em>
<a id='L3251' name='L3251'></a>3251 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L62' title='Defined at 62 in src/editor/edit-impl.h.'>KEY_PRESS</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>);
<a id='L3252' name='L3252'></a>3252 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> == -1)
<a id='L3253' name='L3253'></a>3253 <em class='brace'>{</em>
<a id='L3254' name='L3254'></a>3254 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L59' title='Defined at 59 in src/editor/edit-impl.h.'>MARK_1</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a>);
<a id='L3255' name='L3255'></a>3255 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L61' title='Defined at 61 in src/editor/edit-impl.h.'>MARK_CURS</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/end_mark_curs.html' title='Multiple used in 16 places.'>end_mark_curs</a>);
<a id='L3256' name='L3256'></a>3256 <em class='brace'>}</em>
<a id='L3257' name='L3257'></a>3257 <em class='brace'>}</em>
<a id='L3258' name='L3258'></a>3258
<a id='L3259' name='L3259'></a>3259 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3260' name='L3260'></a>3260
<a id='L3261' name='L3261'></a>3261 <strong class='reserved'>void</strong>
<a id='L3262' name='L3262'></a>3262 <a href='../R/edit_find_bracket.html' title='Multiple referred from 4 places.'>edit_find_bracket</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L3249'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3282'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3262 src/editor/edit.c' /> */</em>
<a id='L3263' name='L3263'></a>3263 <em class='brace'>{</em>
<a id='L3264' name='L3264'></a>3264 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/bracket.html' title='Multiple used in 22 places.'>bracket</a> = <a href='../S/src--editor--edit.c.html#L1521' title='Defined at 1521 in src/editor/edit.c.'>edit_get_bracket</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1, 10000);
<a id='L3265' name='L3265'></a>3265 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_bracket.html' title='Multiple used in 4 places.'>last_bracket</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/bracket.html' title='Multiple used in 22 places.'>bracket</a>)
<a id='L3266' name='L3266'></a>3266 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3267' name='L3267'></a>3267 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/last_bracket.html' title='Multiple used in 4 places.'>last_bracket</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/bracket.html' title='Multiple used in 22 places.'>bracket</a>;
<a id='L3268' name='L3268'></a>3268 <em class='brace'>}</em>
<a id='L3269' name='L3269'></a>3269
<a id='L3270' name='L3270'></a>3270 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3271' name='L3271'></a>3271 <em class='comment'>/**</em>
<a id='L3272' name='L3272'></a>3272 <em class='comment'> * This executes a command as though the user initiated it through a key</em>
<a id='L3273' name='L3273'></a>3273 <em class='comment'> * press. Callback with MSG_KEY as a message calls this after</em>
<a id='L3274' name='L3274'></a>3274 <em class='comment'> * translating the key press. This function can be used to pass any</em>
<a id='L3275' name='L3275'></a>3275 <em class='comment'> * command to the editor. Note that the screen wouldn't update</em>
<a id='L3276' name='L3276'></a>3276 <em class='comment'> * automatically. Either of command or char_for_insertion must be</em>
<a id='L3277' name='L3277'></a>3277 <em class='comment'> * passed as -1. Commands are executed, and char_for_insertion is</em>
<a id='L3278' name='L3278'></a>3278 <em class='comment'> * inserted at the cursor.</em>
<a id='L3279' name='L3279'></a>3279 <em class='comment'> */</em>
<a id='L3280' name='L3280'></a>3280
<a id='L3281' name='L3281'></a>3281 <strong class='reserved'>void</strong>
<a id='L3282' name='L3282'></a>3282 <a href='../R/edit_execute_key_command.html' title='Multiple referred from 6 places.'>edit_execute_key_command</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <strong class='reserved'>int</strong> <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>)
<em class='comment'>/* <a href='#L3262'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L3331'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3282 src/editor/edit.c' /> */</em>
<a id='L3283' name='L3283'></a>3283 <em class='brace'>{</em>
<a id='L3284' name='L3284'></a>3284 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L286' title='Defined at 286 in lib/keybind.h.'>CK_MacroStartRecord</a> || <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L290' title='Defined at 290 in lib/keybind.h.'>CK_RepeatStartRecord</a>
<a id='L3285' name='L3285'></a>3285 || (<a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> &lt; 0
<a id='L3286' name='L3286'></a>3286 &amp;&amp; (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L288' title='Defined at 288 in lib/keybind.h.'>CK_MacroStartStopRecord</a> || <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L292' title='Defined at 292 in lib/keybind.h.'>CK_RepeatStartStopRecord</a>)))
<a id='L3287' name='L3287'></a>3287 <em class='brace'>{</em>
<a id='L3288' name='L3288'></a>3288 <a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> = 0;
<a id='L3289' name='L3289'></a>3289 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a> | <a href='../S/src--editor--edit-impl.h.html#L26' title='Defined at 26 in src/editor/edit-impl.h.'>REDRAW_LINE</a>;
<a id='L3290' name='L3290'></a>3290 <strong class='reserved'>return</strong>;
<a id='L3291' name='L3291'></a>3291 <em class='brace'>}</em>
<a id='L3292' name='L3292'></a>3292 <strong class='reserved'>if</strong> (<a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> != -1)
<a id='L3293' name='L3293'></a>3293 <em class='brace'>{</em>
<a id='L3294' name='L3294'></a>3294 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L34' title='Defined at 34 in src/editor/edit-impl.h.'>REDRAW_COMPLETELY</a>;
<a id='L3295' name='L3295'></a>3295 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L287' title='Defined at 287 in lib/keybind.h.'>CK_MacroStopRecord</a> || <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L288' title='Defined at 288 in lib/keybind.h.'>CK_MacroStartStopRecord</a>)
<a id='L3296' name='L3296'></a>3296 <em class='brace'>{</em>
<a id='L3297' name='L3297'></a>3297 <a href='../S/src--editor--editmacros.c.html#L140' title='Defined at 140 in src/editor/editmacros.c.'>edit_store_macro_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3298' name='L3298'></a>3298 <a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> = -1;
<a id='L3299' name='L3299'></a>3299 <strong class='reserved'>return</strong>;
<a id='L3300' name='L3300'></a>3300 <em class='brace'>}</em>
<a id='L3301' name='L3301'></a>3301 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L291' title='Defined at 291 in lib/keybind.h.'>CK_RepeatStopRecord</a> || <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L292' title='Defined at 292 in lib/keybind.h.'>CK_RepeatStartStopRecord</a>)
<a id='L3302' name='L3302'></a>3302 <em class='brace'>{</em>
<a id='L3303' name='L3303'></a>3303 <a href='../S/src--editor--editmacros.c.html#L332' title='Defined at 332 in src/editor/editmacros.c.'>edit_repeat_macro_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3304' name='L3304'></a>3304 <a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> = -1;
<a id='L3305' name='L3305'></a>3305 <strong class='reserved'>return</strong>;
<a id='L3306' name='L3306'></a>3306 <em class='brace'>}</em>
<a id='L3307' name='L3307'></a>3307 <em class='brace'>}</em>
<a id='L3308' name='L3308'></a>3308
<a id='L3309' name='L3309'></a>3309 <strong class='reserved'>if</strong> (<a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> &gt;= 0 &amp;&amp; <a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a> &lt; <a href='../S/src--setup.h.html#L20' title='Defined at 20 in src/setup.h.'>MAX_MACRO_LENGTH</a> - 1)
<a id='L3310' name='L3310'></a>3310 <em class='brace'>{</em>
<a id='L3311' name='L3311'></a>3311 <a href='../Y/record_macro_buf.html' title='Multiple used in 9 places.'>record_macro_buf</a>[<a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a>].<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> = <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>;
<a id='L3312' name='L3312'></a>3312 <a href='../Y/record_macro_buf.html' title='Multiple used in 9 places.'>record_macro_buf</a>[<a href='../Y/macro_index.html' title='Multiple used in 18 places.'>macro_index</a>++].<a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> = <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>;
<a id='L3313' name='L3313'></a>3313 <em class='brace'>}</em>
<a id='L3314' name='L3314'></a>3314 <em class='comment'>// record the beginning of a set of editing actions initiated by a key press</em>
<a id='L3315' name='L3315'></a>3315 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> != <a href='../S/lib--keybind.h.html#L238' title='Defined at 238 in lib/keybind.h.'>CK_Undo</a> &amp;&amp; <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> != <a href='../S/lib--keybind.h.html#L131' title='Defined at 131 in lib/keybind.h.'>CK_ExtendedKeyMap</a>)
<a id='L3316' name='L3316'></a>3316 <a href='../S/src--editor--edit.c.html#L3249' title='Defined at 3249 in src/editor/edit.c.'>edit_push_key_press</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3317' name='L3317'></a>3317
<a id='L3318' name='L3318'></a>3318 <a href='../S/src--editor--edit.c.html#L3331' title='Defined at 3331 in src/editor/edit.c.'>edit_execute_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>);
<a id='L3319' name='L3319'></a>3319 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3320' name='L3320'></a>3320 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3321' name='L3321'></a>3321 <em class='brace'>}</em>
<a id='L3322' name='L3322'></a>3322
<a id='L3323' name='L3323'></a>3323 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L3324' name='L3324'></a>3324 <em class='comment'>/**</em>
<a id='L3325' name='L3325'></a>3325 <em class='comment'> This executes a command at a lower level than macro recording.</em>
<a id='L3326' name='L3326'></a>3326 <em class='comment'> It also does not push a key_press onto the undo stack. This means</em>
<a id='L3327' name='L3327'></a>3327 <em class='comment'> that if it is called many times, a single undo command will undo</em>
<a id='L3328' name='L3328'></a>3328 <em class='comment'> all of them. It also does not check for the Undo command.</em>
<a id='L3329' name='L3329'></a>3329 <em class='comment'> */</em>
<a id='L3330' name='L3330'></a>3330 <strong class='reserved'>void</strong>
<a id='L3331' name='L3331'></a>3331 <a href='../R/edit_execute_cmd.html' title='Multiple referred from 8 places.'>edit_execute_cmd</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>, <strong class='reserved'>int</strong> <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>)
<em class='comment'>/* <a href='#L3282'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4090'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+3331 src/editor/edit.c' /> */</em>
<a id='L3332' name='L3332'></a>3332 <em class='brace'>{</em>
<a id='L3333' name='L3333'></a>3333 <a href='../D/WRect.html' title='Multiple defined in 2 places.'>WRect</a> *<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = &amp;<a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
<a id='L3334' name='L3334'></a>3334
<a id='L3335' name='L3335'></a>3335 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L296' title='Defined at 296 in lib/keybind.h.'>CK_WindowFullscreen</a>)
<a id='L3336' name='L3336'></a>3336 <em class='brace'>{</em>
<a id='L3337' name='L3337'></a>3337 <a href='../S/src--editor--editwidget.c.html#L1504' title='Defined at 1504 in src/editor/editwidget.c.'>edit_toggle_fullscreen</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3338' name='L3338'></a>3338 <strong class='reserved'>return</strong>;
<a id='L3339' name='L3339'></a>3339 <em class='brace'>}</em>
<a id='L3340' name='L3340'></a>3340
<a id='L3341' name='L3341'></a>3341 <em class='comment'>// handle window state</em>
<a id='L3342' name='L3342'></a>3342 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editwidget.c.html#L1387' title='Defined at 1387 in src/editor/editwidget.c.'>edit_handle_move_resize</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>))
<a id='L3343' name='L3343'></a>3343 <strong class='reserved'>return</strong>;
<a id='L3344' name='L3344'></a>3344
<a id='L3345' name='L3345'></a>3345 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L26' title='Defined at 26 in src/editor/edit-impl.h.'>REDRAW_LINE</a>;
<a id='L3346' name='L3346'></a>3346
<a id='L3347' name='L3347'></a>3347 <em class='comment'>/* The next key press will unhighlight the found string, so update</em>
<a id='L3348' name='L3348'></a>3348 <em class='comment'> * the whole page */</em>
<a id='L3349' name='L3349'></a>3349 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> != 0 || <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3350' name='L3350'></a>3350 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3351' name='L3351'></a>3351
<a id='L3352' name='L3352'></a>3352 <strong class='reserved'>switch</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>)
<a id='L3353' name='L3353'></a>3353 <em class='brace'>{</em>
<a id='L3354' name='L3354'></a>3354 <em class='comment'>// a mark command with shift-arrow</em>
<a id='L3355' name='L3355'></a>3355 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L115' title='Defined at 115 in lib/keybind.h.'>CK_MarkLeft</a>:
<a id='L3356' name='L3356'></a>3356 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L116' title='Defined at 116 in lib/keybind.h.'>CK_MarkRight</a>:
<a id='L3357' name='L3357'></a>3357 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L119' title='Defined at 119 in lib/keybind.h.'>CK_MarkToWordBegin</a>:
<a id='L3358' name='L3358'></a>3358 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L120' title='Defined at 120 in lib/keybind.h.'>CK_MarkToWordEnd</a>:
<a id='L3359' name='L3359'></a>3359 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L121' title='Defined at 121 in lib/keybind.h.'>CK_MarkToHome</a>:
<a id='L3360' name='L3360'></a>3360 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L122' title='Defined at 122 in lib/keybind.h.'>CK_MarkToEnd</a>:
<a id='L3361' name='L3361'></a>3361 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L117' title='Defined at 117 in lib/keybind.h.'>CK_MarkUp</a>:
<a id='L3362' name='L3362'></a>3362 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L118' title='Defined at 118 in lib/keybind.h.'>CK_MarkDown</a>:
<a id='L3363' name='L3363'></a>3363 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L264' title='Defined at 264 in lib/keybind.h.'>CK_MarkPageUp</a>:
<a id='L3364' name='L3364'></a>3364 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L265' title='Defined at 265 in lib/keybind.h.'>CK_MarkPageDown</a>:
<a id='L3365' name='L3365'></a>3365 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L266' title='Defined at 266 in lib/keybind.h.'>CK_MarkToFileBegin</a>:
<a id='L3366' name='L3366'></a>3366 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L267' title='Defined at 267 in lib/keybind.h.'>CK_MarkToFileEnd</a>:
<a id='L3367' name='L3367'></a>3367 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L268' title='Defined at 268 in lib/keybind.h.'>CK_MarkToPageBegin</a>:
<a id='L3368' name='L3368'></a>3368 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L269' title='Defined at 269 in lib/keybind.h.'>CK_MarkToPageEnd</a>:
<a id='L3369' name='L3369'></a>3369 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L270' title='Defined at 270 in lib/keybind.h.'>CK_MarkScrollUp</a>:
<a id='L3370' name='L3370'></a>3370 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L271' title='Defined at 271 in lib/keybind.h.'>CK_MarkScrollDown</a>:
<a id='L3371' name='L3371'></a>3371 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L272' title='Defined at 272 in lib/keybind.h.'>CK_MarkParagraphUp</a>:
<a id='L3372' name='L3372'></a>3372 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L273' title='Defined at 273 in lib/keybind.h.'>CK_MarkParagraphDown</a>:
<a id='L3373' name='L3373'></a>3373 <em class='comment'>// a mark command with alt-arrow</em>
<a id='L3374' name='L3374'></a>3374 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L275' title='Defined at 275 in lib/keybind.h.'>CK_MarkColumnPageUp</a>:
<a id='L3375' name='L3375'></a>3375 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L276' title='Defined at 276 in lib/keybind.h.'>CK_MarkColumnPageDown</a>:
<a id='L3376' name='L3376'></a>3376 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L277' title='Defined at 277 in lib/keybind.h.'>CK_MarkColumnLeft</a>:
<a id='L3377' name='L3377'></a>3377 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L278' title='Defined at 278 in lib/keybind.h.'>CK_MarkColumnRight</a>:
<a id='L3378' name='L3378'></a>3378 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L279' title='Defined at 279 in lib/keybind.h.'>CK_MarkColumnUp</a>:
<a id='L3379' name='L3379'></a>3379 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L280' title='Defined at 280 in lib/keybind.h.'>CK_MarkColumnDown</a>:
<a id='L3380' name='L3380'></a>3380 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L281' title='Defined at 281 in lib/keybind.h.'>CK_MarkColumnScrollUp</a>:
<a id='L3381' name='L3381'></a>3381 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L282' title='Defined at 282 in lib/keybind.h.'>CK_MarkColumnScrollDown</a>:
<a id='L3382' name='L3382'></a>3382 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L283' title='Defined at 283 in lib/keybind.h.'>CK_MarkColumnParagraphUp</a>:
<a id='L3383' name='L3383'></a>3383 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L284' title='Defined at 284 in lib/keybind.h.'>CK_MarkColumnParagraphDown</a>:
<a id='L3384' name='L3384'></a>3384 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3385' name='L3385'></a>3385 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/highlight.html' title='Multiple used in 6 places.'>highlight</a> == 0 || (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> != -1 &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>))
<a id='L3386' name='L3386'></a>3386 <em class='brace'>{</em>
<a id='L3387' name='L3387'></a>3387 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>); <em class='comment'>// clear</em>
<a id='L3388' name='L3388'></a>3388 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>); <em class='comment'>// marking on</em>
<a id='L3389' name='L3389'></a>3389 <em class='brace'>}</em>
<a id='L3390' name='L3390'></a>3390 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/highlight.html' title='Multiple used in 6 places.'>highlight</a> = 1;
<a id='L3391' name='L3391'></a>3391 <strong class='reserved'>break</strong>;
<a id='L3392' name='L3392'></a>3392
<a id='L3393' name='L3393'></a>3393 <em class='comment'>// any other command</em>
<a id='L3394' name='L3394'></a>3394 <strong class='reserved'>default</strong>:
<a id='L3395' name='L3395'></a>3395 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/highlight.html' title='Multiple used in 6 places.'>highlight</a> != 0)
<a id='L3396' name='L3396'></a>3396 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>); <em class='comment'>// clear</em>
<a id='L3397' name='L3397'></a>3397 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/highlight.html' title='Multiple used in 6 places.'>highlight</a> = 0;
<a id='L3398' name='L3398'></a>3398 <em class='brace'>}</em>
<a id='L3399' name='L3399'></a>3399
<a id='L3400' name='L3400'></a>3400 <em class='comment'>// first check for undo</em>
<a id='L3401' name='L3401'></a>3401 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L238' title='Defined at 238 in lib/keybind.h.'>CK_Undo</a>)
<a id='L3402' name='L3402'></a>3402 <em class='brace'>{</em>
<a id='L3403' name='L3403'></a>3403 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_reset.html' title='Multiple used in 6 places.'>redo_stack_reset</a> = 0;
<a id='L3404' name='L3404'></a>3404 <a href='../S/src--editor--edit.c.html#L1322' title='Defined at 1322 in src/editor/edit.c.'>edit_group_undo</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3405' name='L3405'></a>3405 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> = 0;
<a id='L3406' name='L3406'></a>3406 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3407' name='L3407'></a>3407 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L3408' name='L3408'></a>3408 <strong class='reserved'>return</strong>;
<a id='L3409' name='L3409'></a>3409 <em class='brace'>}</em>
<a id='L3410' name='L3410'></a>3410 <em class='comment'>// check for redo</em>
<a id='L3411' name='L3411'></a>3411 <strong class='reserved'>if</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> == <a href='../S/lib--keybind.h.html#L72' title='Defined at 72 in lib/keybind.h.'>CK_Redo</a>)
<a id='L3412' name='L3412'></a>3412 <em class='brace'>{</em>
<a id='L3413' name='L3413'></a>3413 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_reset.html' title='Multiple used in 6 places.'>redo_stack_reset</a> = 0;
<a id='L3414' name='L3414'></a>3414 <a href='../S/src--editor--edit.c.html#L1240' title='Defined at 1240 in src/editor/edit.c.'>edit_do_redo</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3415' name='L3415'></a>3415 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> = 0;
<a id='L3416' name='L3416'></a>3416 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3417' name='L3417'></a>3417 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L3418' name='L3418'></a>3418 <strong class='reserved'>return</strong>;
<a id='L3419' name='L3419'></a>3419 <em class='brace'>}</em>
<a id='L3420' name='L3420'></a>3420
<a id='L3421' name='L3421'></a>3421 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/redo_stack_reset.html' title='Multiple used in 6 places.'>redo_stack_reset</a> = 1;
<a id='L3422' name='L3422'></a>3422
<a id='L3423' name='L3423'></a>3423 <em class='comment'>// An ordinary key press</em>
<a id='L3424' name='L3424'></a>3424 <strong class='reserved'>if</strong> (<a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a> &gt;= 0)
<a id='L3425' name='L3425'></a>3425 <em class='brace'>{</em>
<a id='L3426' name='L3426'></a>3426 <em class='comment'>// if non persistent selection and text selected</em>
<a id='L3427' name='L3427'></a>3427 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3428' name='L3428'></a>3428 <a href='../S/src--editor--editcmd.c.html#L1477' title='Defined at 1477 in src/editor/editcmd.c.'>edit_block_delete_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3429' name='L3429'></a>3429
<a id='L3430' name='L3430'></a>3430 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/overwrite.html' title='Multiple used in 6 places.'>overwrite</a> != 0)
<a id='L3431' name='L3431'></a>3431 <em class='brace'>{</em>
<a id='L3432' name='L3432'></a>3432 <em class='comment'>// remove char only one time, after input first byte, multibyte chars</em>
<a id='L3433' name='L3433'></a>3433 <strong class='reserved'>if</strong> (!<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/utf8_display.html' title='Multiple used in 45 places.'>utf8_display</a> || <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/charpoint.html' title='Multiple used in 38 places.'>charpoint</a> == 0)
<a id='L3434' name='L3434'></a>3434 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editbuffer.h.html#L69' title='Defined at 69 in src/editor/editbuffer.h.'>edit_buffer_get_current_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n')
<a id='L3435' name='L3435'></a>3435 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3436' name='L3436'></a>3436 <em class='brace'>}</em>
<a id='L3437' name='L3437'></a>3437 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3438' name='L3438'></a>3438 <a href='../S/src--editor--edit.c.html#L2601' title='Defined at 2601 in src/editor/edit.c.'>edit_insert_over</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3439' name='L3439'></a>3439 <em class='comment'>/**</em>
<a id='L3440' name='L3440'></a>3440 <em class='comment'> Encode 8-bit input as UTF-8, if display (locale) is *not* UTF-8,</em>
<a id='L3441' name='L3441'></a>3441 <em class='comment'> *but* source encoding *is* set to UTF-8; see ticket #3843 for the details.</em>
<a id='L3442' name='L3442'></a>3442 <em class='comment'> */</em>
<a id='L3443' name='L3443'></a>3443 <strong class='reserved'>if</strong> (<a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a> &gt; 127 &amp;&amp; <a href='../S/lib--strutil--strutil.c.html#L393' title='Defined at 393 in lib/strutil/strutil.c.'>str_isutf8</a> (<a href='../S/lib--charsets.c.html#L246' title='Defined at 246 in lib/charsets.c.'>get_codepage_id</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/source_codepage.html' title='Multiple used in 29 places.'>source_codepage</a>))
<a id='L3444' name='L3444'></a>3444 &amp;&amp; !<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/utf8_display.html' title='Multiple used in 45 places.'>utf8_display</a>)
<a id='L3445' name='L3445'></a>3445 <em class='brace'>{</em>
<a id='L3446' name='L3446'></a>3446 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[<a href='../Y/MB_LEN_MAX.html' title='Multiple used in 38 places.'>MB_LEN_MAX</a> + 1];
<a id='L3447' name='L3447'></a>3447 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L3448' name='L3448'></a>3448 <strong class='reserved'>int</strong> <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>;
<a id='L3449' name='L3449'></a>3449
<a id='L3450' name='L3450'></a>3450 <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../Y/g_unichar_to_utf8.html' title='Multiple used in 16 places.'>g_unichar_to_utf8</a> (<a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>);
<a id='L3451' name='L3451'></a>3451 <strong class='reserved'>if</strong> (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> == 0)
<a id='L3452' name='L3452'></a>3452 <em class='brace'>{</em>
<a id='L3453' name='L3453'></a>3453 <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[0] = '.';
<a id='L3454' name='L3454'></a>3454 <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[1] = '\0';
<a id='L3455' name='L3455'></a>3455 <em class='brace'>}</em>
<a id='L3456' name='L3456'></a>3456 <strong class='reserved'>else</strong>
<a id='L3457' name='L3457'></a>3457 <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a>] = '\0';
<a id='L3458' name='L3458'></a>3458
<a id='L3459' name='L3459'></a>3459 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../Y/MB_LEN_MAX.html' title='Multiple used in 38 places.'>MB_LEN_MAX</a> &amp;&amp; <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>] != '\0'; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L3460' name='L3460'></a>3460 <em class='brace'>{</em>
<a id='L3461' name='L3461'></a>3461 <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a> = <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>];
<a id='L3462' name='L3462'></a>3462 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>);
<a id='L3463' name='L3463'></a>3463 <em class='brace'>}</em>
<a id='L3464' name='L3464'></a>3464 <em class='brace'>}</em>
<a id='L3465' name='L3465'></a>3465 <strong class='reserved'>else</strong>
<a id='L3466' name='L3466'></a>3466 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>);
<a id='L3467' name='L3467'></a>3467
<a id='L3468' name='L3468'></a>3468 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/auto_para_formatting.html' title='Multiple used in 11 places.'>auto_para_formatting</a>)
<a id='L3469' name='L3469'></a>3469 <em class='brace'>{</em>
<a id='L3470' name='L3470'></a>3470 <a href='../S/src--editor--format.c.html#L469' title='Defined at 469 in src/editor/format.c.'>format_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3471' name='L3471'></a>3471 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3472' name='L3472'></a>3472 <em class='brace'>}</em>
<a id='L3473' name='L3473'></a>3473 <strong class='reserved'>else</strong>
<a id='L3474' name='L3474'></a>3474 <a href='../S/src--editor--edit.c.html#L1478' title='Defined at 1478 in src/editor/edit.c.'>check_and_wrap_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3475' name='L3475'></a>3475 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> = 0;
<a id='L3476' name='L3476'></a>3476 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3477' name='L3477'></a>3477 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L3478' name='L3478'></a>3478 <a href='../S/src--editor--edit.c.html#L3262' title='Defined at 3262 in src/editor/edit.c.'>edit_find_bracket</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3479' name='L3479'></a>3479 <strong class='reserved'>return</strong>;
<a id='L3480' name='L3480'></a>3480 <em class='brace'>}</em>
<a id='L3481' name='L3481'></a>3481
<a id='L3482' name='L3482'></a>3482 <strong class='reserved'>switch</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>)
<a id='L3483' name='L3483'></a>3483 <em class='brace'>{</em>
<a id='L3484' name='L3484'></a>3484 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L57' title='Defined at 57 in lib/keybind.h.'>CK_TopOnScreen</a>:
<a id='L3485' name='L3485'></a>3485 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L59' title='Defined at 59 in lib/keybind.h.'>CK_BottomOnScreen</a>:
<a id='L3486' name='L3486'></a>3486 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L55' title='Defined at 55 in lib/keybind.h.'>CK_Top</a>:
<a id='L3487' name='L3487'></a>3487 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L56' title='Defined at 56 in lib/keybind.h.'>CK_Bottom</a>:
<a id='L3488' name='L3488'></a>3488 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L51' title='Defined at 51 in lib/keybind.h.'>CK_PageUp</a>:
<a id='L3489' name='L3489'></a>3489 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L52' title='Defined at 52 in lib/keybind.h.'>CK_PageDown</a>:
<a id='L3490' name='L3490'></a>3490 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L47' title='Defined at 47 in lib/keybind.h.'>CK_Home</a>:
<a id='L3491' name='L3491'></a>3491 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L48' title='Defined at 48 in lib/keybind.h.'>CK_End</a>:
<a id='L3492' name='L3492'></a>3492 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L43' title='Defined at 43 in lib/keybind.h.'>CK_Up</a>:
<a id='L3493' name='L3493'></a>3493 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L44' title='Defined at 44 in lib/keybind.h.'>CK_Down</a>:
<a id='L3494' name='L3494'></a>3494 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L45' title='Defined at 45 in lib/keybind.h.'>CK_Left</a>:
<a id='L3495' name='L3495'></a>3495 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L46' title='Defined at 46 in lib/keybind.h.'>CK_Right</a>:
<a id='L3496' name='L3496'></a>3496 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L60' title='Defined at 60 in lib/keybind.h.'>CK_WordLeft</a>:
<a id='L3497' name='L3497'></a>3497 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L61' title='Defined at 61 in lib/keybind.h.'>CK_WordRight</a>:
<a id='L3498' name='L3498'></a>3498 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= 0)
<a id='L3499' name='L3499'></a>3499 <em class='brace'>{</em>
<a id='L3500' name='L3500'></a>3500 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3501' name='L3501'></a>3501 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L3502' name='L3502'></a>3502 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3503' name='L3503'></a>3503 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3504' name='L3504'></a>3504 <em class='brace'>}</em>
<a id='L3505' name='L3505'></a>3505 <strong class='reserved'>break</strong>;
<a id='L3506' name='L3506'></a>3506 <strong class='reserved'>default</strong>:
<a id='L3507' name='L3507'></a>3507 <strong class='reserved'>break</strong>;
<a id='L3508' name='L3508'></a>3508 <em class='brace'>}</em>
<a id='L3509' name='L3509'></a>3509
<a id='L3510' name='L3510'></a>3510 <strong class='reserved'>switch</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>)
<a id='L3511' name='L3511'></a>3511 <em class='brace'>{</em>
<a id='L3512' name='L3512'></a>3512 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L57' title='Defined at 57 in lib/keybind.h.'>CK_TopOnScreen</a>:
<a id='L3513' name='L3513'></a>3513 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L59' title='Defined at 59 in lib/keybind.h.'>CK_BottomOnScreen</a>:
<a id='L3514' name='L3514'></a>3514 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L268' title='Defined at 268 in lib/keybind.h.'>CK_MarkToPageBegin</a>:
<a id='L3515' name='L3515'></a>3515 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L269' title='Defined at 269 in lib/keybind.h.'>CK_MarkToPageEnd</a>:
<a id='L3516' name='L3516'></a>3516 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L43' title='Defined at 43 in lib/keybind.h.'>CK_Up</a>:
<a id='L3517' name='L3517'></a>3517 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L44' title='Defined at 44 in lib/keybind.h.'>CK_Down</a>:
<a id='L3518' name='L3518'></a>3518 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L60' title='Defined at 60 in lib/keybind.h.'>CK_WordLeft</a>:
<a id='L3519' name='L3519'></a>3519 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L61' title='Defined at 61 in lib/keybind.h.'>CK_WordRight</a>:
<a id='L3520' name='L3520'></a>3520 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L119' title='Defined at 119 in lib/keybind.h.'>CK_MarkToWordBegin</a>:
<a id='L3521' name='L3521'></a>3521 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L120' title='Defined at 120 in lib/keybind.h.'>CK_MarkToWordEnd</a>:
<a id='L3522' name='L3522'></a>3522 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L117' title='Defined at 117 in lib/keybind.h.'>CK_MarkUp</a>:
<a id='L3523' name='L3523'></a>3523 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L118' title='Defined at 118 in lib/keybind.h.'>CK_MarkDown</a>:
<a id='L3524' name='L3524'></a>3524 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L279' title='Defined at 279 in lib/keybind.h.'>CK_MarkColumnUp</a>:
<a id='L3525' name='L3525'></a>3525 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L280' title='Defined at 280 in lib/keybind.h.'>CK_MarkColumnDown</a>:
<a id='L3526' name='L3526'></a>3526 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> == -1)
<a id='L3527' name='L3527'></a>3527 <strong class='reserved'>break</strong>; <em class='comment'>// marking is following the cursor: may need to highlight a whole line</em>
<a id='L3528' name='L3528'></a>3528 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3529' name='L3529'></a>3529 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L45' title='Defined at 45 in lib/keybind.h.'>CK_Left</a>:
<a id='L3530' name='L3530'></a>3530 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L46' title='Defined at 46 in lib/keybind.h.'>CK_Right</a>:
<a id='L3531' name='L3531'></a>3531 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L115' title='Defined at 115 in lib/keybind.h.'>CK_MarkLeft</a>:
<a id='L3532' name='L3532'></a>3532 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L116' title='Defined at 116 in lib/keybind.h.'>CK_MarkRight</a>:
<a id='L3533' name='L3533'></a>3533 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>;
<a id='L3534' name='L3534'></a>3534 <strong class='reserved'>break</strong>;
<a id='L3535' name='L3535'></a>3535 <strong class='reserved'>default</strong>:
<a id='L3536' name='L3536'></a>3536 <strong class='reserved'>break</strong>;
<a id='L3537' name='L3537'></a>3537 <em class='brace'>}</em>
<a id='L3538' name='L3538'></a>3538
<a id='L3539' name='L3539'></a>3539 <em class='comment'>// basic cursor key commands</em>
<a id='L3540' name='L3540'></a>3540 <strong class='reserved'>switch</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>)
<a id='L3541' name='L3541'></a>3541 <em class='brace'>{</em>
<a id='L3542' name='L3542'></a>3542 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L71' title='Defined at 71 in lib/keybind.h.'>CK_BackSpace</a>:
<a id='L3543' name='L3543'></a>3543 <em class='comment'>// if non persistent selection and text selected</em>
<a id='L3544' name='L3544'></a>3544 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3545' name='L3545'></a>3545 <a href='../S/src--editor--editcmd.c.html#L1477' title='Defined at 1477 in src/editor/editcmd.c.'>edit_block_delete_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3546' name='L3546'></a>3546 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3547' name='L3547'></a>3547 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>--;
<a id='L3548' name='L3548'></a>3548 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backspace_through_tabs.html' title='Multiple used in 5 places.'>backspace_through_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
<a id='L3549' name='L3549'></a>3549 <em class='brace'>{</em>
<a id='L3550' name='L3550'></a>3550 <strong class='reserved'>while</strong> (<a href='../S/src--editor--editbuffer.h.html#L77' title='Defined at 77 in src/editor/editbuffer.h.'>edit_buffer_get_previous_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n' &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> &gt; 0)
<a id='L3551' name='L3551'></a>3551 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3552' name='L3552'></a>3552 <em class='brace'>}</em>
<a id='L3553' name='L3553'></a>3553 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>)
<a id='L3554' name='L3554'></a>3554 &amp;&amp; <a href='../S/src--editor--edit.c.html#L1373' title='Defined at 1373 in src/editor/edit.c.'>right_of_four_spaces</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L3555' name='L3555'></a>3555 <em class='brace'>{</em>
<a id='L3556' name='L3556'></a>3556 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L3557' name='L3557'></a>3557
<a id='L3558' name='L3558'></a>3558 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L3559' name='L3559'></a>3559 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3560' name='L3560'></a>3560 <em class='brace'>}</em>
<a id='L3561' name='L3561'></a>3561 <strong class='reserved'>else</strong>
<a id='L3562' name='L3562'></a>3562 <a href='../S/src--editor--edit.c.html#L2671' title='Defined at 2671 in src/editor/edit.c.'>edit_backspace</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3563' name='L3563'></a>3563 <strong class='reserved'>break</strong>;
<a id='L3564' name='L3564'></a>3564 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L64' title='Defined at 64 in lib/keybind.h.'>CK_Delete</a>:
<a id='L3565' name='L3565'></a>3565 <em class='comment'>// if non persistent selection and text selected</em>
<a id='L3566' name='L3566'></a>3566 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3567' name='L3567'></a>3567 <a href='../S/src--editor--editcmd.c.html#L1477' title='Defined at 1477 in src/editor/editcmd.c.'>edit_block_delete_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3568' name='L3568'></a>3568 <strong class='reserved'>else</strong>
<a id='L3569' name='L3569'></a>3569 <em class='brace'>{</em>
<a id='L3570' name='L3570'></a>3570 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3571' name='L3571'></a>3571 <a href='../S/src--editor--edit.c.html#L2601' title='Defined at 2601 in src/editor/edit.c.'>edit_insert_over</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3572' name='L3572'></a>3572
<a id='L3573' name='L3573'></a>3573 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>)
<a id='L3574' name='L3574'></a>3574 &amp;&amp; <a href='../S/src--editor--edit.c.html#L1387' title='Defined at 1387 in src/editor/edit.c.'>left_of_four_spaces</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L3575' name='L3575'></a>3575 <em class='brace'>{</em>
<a id='L3576' name='L3576'></a>3576 <strong class='reserved'>int</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L3577' name='L3577'></a>3577
<a id='L3578' name='L3578'></a>3578 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L3579' name='L3579'></a>3579 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3580' name='L3580'></a>3580 <em class='brace'>}</em>
<a id='L3581' name='L3581'></a>3581 <strong class='reserved'>else</strong>
<a id='L3582' name='L3582'></a>3582 <a href='../S/src--editor--edit.c.html#L2614' title='Defined at 2614 in src/editor/edit.c.'>edit_delete</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3583' name='L3583'></a>3583 <em class='brace'>}</em>
<a id='L3584' name='L3584'></a>3584 <strong class='reserved'>break</strong>;
<a id='L3585' name='L3585'></a>3585 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L109' title='Defined at 109 in lib/keybind.h.'>CK_DeleteToWordBegin</a>:
<a id='L3586' name='L3586'></a>3586 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L3587' name='L3587'></a>3587 <a href='../S/src--editor--edit.c.html#L1128' title='Defined at 1128 in src/editor/edit.c.'>edit_left_delete_word</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3588' name='L3588'></a>3588 <strong class='reserved'>break</strong>;
<a id='L3589' name='L3589'></a>3589 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L110' title='Defined at 110 in lib/keybind.h.'>CK_DeleteToWordEnd</a>:
<a id='L3590' name='L3590'></a>3590 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3591' name='L3591'></a>3591 <a href='../S/src--editor--edit.c.html#L2601' title='Defined at 2601 in src/editor/edit.c.'>edit_insert_over</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3592' name='L3592'></a>3592
<a id='L3593' name='L3593'></a>3593 <a href='../S/src--editor--edit.c.html#L1106' title='Defined at 1106 in src/editor/edit.c.'>edit_right_delete_word</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3594' name='L3594'></a>3594 <strong class='reserved'>break</strong>;
<a id='L3595' name='L3595'></a>3595 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L253' title='Defined at 253 in lib/keybind.h.'>CK_DeleteLine</a>:
<a id='L3596' name='L3596'></a>3596 <a href='../S/src--editor--edit.c.html#L3221' title='Defined at 3221 in src/editor/edit.c.'>edit_delete_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3597' name='L3597'></a>3597 <strong class='reserved'>break</strong>;
<a id='L3598' name='L3598'></a>3598 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L107' title='Defined at 107 in lib/keybind.h.'>CK_DeleteToHome</a>:
<a id='L3599' name='L3599'></a>3599 <a href='../S/src--editor--edit.c.html#L1352' title='Defined at 1352 in src/editor/edit.c.'>edit_delete_to_line_begin</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3600' name='L3600'></a>3600 <strong class='reserved'>break</strong>;
<a id='L3601' name='L3601'></a>3601 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L108' title='Defined at 108 in lib/keybind.h.'>CK_DeleteToEnd</a>:
<a id='L3602' name='L3602'></a>3602 <a href='../S/src--editor--edit.c.html#L1343' title='Defined at 1343 in src/editor/edit.c.'>edit_delete_to_line_end</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3603' name='L3603'></a>3603 <strong class='reserved'>break</strong>;
<a id='L3604' name='L3604'></a>3604 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L41' title='Defined at 41 in lib/keybind.h.'>CK_Enter</a>:
<a id='L3605' name='L3605'></a>3605 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L3606' name='L3606'></a>3606 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/auto_para_formatting.html' title='Multiple used in 11 places.'>auto_para_formatting</a>)
<a id='L3607' name='L3607'></a>3607 <em class='brace'>{</em>
<a id='L3608' name='L3608'></a>3608 <a href='../S/src--editor--edit.c.html#L1422' title='Defined at 1422 in src/editor/edit.c.'>edit_double_newline</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3609' name='L3609'></a>3609 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/return_does_auto_indent.html' title='Multiple used in 6 places.'>return_does_auto_indent</a> &amp;&amp; !<a href='../Y/bracketed_pasting_in_progress.html' title='Multiple used in 8 places.'>bracketed_pasting_in_progress</a>)
<a id='L3610' name='L3610'></a>3610 <a href='../S/src--editor--edit.c.html#L1400' title='Defined at 1400 in src/editor/edit.c.'>edit_auto_indent</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3611' name='L3611'></a>3611 <a href='../S/src--editor--format.c.html#L469' title='Defined at 469 in src/editor/format.c.'>format_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3612' name='L3612'></a>3612 <em class='brace'>}</em>
<a id='L3613' name='L3613'></a>3613 <strong class='reserved'>else</strong>
<a id='L3614' name='L3614'></a>3614 <em class='brace'>{</em>
<a id='L3615' name='L3615'></a>3615 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L3616' name='L3616'></a>3616 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/return_does_auto_indent.html' title='Multiple used in 6 places.'>return_does_auto_indent</a> &amp;&amp; !<a href='../Y/bracketed_pasting_in_progress.html' title='Multiple used in 8 places.'>bracketed_pasting_in_progress</a>)
<a id='L3617' name='L3617'></a>3617 <a href='../S/src--editor--edit.c.html#L1400' title='Defined at 1400 in src/editor/edit.c.'>edit_auto_indent</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3618' name='L3618'></a>3618 <em class='brace'>}</em>
<a id='L3619' name='L3619'></a>3619 <strong class='reserved'>break</strong>;
<a id='L3620' name='L3620'></a>3620 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L241' title='Defined at 241 in lib/keybind.h.'>CK_Return</a>:
<a id='L3621' name='L3621'></a>3621 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\n');
<a id='L3622' name='L3622'></a>3622 <strong class='reserved'>break</strong>;
<a id='L3623' name='L3623'></a>3623
<a id='L3624' name='L3624'></a>3624 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L275' title='Defined at 275 in lib/keybind.h.'>CK_MarkColumnPageUp</a>:
<a id='L3625' name='L3625'></a>3625 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3626' name='L3626'></a>3626 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3627' name='L3627'></a>3627 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L51' title='Defined at 51 in lib/keybind.h.'>CK_PageUp</a>:
<a id='L3628' name='L3628'></a>3628 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L264' title='Defined at 264 in lib/keybind.h.'>CK_MarkPageUp</a>:
<a id='L3629' name='L3629'></a>3629 <a href='../S/src--editor--edit.c.html#L4111' title='Defined at 4111 in src/editor/edit.c.'>edit_move_up</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> ? 1 : 2), <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3630' name='L3630'></a>3630 <strong class='reserved'>break</strong>;
<a id='L3631' name='L3631'></a>3631 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L276' title='Defined at 276 in lib/keybind.h.'>CK_MarkColumnPageDown</a>:
<a id='L3632' name='L3632'></a>3632 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3633' name='L3633'></a>3633 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3634' name='L3634'></a>3634 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L52' title='Defined at 52 in lib/keybind.h.'>CK_PageDown</a>:
<a id='L3635' name='L3635'></a>3635 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L265' title='Defined at 265 in lib/keybind.h.'>CK_MarkPageDown</a>:
<a id='L3636' name='L3636'></a>3636 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> - (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/fullscreen.html' title='Multiple used in 31 places.'>fullscreen</a> ? 1 : 2), <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3637' name='L3637'></a>3637 <strong class='reserved'>break</strong>;
<a id='L3638' name='L3638'></a>3638 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L277' title='Defined at 277 in lib/keybind.h.'>CK_MarkColumnLeft</a>:
<a id='L3639' name='L3639'></a>3639 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3640' name='L3640'></a>3640 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3641' name='L3641'></a>3641 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L45' title='Defined at 45 in lib/keybind.h.'>CK_Left</a>:
<a id='L3642' name='L3642'></a>3642 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L115' title='Defined at 115 in lib/keybind.h.'>CK_MarkLeft</a>:
<a id='L3643' name='L3643'></a>3643 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>)
<a id='L3644' name='L3644'></a>3644 &amp;&amp; <a href='../S/src--editor--edit.c.html#L1373' title='Defined at 1373 in src/editor/edit.c.'>right_of_four_spaces</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L3645' name='L3645'></a>3645 <em class='brace'>{</em>
<a id='L3646' name='L3646'></a>3646 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3647' name='L3647'></a>3647 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>--;
<a id='L3648' name='L3648'></a>3648 <strong class='reserved'>else</strong>
<a id='L3649' name='L3649'></a>3649 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -<a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>);
<a id='L3650' name='L3650'></a>3650 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;= (0xFFF - <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>);
<a id='L3651' name='L3651'></a>3651 <em class='brace'>}</em>
<a id='L3652' name='L3652'></a>3652 <strong class='reserved'>else</strong>
<a id='L3653' name='L3653'></a>3653 <a href='../S/src--editor--edit.c.html#L1037' title='Defined at 1037 in src/editor/edit.c.'>edit_left_char_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3654' name='L3654'></a>3654 <strong class='reserved'>break</strong>;
<a id='L3655' name='L3655'></a>3655 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L278' title='Defined at 278 in lib/keybind.h.'>CK_MarkColumnRight</a>:
<a id='L3656' name='L3656'></a>3656 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3657' name='L3657'></a>3657 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3658' name='L3658'></a>3658 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L46' title='Defined at 46 in lib/keybind.h.'>CK_Right</a>:
<a id='L3659' name='L3659'></a>3659 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L116' title='Defined at 116 in lib/keybind.h.'>CK_MarkRight</a>:
<a id='L3660' name='L3660'></a>3660 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fake_half_tabs.html' title='Multiple used in 16 places.'>fake_half_tabs</a> &amp;&amp; <a href='../S/src--editor--edit.c.html#L645' title='Defined at 645 in src/editor/edit.c.'>is_in_indent</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>)
<a id='L3661' name='L3661'></a>3661 &amp;&amp; <a href='../S/src--editor--edit.c.html#L1387' title='Defined at 1387 in src/editor/edit.c.'>left_of_four_spaces</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>))
<a id='L3662' name='L3662'></a>3662 <em class='brace'>{</em>
<a id='L3663' name='L3663'></a>3663 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L66' title='Defined at 66 in src/editor/edit-impl.h.'>HALF_TAB_SIZE</a>);
<a id='L3664' name='L3664'></a>3664 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;= (0xFFF - <a href='../S/src--editor--edit-impl.h.html#L33' title='Defined at 33 in src/editor/edit-impl.h.'>REDRAW_CHAR_ONLY</a>);
<a id='L3665' name='L3665'></a>3665 <em class='brace'>}</em>
<a id='L3666' name='L3666'></a>3666 <strong class='reserved'>else</strong>
<a id='L3667' name='L3667'></a>3667 <a href='../S/src--editor--edit.c.html#L1014' title='Defined at 1014 in src/editor/edit.c.'>edit_right_char_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3668' name='L3668'></a>3668 <strong class='reserved'>break</strong>;
<a id='L3669' name='L3669'></a>3669 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L57' title='Defined at 57 in lib/keybind.h.'>CK_TopOnScreen</a>:
<a id='L3670' name='L3670'></a>3670 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L268' title='Defined at 268 in lib/keybind.h.'>CK_MarkToPageBegin</a>:
<a id='L3671' name='L3671'></a>3671 <a href='../S/src--editor--edit.c.html#L811' title='Defined at 811 in src/editor/edit.c.'>edit_begin_page</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3672' name='L3672'></a>3672 <strong class='reserved'>break</strong>;
<a id='L3673' name='L3673'></a>3673 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L59' title='Defined at 59 in lib/keybind.h.'>CK_BottomOnScreen</a>:
<a id='L3674' name='L3674'></a>3674 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L269' title='Defined at 269 in lib/keybind.h.'>CK_MarkToPageEnd</a>:
<a id='L3675' name='L3675'></a>3675 <a href='../S/src--editor--edit.c.html#L820' title='Defined at 820 in src/editor/edit.c.'>edit_end_page</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3676' name='L3676'></a>3676 <strong class='reserved'>break</strong>;
<a id='L3677' name='L3677'></a>3677 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L60' title='Defined at 60 in lib/keybind.h.'>CK_WordLeft</a>:
<a id='L3678' name='L3678'></a>3678 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L119' title='Defined at 119 in lib/keybind.h.'>CK_MarkToWordBegin</a>:
<a id='L3679' name='L3679'></a>3679 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L3680' name='L3680'></a>3680 <a href='../S/src--editor--edit.c.html#L966' title='Defined at 966 in src/editor/edit.c.'>edit_left_word_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3681' name='L3681'></a>3681 <strong class='reserved'>break</strong>;
<a id='L3682' name='L3682'></a>3682 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L61' title='Defined at 61 in lib/keybind.h.'>CK_WordRight</a>:
<a id='L3683' name='L3683'></a>3683 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L120' title='Defined at 120 in lib/keybind.h.'>CK_MarkToWordEnd</a>:
<a id='L3684' name='L3684'></a>3684 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = 0;
<a id='L3685' name='L3685'></a>3685 <a href='../S/src--editor--edit.c.html#L1005' title='Defined at 1005 in src/editor/edit.c.'>edit_right_word_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3686' name='L3686'></a>3686 <strong class='reserved'>break</strong>;
<a id='L3687' name='L3687'></a>3687 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L279' title='Defined at 279 in lib/keybind.h.'>CK_MarkColumnUp</a>:
<a id='L3688' name='L3688'></a>3688 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3689' name='L3689'></a>3689 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3690' name='L3690'></a>3690 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L43' title='Defined at 43 in lib/keybind.h.'>CK_Up</a>:
<a id='L3691' name='L3691'></a>3691 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L117' title='Defined at 117 in lib/keybind.h.'>CK_MarkUp</a>:
<a id='L3692' name='L3692'></a>3692 <a href='../S/src--editor--edit.c.html#L4111' title='Defined at 4111 in src/editor/edit.c.'>edit_move_up</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3693' name='L3693'></a>3693 <strong class='reserved'>break</strong>;
<a id='L3694' name='L3694'></a>3694 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L280' title='Defined at 280 in lib/keybind.h.'>CK_MarkColumnDown</a>:
<a id='L3695' name='L3695'></a>3695 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3696' name='L3696'></a>3696 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3697' name='L3697'></a>3697 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L44' title='Defined at 44 in lib/keybind.h.'>CK_Down</a>:
<a id='L3698' name='L3698'></a>3698 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L118' title='Defined at 118 in lib/keybind.h.'>CK_MarkDown</a>:
<a id='L3699' name='L3699'></a>3699 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3700' name='L3700'></a>3700 <strong class='reserved'>break</strong>;
<a id='L3701' name='L3701'></a>3701 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L283' title='Defined at 283 in lib/keybind.h.'>CK_MarkColumnParagraphUp</a>:
<a id='L3702' name='L3702'></a>3702 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3703' name='L3703'></a>3703 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3704' name='L3704'></a>3704 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L242' title='Defined at 242 in lib/keybind.h.'>CK_ParagraphUp</a>:
<a id='L3705' name='L3705'></a>3705 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L272' title='Defined at 272 in lib/keybind.h.'>CK_MarkParagraphUp</a>:
<a id='L3706' name='L3706'></a>3706 <a href='../S/src--editor--edit.c.html#L741' title='Defined at 741 in src/editor/edit.c.'>edit_move_up_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3707' name='L3707'></a>3707 <strong class='reserved'>break</strong>;
<a id='L3708' name='L3708'></a>3708 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L284' title='Defined at 284 in lib/keybind.h.'>CK_MarkColumnParagraphDown</a>:
<a id='L3709' name='L3709'></a>3709 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3710' name='L3710'></a>3710 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3711' name='L3711'></a>3711 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L243' title='Defined at 243 in lib/keybind.h.'>CK_ParagraphDown</a>:
<a id='L3712' name='L3712'></a>3712 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L273' title='Defined at 273 in lib/keybind.h.'>CK_MarkParagraphDown</a>:
<a id='L3713' name='L3713'></a>3713 <a href='../S/src--editor--edit.c.html#L778' title='Defined at 778 in src/editor/edit.c.'>edit_move_down_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3714' name='L3714'></a>3714 <strong class='reserved'>break</strong>;
<a id='L3715' name='L3715'></a>3715 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L281' title='Defined at 281 in lib/keybind.h.'>CK_MarkColumnScrollUp</a>:
<a id='L3716' name='L3716'></a>3716 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3717' name='L3717'></a>3717 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3718' name='L3718'></a>3718 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L239' title='Defined at 239 in lib/keybind.h.'>CK_ScrollUp</a>:
<a id='L3719' name='L3719'></a>3719 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L270' title='Defined at 270 in lib/keybind.h.'>CK_MarkScrollUp</a>:
<a id='L3720' name='L3720'></a>3720 <a href='../S/src--editor--edit.c.html#L4111' title='Defined at 4111 in src/editor/edit.c.'>edit_move_up</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3721' name='L3721'></a>3721 <strong class='reserved'>break</strong>;
<a id='L3722' name='L3722'></a>3722 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L282' title='Defined at 282 in lib/keybind.h.'>CK_MarkColumnScrollDown</a>:
<a id='L3723' name='L3723'></a>3723 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3724' name='L3724'></a>3724 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
<a id='L3725' name='L3725'></a>3725 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L240' title='Defined at 240 in lib/keybind.h.'>CK_ScrollDown</a>:
<a id='L3726' name='L3726'></a>3726 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L271' title='Defined at 271 in lib/keybind.h.'>CK_MarkScrollDown</a>:
<a id='L3727' name='L3727'></a>3727 <a href='../S/src--editor--edit.c.html#L4120' title='Defined at 4120 in src/editor/edit.c.'>edit_move_down</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 1, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3728' name='L3728'></a>3728 <strong class='reserved'>break</strong>;
<a id='L3729' name='L3729'></a>3729 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L47' title='Defined at 47 in lib/keybind.h.'>CK_Home</a>:
<a id='L3730' name='L3730'></a>3730 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L121' title='Defined at 121 in lib/keybind.h.'>CK_MarkToHome</a>:
<a id='L3731' name='L3731'></a>3731 <a href='../S/src--editor--edit.c.html#L863' title='Defined at 863 in src/editor/edit.c.'>edit_cursor_to_bol</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3732' name='L3732'></a>3732 <strong class='reserved'>break</strong>;
<a id='L3733' name='L3733'></a>3733 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L48' title='Defined at 48 in lib/keybind.h.'>CK_End</a>:
<a id='L3734' name='L3734'></a>3734 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L122' title='Defined at 122 in lib/keybind.h.'>CK_MarkToEnd</a>:
<a id='L3735' name='L3735'></a>3735 <a href='../S/src--editor--edit.c.html#L878' title='Defined at 878 in src/editor/edit.c.'>edit_cursor_to_eol</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3736' name='L3736'></a>3736 <strong class='reserved'>break</strong>;
<a id='L3737' name='L3737'></a>3737 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L237' title='Defined at 237 in lib/keybind.h.'>CK_Tab</a>:
<a id='L3738' name='L3738'></a>3738 <em class='comment'>// if text marked shift block</em>
<a id='L3739' name='L3739'></a>3739 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &amp;&amp; !<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a>)
<a id='L3740' name='L3740'></a>3740 <em class='brace'>{</em>
<a id='L3741' name='L3741'></a>3741 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &lt; 0)
<a id='L3742' name='L3742'></a>3742 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3743' name='L3743'></a>3743 <a href='../S/src--editor--edit.c.html#L1592' title='Defined at 1592 in src/editor/edit.c.'>edit_move_block_to_right</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3744' name='L3744'></a>3744 <em class='brace'>}</em>
<a id='L3745' name='L3745'></a>3745 <strong class='reserved'>else</strong>
<a id='L3746' name='L3746'></a>3746 <em class='brace'>{</em>
<a id='L3747' name='L3747'></a>3747 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a>)
<a id='L3748' name='L3748'></a>3748 <a href='../S/src--editor--edit.c.html#L2601' title='Defined at 2601 in src/editor/edit.c.'>edit_insert_over</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3749' name='L3749'></a>3749 <a href='../S/src--editor--edit.c.html#L1451' title='Defined at 1451 in src/editor/edit.c.'>edit_tab_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3750' name='L3750'></a>3750 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/auto_para_formatting.html' title='Multiple used in 11 places.'>auto_para_formatting</a>)
<a id='L3751' name='L3751'></a>3751 <em class='brace'>{</em>
<a id='L3752' name='L3752'></a>3752 <a href='../S/src--editor--format.c.html#L469' title='Defined at 469 in src/editor/format.c.'>format_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3753' name='L3753'></a>3753 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3754' name='L3754'></a>3754 <em class='brace'>}</em>
<a id='L3755' name='L3755'></a>3755 <strong class='reserved'>else</strong>
<a id='L3756' name='L3756'></a>3756 <a href='../S/src--editor--edit.c.html#L1478' title='Defined at 1478 in src/editor/edit.c.'>check_and_wrap_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3757' name='L3757'></a>3757 <em class='brace'>}</em>
<a id='L3758' name='L3758'></a>3758 <strong class='reserved'>break</strong>;
<a id='L3759' name='L3759'></a>3759
<a id='L3760' name='L3760'></a>3760 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L304' title='Defined at 304 in lib/keybind.h.'>CK_InsertOverwrite</a>:
<a id='L3761' name='L3761'></a>3761 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/overwrite.html' title='Multiple used in 6 places.'>overwrite</a> = !<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/overwrite.html' title='Multiple used in 6 places.'>overwrite</a>;
<a id='L3762' name='L3762'></a>3762 <strong class='reserved'>break</strong>;
<a id='L3763' name='L3763'></a>3763
<a id='L3764' name='L3764'></a>3764 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L100' title='Defined at 100 in lib/keybind.h.'>CK_Mark</a>:
<a id='L3765' name='L3765'></a>3765 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= 0)
<a id='L3766' name='L3766'></a>3766 <em class='brace'>{</em>
<a id='L3767' name='L3767'></a>3767 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3768' name='L3768'></a>3768 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L3769' name='L3769'></a>3769 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3770' name='L3770'></a>3770 <em class='brace'>}</em>
<a id='L3771' name='L3771'></a>3771 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3772' name='L3772'></a>3772 <strong class='reserved'>break</strong>;
<a id='L3773' name='L3773'></a>3773 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L259' title='Defined at 259 in lib/keybind.h.'>CK_MarkColumn</a>:
<a id='L3774' name='L3774'></a>3774 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> == 0)
<a id='L3775' name='L3775'></a>3775 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L56' title='Defined at 56 in src/editor/edit-impl.h.'>COLUMN_OFF</a>);
<a id='L3776' name='L3776'></a>3776 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 1;
<a id='L3777' name='L3777'></a>3777 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3778' name='L3778'></a>3778 <strong class='reserved'>break</strong>;
<a id='L3779' name='L3779'></a>3779 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L262' title='Defined at 262 in lib/keybind.h.'>CK_MarkAll</a>:
<a id='L3780' name='L3780'></a>3780 <a href='../S/src--editor--edit.c.html#L3069' title='Defined at 3069 in src/editor/edit.c.'>edit_set_markers</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>, 0, 0);
<a id='L3781' name='L3781'></a>3781 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3782' name='L3782'></a>3782 <strong class='reserved'>break</strong>;
<a id='L3783' name='L3783'></a>3783 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L263' title='Defined at 263 in lib/keybind.h.'>CK_Unmark</a>:
<a id='L3784' name='L3784'></a>3784 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3785' name='L3785'></a>3785 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L3786' name='L3786'></a>3786 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3787' name='L3787'></a>3787 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3788' name='L3788'></a>3788 <strong class='reserved'>break</strong>;
<a id='L3789' name='L3789'></a>3789 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L260' title='Defined at 260 in lib/keybind.h.'>CK_MarkWord</a>:
<a id='L3790' name='L3790'></a>3790 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3791' name='L3791'></a>3791 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L3792' name='L3792'></a>3792 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3793' name='L3793'></a>3793 <a href='../S/src--editor--edit.c.html#L3174' title='Defined at 3174 in src/editor/edit.c.'>edit_mark_current_word_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3794' name='L3794'></a>3794 <strong class='reserved'>break</strong>;
<a id='L3795' name='L3795'></a>3795 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L261' title='Defined at 261 in lib/keybind.h.'>CK_MarkLine</a>:
<a id='L3796' name='L3796'></a>3796 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3797' name='L3797'></a>3797 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L3798' name='L3798'></a>3798 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3799' name='L3799'></a>3799 <a href='../S/src--editor--edit.c.html#L3210' title='Defined at 3210 in src/editor/edit.c.'>edit_mark_current_line_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3800' name='L3800'></a>3800 <strong class='reserved'>break</strong>;
<a id='L3801' name='L3801'></a>3801
<a id='L3802' name='L3802'></a>3802 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L127' title='Defined at 127 in lib/keybind.h.'>CK_Bookmark</a>:
<a id='L3803' name='L3803'></a>3803 <a href='../S/src--editor--bookmark.c.html#L218' title='Defined at 218 in src/editor/bookmark.c.'>book_mark_clear</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, <a href='../S/lib--skin.h.html#L111' title='Defined at 111 in lib/skin.h.'>EDITOR_BOOKMARK_FOUND_COLOR</a>);
<a id='L3804' name='L3804'></a>3804 <strong class='reserved'>if</strong> (<a href='../S/src--editor--bookmark.c.html#L154' title='Defined at 154 in src/editor/bookmark.c.'>book_mark_query_color</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, <a href='../S/lib--skin.h.html#L110' title='Defined at 110 in lib/skin.h.'>EDITOR_BOOKMARK_COLOR</a>))
<a id='L3805' name='L3805'></a>3805 <a href='../S/src--editor--bookmark.c.html#L218' title='Defined at 218 in src/editor/bookmark.c.'>book_mark_clear</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, <a href='../S/lib--skin.h.html#L110' title='Defined at 110 in lib/skin.h.'>EDITOR_BOOKMARK_COLOR</a>);
<a id='L3806' name='L3806'></a>3806 <strong class='reserved'>else</strong>
<a id='L3807' name='L3807'></a>3807 <a href='../S/src--editor--bookmark.c.html#L176' title='Defined at 176 in src/editor/bookmark.c.'>book_mark_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, <a href='../S/lib--skin.h.html#L110' title='Defined at 110 in lib/skin.h.'>EDITOR_BOOKMARK_COLOR</a>);
<a id='L3808' name='L3808'></a>3808 <strong class='reserved'>break</strong>;
<a id='L3809' name='L3809'></a>3809 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L255' title='Defined at 255 in lib/keybind.h.'>CK_BookmarkFlush</a>:
<a id='L3810' name='L3810'></a>3810 <a href='../S/src--editor--bookmark.c.html#L252' title='Defined at 252 in src/editor/bookmark.c.'>book_mark_flush</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/lib--skin.h.html#L110' title='Defined at 110 in lib/skin.h.'>EDITOR_BOOKMARK_COLOR</a>);
<a id='L3811' name='L3811'></a>3811 <a href='../S/src--editor--bookmark.c.html#L252' title='Defined at 252 in src/editor/bookmark.c.'>book_mark_flush</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/lib--skin.h.html#L111' title='Defined at 111 in lib/skin.h.'>EDITOR_BOOKMARK_FOUND_COLOR</a>);
<a id='L3812' name='L3812'></a>3812 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3813' name='L3813'></a>3813 <strong class='reserved'>break</strong>;
<a id='L3814' name='L3814'></a>3814 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L256' title='Defined at 256 in lib/keybind.h.'>CK_BookmarkNext</a>:
<a id='L3815' name='L3815'></a>3815 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L3816' name='L3816'></a>3816 <em class='brace'>{</em>
<a id='L3817' name='L3817'></a>3817 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L3818' name='L3818'></a>3818
<a id='L3819' name='L3819'></a>3819 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
<a id='L3820' name='L3820'></a>3820 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L3821' name='L3821'></a>3821 <em class='brace'>{</em>
<a id='L3822' name='L3822'></a>3822 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>;
<a id='L3823' name='L3823'></a>3823 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> + <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> || <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>)
<a id='L3824' name='L3824'></a>3824 <a href='../S/src--editor--edit.c.html#L3047' title='Defined at 3047 in src/editor/edit.c.'>edit_move_display</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> / 2);
<a id='L3825' name='L3825'></a>3825 <a href='../S/src--editor--edit.c.html#L3034' title='Defined at 3034 in src/editor/edit.c.'>edit_move_to_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L3826' name='L3826'></a>3826 <em class='brace'>}</em>
<a id='L3827' name='L3827'></a>3827 <em class='brace'>}</em>
<a id='L3828' name='L3828'></a>3828 <strong class='reserved'>break</strong>;
<a id='L3829' name='L3829'></a>3829 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L257' title='Defined at 257 in lib/keybind.h.'>CK_BookmarkPrev</a>:
<a id='L3830' name='L3830'></a>3830 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L3831' name='L3831'></a>3831 <em class='brace'>{</em>
<a id='L3832' name='L3832'></a>3832 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L3833' name='L3833'></a>3833
<a id='L3834' name='L3834'></a>3834 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
<a id='L3835' name='L3835'></a>3835 <strong class='reserved'>while</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> == <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>)
<a id='L3836' name='L3836'></a>3836 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L3837' name='L3837'></a>3837 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>;
<a id='L3838' name='L3838'></a>3838 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt;= 0)
<a id='L3839' name='L3839'></a>3839 <em class='brace'>{</em>
<a id='L3840' name='L3840'></a>3840 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a> + <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> || <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_line.html' title='Multiple used in 64 places.'>start_line</a>)
<a id='L3841' name='L3841'></a>3841 <a href='../S/src--editor--edit.c.html#L3047' title='Defined at 3047 in src/editor/edit.c.'>edit_move_display</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-&gt;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> / 2);
<a id='L3842' name='L3842'></a>3842 <a href='../S/src--editor--edit.c.html#L3034' title='Defined at 3034 in src/editor/edit.c.'>edit_move_to_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-&gt;<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L3843' name='L3843'></a>3843 <em class='brace'>}</em>
<a id='L3844' name='L3844'></a>3844 <em class='brace'>}</em>
<a id='L3845' name='L3845'></a>3845 <strong class='reserved'>break</strong>;
<a id='L3846' name='L3846'></a>3846
<a id='L3847' name='L3847'></a>3847 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L55' title='Defined at 55 in lib/keybind.h.'>CK_Top</a>:
<a id='L3848' name='L3848'></a>3848 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L266' title='Defined at 266 in lib/keybind.h.'>CK_MarkToFileBegin</a>:
<a id='L3849' name='L3849'></a>3849 <a href='../S/src--editor--edit.c.html#L831' title='Defined at 831 in src/editor/edit.c.'>edit_move_to_top</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3850' name='L3850'></a>3850 <strong class='reserved'>break</strong>;
<a id='L3851' name='L3851'></a>3851 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L56' title='Defined at 56 in lib/keybind.h.'>CK_Bottom</a>:
<a id='L3852' name='L3852'></a>3852 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L267' title='Defined at 267 in lib/keybind.h.'>CK_MarkToFileEnd</a>:
<a id='L3853' name='L3853'></a>3853 <a href='../S/src--editor--edit.c.html#L847' title='Defined at 847 in src/editor/edit.c.'>edit_move_to_bottom</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3854' name='L3854'></a>3854 <strong class='reserved'>break</strong>;
<a id='L3855' name='L3855'></a>3855
<a id='L3856' name='L3856'></a>3856 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L62' title='Defined at 62 in lib/keybind.h.'>CK_Copy</a>:
<a id='L3857' name='L3857'></a>3857 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3858' name='L3858'></a>3858 <a href='../S/src--editor--edit.c.html#L2601' title='Defined at 2601 in src/editor/edit.c.'>edit_insert_over</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3859' name='L3859'></a>3859 <a href='../S/src--editor--editcmd.c.html#L1323' title='Defined at 1323 in src/editor/editcmd.c.'>edit_block_copy_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3860' name='L3860'></a>3860 <strong class='reserved'>break</strong>;
<a id='L3861' name='L3861'></a>3861 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L70' title='Defined at 70 in lib/keybind.h.'>CK_Remove</a>:
<a id='L3862' name='L3862'></a>3862 <a href='../S/src--editor--editcmd.c.html#L1477' title='Defined at 1477 in src/editor/editcmd.c.'>edit_block_delete_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3863' name='L3863'></a>3863 <strong class='reserved'>break</strong>;
<a id='L3864' name='L3864'></a>3864 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L63' title='Defined at 63 in lib/keybind.h.'>CK_Move</a>:
<a id='L3865' name='L3865'></a>3865 <a href='../S/src--editor--editcmd.c.html#L1371' title='Defined at 1371 in src/editor/editcmd.c.'>edit_block_move_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3866' name='L3866'></a>3866 <strong class='reserved'>break</strong>;
<a id='L3867' name='L3867'></a>3867
<a id='L3868' name='L3868'></a>3868 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L251' title='Defined at 251 in lib/keybind.h.'>CK_BlockShiftLeft</a>:
<a id='L3869' name='L3869'></a>3869 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3870' name='L3870'></a>3870 <a href='../S/src--editor--edit.c.html#L1632' title='Defined at 1632 in src/editor/edit.c.'>edit_move_block_to_left</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3871' name='L3871'></a>3871 <strong class='reserved'>break</strong>;
<a id='L3872' name='L3872'></a>3872 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L252' title='Defined at 252 in lib/keybind.h.'>CK_BlockShiftRight</a>:
<a id='L3873' name='L3873'></a>3873 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3874' name='L3874'></a>3874 <a href='../S/src--editor--edit.c.html#L1592' title='Defined at 1592 in src/editor/edit.c.'>edit_move_block_to_right</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3875' name='L3875'></a>3875 <strong class='reserved'>break</strong>;
<a id='L3876' name='L3876'></a>3876 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L112' title='Defined at 112 in lib/keybind.h.'>CK_Store</a>:
<a id='L3877' name='L3877'></a>3877 <a href='../S/src--editor--editcmd.c.html#L1632' title='Defined at 1632 in src/editor/editcmd.c.'>edit_copy_to_X_buf_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3878' name='L3878'></a>3878 <strong class='reserved'>break</strong>;
<a id='L3879' name='L3879'></a>3879 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L113' title='Defined at 113 in lib/keybind.h.'>CK_Cut</a>:
<a id='L3880' name='L3880'></a>3880 <a href='../S/src--editor--editcmd.c.html#L1656' title='Defined at 1656 in src/editor/editcmd.c.'>edit_cut_to_X_buf_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3881' name='L3881'></a>3881 <strong class='reserved'>break</strong>;
<a id='L3882' name='L3882'></a>3882 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L114' title='Defined at 114 in lib/keybind.h.'>CK_Paste</a>:
<a id='L3883' name='L3883'></a>3883 <em class='comment'>// if non persistent selection and text selected</em>
<a id='L3884' name='L3884'></a>3884 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a>)
<a id='L3885' name='L3885'></a>3885 <a href='../S/src--editor--editcmd.c.html#L1477' title='Defined at 1477 in src/editor/editcmd.c.'>edit_block_delete_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3886' name='L3886'></a>3886 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/cursor_beyond_eol.html' title='Multiple used in 20 places.'>cursor_beyond_eol</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> &gt; 0)
<a id='L3887' name='L3887'></a>3887 <a href='../S/src--editor--edit.c.html#L2601' title='Defined at 2601 in src/editor/edit.c.'>edit_insert_over</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3888' name='L3888'></a>3888 <a href='../S/src--editor--editcmd.c.html#L1680' title='Defined at 1680 in src/editor/editcmd.c.'>edit_paste_from_X_buf_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3889' name='L3889'></a>3889 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a> &amp;&amp; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &gt;= 0)
<a id='L3890' name='L3890'></a>3890 <em class='brace'>{</em>
<a id='L3891' name='L3891'></a>3891 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> != 0)
<a id='L3892' name='L3892'></a>3892 <a href='../S/src--editor--edit.c.html#L2352' title='Defined at 2352 in src/editor/edit.c.'>edit_push_undo_action</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--edit-impl.h.html#L55' title='Defined at 55 in src/editor/edit-impl.h.'>COLUMN_ON</a>);
<a id='L3893' name='L3893'></a>3893 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> = 0;
<a id='L3894' name='L3894'></a>3894 <a href='../S/src--editor--edit.c.html#L3147' title='Defined at 3147 in src/editor/edit.c.'>edit_mark_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3895' name='L3895'></a>3895 <em class='brace'>}</em>
<a id='L3896' name='L3896'></a>3896 <strong class='reserved'>break</strong>;
<a id='L3897' name='L3897'></a>3897 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L89' title='Defined at 89 in lib/keybind.h.'>CK_History</a>:
<a id='L3898' name='L3898'></a>3898 <a href='../S/src--editor--editcmd.c.html#L1622' title='Defined at 1622 in src/editor/editcmd.c.'>edit_paste_from_history</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3899' name='L3899'></a>3899 <strong class='reserved'>break</strong>;
<a id='L3900' name='L3900'></a>3900
<a id='L3901' name='L3901'></a>3901 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L94' title='Defined at 94 in lib/keybind.h.'>CK_SaveAs</a>:
<a id='L3902' name='L3902'></a>3902 <a href='../S/src--editor--editcmd.c.html#L947' title='Defined at 947 in src/editor/editcmd.c.'>edit_save_as_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3903' name='L3903'></a>3903 <strong class='reserved'>break</strong>;
<a id='L3904' name='L3904'></a>3904 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L93' title='Defined at 93 in lib/keybind.h.'>CK_Save</a>:
<a id='L3905' name='L3905'></a>3905 <a href='../S/src--editor--editcmd.c.html#L1050' title='Defined at 1050 in src/editor/editcmd.c.'>edit_save_confirm_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3906' name='L3906'></a>3906 <strong class='reserved'>break</strong>;
<a id='L3907' name='L3907'></a>3907 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L250' title='Defined at 250 in lib/keybind.h.'>CK_BlockSave</a>:
<a id='L3908' name='L3908'></a>3908 <a href='../S/src--editor--editcmd.c.html#L1739' title='Defined at 1739 in src/editor/editcmd.c.'>edit_save_block_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3909' name='L3909'></a>3909 <strong class='reserved'>break</strong>;
<a id='L3910' name='L3910'></a>3910 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L246' title='Defined at 246 in lib/keybind.h.'>CK_InsertFile</a>:
<a id='L3911' name='L3911'></a>3911 <a href='../S/src--editor--editcmd.c.html#L1773' title='Defined at 1773 in src/editor/editcmd.c.'>edit_insert_file_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3912' name='L3912'></a>3912 <strong class='reserved'>break</strong>;
<a id='L3913' name='L3913'></a>3913
<a id='L3914' name='L3914'></a>3914 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L105' title='Defined at 105 in lib/keybind.h.'>CK_FilePrev</a>:
<a id='L3915' name='L3915'></a>3915 <a href='../S/src--editor--editcmd.c.html#L2036' title='Defined at 2036 in src/editor/editcmd.c.'>edit_load_back_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3916' name='L3916'></a>3916 <strong class='reserved'>break</strong>;
<a id='L3917' name='L3917'></a>3917 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L106' title='Defined at 106 in lib/keybind.h.'>CK_FileNext</a>:
<a id='L3918' name='L3918'></a>3918 <a href='../S/src--editor--editcmd.c.html#L2007' title='Defined at 2007 in src/editor/editcmd.c.'>edit_load_forward_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3919' name='L3919'></a>3919 <strong class='reserved'>break</strong>;
<a id='L3920' name='L3920'></a>3920
<a id='L3921' name='L3921'></a>3921 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L312' title='Defined at 312 in lib/keybind.h.'>CK_SyntaxChoose</a>:
<a id='L3922' name='L3922'></a>3922 <a href='../S/src--editor--syntax.c.html#L1590' title='Defined at 1590 in src/editor/syntax.c.'>edit_syntax_dialog</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3923' name='L3923'></a>3923 <strong class='reserved'>break</strong>;
<a id='L3924' name='L3924'></a>3924
<a id='L3925' name='L3925'></a>3925 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L78' title='Defined at 78 in lib/keybind.h.'>CK_Search</a>:
<a id='L3926' name='L3926'></a>3926 <a href='../S/src--editor--editsearch.c.html#L648' title='Defined at 648 in src/editor/editsearch.c.'>edit_search_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3927' name='L3927'></a>3927 <strong class='reserved'>break</strong>;
<a id='L3928' name='L3928'></a>3928 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L79' title='Defined at 79 in lib/keybind.h.'>CK_SearchContinue</a>:
<a id='L3929' name='L3929'></a>3929 <a href='../S/src--editor--editsearch.c.html#L648' title='Defined at 648 in src/editor/editsearch.c.'>edit_search_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3930' name='L3930'></a>3930 <strong class='reserved'>break</strong>;
<a id='L3931' name='L3931'></a>3931 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L80' title='Defined at 80 in lib/keybind.h.'>CK_Replace</a>:
<a id='L3932' name='L3932'></a>3932 <a href='../S/src--editor--editsearch.c.html#L811' title='Defined at 811 in src/editor/editsearch.c.'>edit_replace_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L3933' name='L3933'></a>3933 <strong class='reserved'>break</strong>;
<a id='L3934' name='L3934'></a>3934 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L81' title='Defined at 81 in lib/keybind.h.'>CK_ReplaceContinue</a>:
<a id='L3935' name='L3935'></a>3935 <a href='../S/src--editor--editsearch.c.html#L811' title='Defined at 811 in src/editor/editsearch.c.'>edit_replace_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3936' name='L3936'></a>3936 <strong class='reserved'>break</strong>;
<a id='L3937' name='L3937'></a>3937 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L92' title='Defined at 92 in lib/keybind.h.'>CK_Complete</a>:
<a id='L3938' name='L3938'></a>3938 <em class='comment'>// if text marked shift block</em>
<a id='L3939' name='L3939'></a>3939 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark1.html' title='Multiple used in 61 places.'>mark1</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> &amp;&amp; !<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/persistent_selections.html' title='Multiple used in 14 places.'>persistent_selections</a>)
<a id='L3940' name='L3940'></a>3940 <a href='../S/src--editor--edit.c.html#L1632' title='Defined at 1632 in src/editor/edit.c.'>edit_move_block_to_left</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3941' name='L3941'></a>3941 <strong class='reserved'>else</strong>
<a id='L3942' name='L3942'></a>3942 <a href='../S/src--editor--editcomplete.c.html#L412' title='Defined at 412 in src/editor/editcomplete.c.'>edit_complete_word_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3943' name='L3943'></a>3943 <strong class='reserved'>break</strong>;
<a id='L3944' name='L3944'></a>3944 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L139' title='Defined at 139 in lib/keybind.h.'>CK_Find</a>:
<a id='L3945' name='L3945'></a>3945 <a href='../S/src--editor--etags.c.html#L405' title='Defined at 405 in src/editor/etags.c.'>edit_get_match_keyword_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3946' name='L3946'></a>3946 <strong class='reserved'>break</strong>;
<a id='L3947' name='L3947'></a>3947
<a id='L3948' name='L3948'></a>3948 <em class='sharp'>#ifdef</em> <a href='../Y/HAVE_ASPELL.html' title='Multiple used in 14 places.'>HAVE_ASPELL</a>
<a id='L3949' name='L3949'></a>3949 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L302' title='Defined at 302 in lib/keybind.h.'>CK_SpellCheckCurrentWord</a>:
<a id='L3950' name='L3950'></a>3950 <a href='../S/src--editor--spell.c.html#L585' title='Defined at 585 in src/editor/spell.c.'>edit_suggest_current_word</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3951' name='L3951'></a>3951 <strong class='reserved'>break</strong>;
<a id='L3952' name='L3952'></a>3952 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L301' title='Defined at 301 in lib/keybind.h.'>CK_SpellCheck</a>:
<a id='L3953' name='L3953'></a>3953 <a href='../S/src--editor--spell.c.html#L670' title='Defined at 670 in src/editor/spell.c.'>edit_spellcheck_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3954' name='L3954'></a>3954 <strong class='reserved'>break</strong>;
<a id='L3955' name='L3955'></a>3955 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L303' title='Defined at 303 in lib/keybind.h.'>CK_SpellCheckSelectLang</a>:
<a id='L3956' name='L3956'></a>3956 <a href='../S/src--editor--spell.c.html#L702' title='Defined at 702 in src/editor/spell.c.'>edit_set_spell_lang</a> ();
<a id='L3957' name='L3957'></a>3957 <strong class='reserved'>break</strong>;
<a id='L3958' name='L3958'></a>3958 <em class='sharp'>#endif</em>
<a id='L3959' name='L3959'></a>3959
<a id='L3960' name='L3960'></a>3960 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L315' title='Defined at 315 in lib/keybind.h.'>CK_Date</a>:
<a id='L3961' name='L3961'></a>3961 <em class='brace'>{</em>
<a id='L3962' name='L3962'></a>3962 <strong class='reserved'>char</strong> <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>[<a href='../S/lib--global.h.html#L89' title='Defined at 89 in lib/global.h.'>BUF_MEDIUM</a>];
<a id='L3963' name='L3963'></a>3963 <em class='comment'>// fool gcc to prevent a Y2K warning</em>
<a id='L3964' name='L3964'></a>3964 <strong class='reserved'>char</strong> <a href='../Y/time_format.html' title='Multiple used in 3 places.'>time_format</a>[] = "_c";
<a id='L3965' name='L3965'></a>3965 <a href='../Y/time_format.html' title='Multiple used in 3 places.'>time_format</a>[0] = '%';
<a id='L3966' name='L3966'></a>3966
<a id='L3967' name='L3967'></a>3967 <a href='../S/lib--timefmt.h.html#L36' title='Defined at 36 in lib/timefmt.h.'>FMT_LOCALTIME_CURRENT</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>), <a href='../Y/time_format.html' title='Multiple used in 3 places.'>time_format</a>);
<a id='L3968' name='L3968'></a>3968 <a href='../S/src--editor--edit.c.html#L1684' title='Defined at 1684 in src/editor/edit.c.'>edit_print_string</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>);
<a id='L3969' name='L3969'></a>3969 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3970' name='L3970'></a>3970 <em class='brace'>}</em>
<a id='L3971' name='L3971'></a>3971 <strong class='reserved'>break</strong>;
<a id='L3972' name='L3972'></a>3972 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L95' title='Defined at 95 in lib/keybind.h.'>CK_Goto</a>:
<a id='L3973' name='L3973'></a>3973 <a href='../S/src--editor--editcmd.c.html#L1701' title='Defined at 1701 in src/editor/editcmd.c.'>edit_goto_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3974' name='L3974'></a>3974 <strong class='reserved'>break</strong>;
<a id='L3975' name='L3975'></a>3975 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L305' title='Defined at 305 in lib/keybind.h.'>CK_ParagraphFormat</a>:
<a id='L3976' name='L3976'></a>3976 <a href='../S/src--editor--format.c.html#L469' title='Defined at 469 in src/editor/format.c.'>format_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L3977' name='L3977'></a>3977 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L3978' name='L3978'></a>3978 <strong class='reserved'>break</strong>;
<a id='L3979' name='L3979'></a>3979 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L289' title='Defined at 289 in lib/keybind.h.'>CK_MacroDelete</a>:
<a id='L3980' name='L3980'></a>3980 <a href='../S/src--editor--editmacros.c.html#L319' title='Defined at 319 in src/editor/editmacros.c.'>edit_delete_macro_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3981' name='L3981'></a>3981 <strong class='reserved'>break</strong>;
<a id='L3982' name='L3982'></a>3982 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L306' title='Defined at 306 in lib/keybind.h.'>CK_MatchBracket</a>:
<a id='L3983' name='L3983'></a>3983 <a href='../S/src--editor--edit.c.html#L1576' title='Defined at 1576 in src/editor/edit.c.'>edit_goto_matching_bracket</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3984' name='L3984'></a>3984 <strong class='reserved'>break</strong>;
<a id='L3985' name='L3985'></a>3985 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L76' title='Defined at 76 in lib/keybind.h.'>CK_UserMenu</a>:
<a id='L3986' name='L3986'></a>3986 <a href='../S/src--editor--edit.c.html#L1771' title='Defined at 1771 in src/editor/edit.c.'>edit_user_menu</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, -1);
<a id='L3987' name='L3987'></a>3987 <strong class='reserved'>break</strong>;
<a id='L3988' name='L3988'></a>3988 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L124' title='Defined at 124 in lib/keybind.h.'>CK_Sort</a>:
<a id='L3989' name='L3989'></a>3989 <a href='../S/src--editor--editcmd.c.html#L1808' title='Defined at 1808 in src/editor/editcmd.c.'>edit_sort_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3990' name='L3990'></a>3990 <strong class='reserved'>break</strong>;
<a id='L3991' name='L3991'></a>3991 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L314' title='Defined at 314 in lib/keybind.h.'>CK_ExternalCommand</a>:
<a id='L3992' name='L3992'></a>3992 <a href='../S/src--editor--editcmd.c.html#L1879' title='Defined at 1879 in src/editor/editcmd.c.'>edit_ext_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3993' name='L3993'></a>3993 <strong class='reserved'>break</strong>;
<a id='L3994' name='L3994'></a>3994 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L316' title='Defined at 316 in lib/keybind.h.'>CK_EditMail</a>:
<a id='L3995' name='L3995'></a>3995 <a href='../S/src--editor--editcmd.c.html#L1942' title='Defined at 1942 in src/editor/editcmd.c.'>edit_mail_dialog</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3996' name='L3996'></a>3996 <strong class='reserved'>break</strong>;
<a id='L3997' name='L3997'></a>3997 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L87' title='Defined at 87 in lib/keybind.h.'>CK_SelectCodepage</a>:
<a id='L3998' name='L3998'></a>3998 <a href='../S/src--editor--editcmd.c.html#L1983' title='Defined at 1983 in src/editor/editcmd.c.'>edit_select_codepage_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L3999' name='L3999'></a>3999 <strong class='reserved'>break</strong>;
<a id='L4000' name='L4000'></a>4000 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L313' title='Defined at 313 in lib/keybind.h.'>CK_InsertLiteral</a>:
<a id='L4001' name='L4001'></a>4001 <a href='../S/src--editor--editcmd.c.html#L1995' title='Defined at 1995 in src/editor/editcmd.c.'>edit_insert_literal_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L4002' name='L4002'></a>4002 <strong class='reserved'>break</strong>;
<a id='L4003' name='L4003'></a>4003 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L288' title='Defined at 288 in lib/keybind.h.'>CK_MacroStartStopRecord</a>:
<a id='L4004' name='L4004'></a>4004 <a href='../S/src--editor--editmacros.c.html#L412' title='Defined at 412 in src/editor/editmacros.c.'>edit_begin_end_macro_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L4005' name='L4005'></a>4005 <strong class='reserved'>break</strong>;
<a id='L4006' name='L4006'></a>4006 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L292' title='Defined at 292 in lib/keybind.h.'>CK_RepeatStartStopRecord</a>:
<a id='L4007' name='L4007'></a>4007 <a href='../S/src--editor--editmacros.c.html#L426' title='Defined at 426 in src/editor/editmacros.c.'>edit_begin_end_repeat_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L4008' name='L4008'></a>4008 <strong class='reserved'>break</strong>;
<a id='L4009' name='L4009'></a>4009 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L131' title='Defined at 131 in lib/keybind.h.'>CK_ExtendedKeyMap</a>:
<a id='L4010' name='L4010'></a>4010 <a href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)-&gt;<a href='../Y/ext_mode.html' title='Multiple used in 13 places.'>ext_mode</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L4011' name='L4011'></a>4011 <strong class='reserved'>break</strong>;
<a id='L4012' name='L4012'></a>4012 <strong class='reserved'>default</strong>:
<a id='L4013' name='L4013'></a>4013 <strong class='reserved'>break</strong>;
<a id='L4014' name='L4014'></a>4014 <em class='brace'>}</em>
<a id='L4015' name='L4015'></a>4015
<a id='L4016' name='L4016'></a>4016 <em class='comment'>// CK_PipeBlock</em>
<a id='L4017' name='L4017'></a>4017 <strong class='reserved'>if</strong> ((<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> / <a href='../S/lib--keybind.h.html#L28' title='Defined at 28 in lib/keybind.h.'>CK_PipeBlock</a> (0)) == 1)
<a id='L4018' name='L4018'></a>4018 <a href='../S/src--editor--editcmd.c.html#L1926' title='Defined at 1926 in src/editor/editcmd.c.'>edit_block_process_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/command.html' title='Multiple used in 268 places.'>command</a> - <a href='../S/lib--keybind.h.html#L28' title='Defined at 28 in lib/keybind.h.'>CK_PipeBlock</a> (0));
<a id='L4019' name='L4019'></a>4019
<a id='L4020' name='L4020'></a>4020 <em class='comment'>// keys which must set the col position, and the search vars</em>
<a id='L4021' name='L4021'></a>4021 <strong class='reserved'>switch</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>)
<a id='L4022' name='L4022'></a>4022 <em class='brace'>{</em>
<a id='L4023' name='L4023'></a>4023 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L78' title='Defined at 78 in lib/keybind.h.'>CK_Search</a>:
<a id='L4024' name='L4024'></a>4024 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L79' title='Defined at 79 in lib/keybind.h.'>CK_SearchContinue</a>:
<a id='L4025' name='L4025'></a>4025 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L80' title='Defined at 80 in lib/keybind.h.'>CK_Replace</a>:
<a id='L4026' name='L4026'></a>4026 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L81' title='Defined at 81 in lib/keybind.h.'>CK_ReplaceContinue</a>:
<a id='L4027' name='L4027'></a>4027 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L92' title='Defined at 92 in lib/keybind.h.'>CK_Complete</a>:
<a id='L4028' name='L4028'></a>4028 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L4029' name='L4029'></a>4029 <strong class='reserved'>break</strong>;
<a id='L4030' name='L4030'></a>4030 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L43' title='Defined at 43 in lib/keybind.h.'>CK_Up</a>:
<a id='L4031' name='L4031'></a>4031 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L117' title='Defined at 117 in lib/keybind.h.'>CK_MarkUp</a>:
<a id='L4032' name='L4032'></a>4032 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L279' title='Defined at 279 in lib/keybind.h.'>CK_MarkColumnUp</a>:
<a id='L4033' name='L4033'></a>4033 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L44' title='Defined at 44 in lib/keybind.h.'>CK_Down</a>:
<a id='L4034' name='L4034'></a>4034 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L118' title='Defined at 118 in lib/keybind.h.'>CK_MarkDown</a>:
<a id='L4035' name='L4035'></a>4035 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L280' title='Defined at 280 in lib/keybind.h.'>CK_MarkColumnDown</a>:
<a id='L4036' name='L4036'></a>4036 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L51' title='Defined at 51 in lib/keybind.h.'>CK_PageUp</a>:
<a id='L4037' name='L4037'></a>4037 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L264' title='Defined at 264 in lib/keybind.h.'>CK_MarkPageUp</a>:
<a id='L4038' name='L4038'></a>4038 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L275' title='Defined at 275 in lib/keybind.h.'>CK_MarkColumnPageUp</a>:
<a id='L4039' name='L4039'></a>4039 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L52' title='Defined at 52 in lib/keybind.h.'>CK_PageDown</a>:
<a id='L4040' name='L4040'></a>4040 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L265' title='Defined at 265 in lib/keybind.h.'>CK_MarkPageDown</a>:
<a id='L4041' name='L4041'></a>4041 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L276' title='Defined at 276 in lib/keybind.h.'>CK_MarkColumnPageDown</a>:
<a id='L4042' name='L4042'></a>4042 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L55' title='Defined at 55 in lib/keybind.h.'>CK_Top</a>:
<a id='L4043' name='L4043'></a>4043 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L266' title='Defined at 266 in lib/keybind.h.'>CK_MarkToFileBegin</a>:
<a id='L4044' name='L4044'></a>4044 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L56' title='Defined at 56 in lib/keybind.h.'>CK_Bottom</a>:
<a id='L4045' name='L4045'></a>4045 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L267' title='Defined at 267 in lib/keybind.h.'>CK_MarkToFileEnd</a>:
<a id='L4046' name='L4046'></a>4046 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L242' title='Defined at 242 in lib/keybind.h.'>CK_ParagraphUp</a>:
<a id='L4047' name='L4047'></a>4047 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L272' title='Defined at 272 in lib/keybind.h.'>CK_MarkParagraphUp</a>:
<a id='L4048' name='L4048'></a>4048 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L283' title='Defined at 283 in lib/keybind.h.'>CK_MarkColumnParagraphUp</a>:
<a id='L4049' name='L4049'></a>4049 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L243' title='Defined at 243 in lib/keybind.h.'>CK_ParagraphDown</a>:
<a id='L4050' name='L4050'></a>4050 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L273' title='Defined at 273 in lib/keybind.h.'>CK_MarkParagraphDown</a>:
<a id='L4051' name='L4051'></a>4051 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L284' title='Defined at 284 in lib/keybind.h.'>CK_MarkColumnParagraphDown</a>:
<a id='L4052' name='L4052'></a>4052 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L239' title='Defined at 239 in lib/keybind.h.'>CK_ScrollUp</a>:
<a id='L4053' name='L4053'></a>4053 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L270' title='Defined at 270 in lib/keybind.h.'>CK_MarkScrollUp</a>:
<a id='L4054' name='L4054'></a>4054 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L281' title='Defined at 281 in lib/keybind.h.'>CK_MarkColumnScrollUp</a>:
<a id='L4055' name='L4055'></a>4055 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L240' title='Defined at 240 in lib/keybind.h.'>CK_ScrollDown</a>:
<a id='L4056' name='L4056'></a>4056 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L271' title='Defined at 271 in lib/keybind.h.'>CK_MarkScrollDown</a>:
<a id='L4057' name='L4057'></a>4057 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L282' title='Defined at 282 in lib/keybind.h.'>CK_MarkColumnScrollDown</a>:
<a id='L4058' name='L4058'></a>4058 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L4059' name='L4059'></a>4059 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> = 0;
<a id='L4060' name='L4060'></a>4060 <strong class='reserved'>break</strong>;
<a id='L4061' name='L4061'></a>4061 <strong class='reserved'>default</strong>:
<a id='L4062' name='L4062'></a>4062 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/found_len.html' title='Multiple used in 44 places.'>found_len</a> = 0;
<a id='L4063' name='L4063'></a>4063 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/prev_col.html' title='Multiple used in 15 places.'>prev_col</a> = <a href='../S/src--editor--edit.c.html#L2847' title='Defined at 2847 in src/editor/edit.c.'>edit_get_col</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L4064' name='L4064'></a>4064 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/search_start.html' title='Multiple used in 120 places.'>search_start</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L4065' name='L4065'></a>4065 <em class='brace'>}</em>
<a id='L4066' name='L4066'></a>4066 <a href='../S/src--editor--edit.c.html#L3262' title='Defined at 3262 in src/editor/edit.c.'>edit_find_bracket</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
<a id='L4067' name='L4067'></a>4067
<a id='L4068' name='L4068'></a>4068 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/auto_para_formatting.html' title='Multiple used in 11 places.'>auto_para_formatting</a>)
<a id='L4069' name='L4069'></a>4069 <em class='brace'>{</em>
<a id='L4070' name='L4070'></a>4070 <strong class='reserved'>switch</strong> (<a href='../Y/command.html' title='Multiple used in 268 places.'>command</a>)
<a id='L4071' name='L4071'></a>4071 <em class='brace'>{</em>
<a id='L4072' name='L4072'></a>4072 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L71' title='Defined at 71 in lib/keybind.h.'>CK_BackSpace</a>:
<a id='L4073' name='L4073'></a>4073 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L64' title='Defined at 64 in lib/keybind.h.'>CK_Delete</a>:
<a id='L4074' name='L4074'></a>4074 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L109' title='Defined at 109 in lib/keybind.h.'>CK_DeleteToWordBegin</a>:
<a id='L4075' name='L4075'></a>4075 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L110' title='Defined at 110 in lib/keybind.h.'>CK_DeleteToWordEnd</a>:
<a id='L4076' name='L4076'></a>4076 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L107' title='Defined at 107 in lib/keybind.h.'>CK_DeleteToHome</a>:
<a id='L4077' name='L4077'></a>4077 <strong class='reserved'>case</strong> <a href='../S/lib--keybind.h.html#L108' title='Defined at 108 in lib/keybind.h.'>CK_DeleteToEnd</a>:
<a id='L4078' name='L4078'></a>4078 <a href='../S/src--editor--format.c.html#L469' title='Defined at 469 in src/editor/format.c.'>format_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L4079' name='L4079'></a>4079 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
<a id='L4080' name='L4080'></a>4080 <strong class='reserved'>break</strong>;
<a id='L4081' name='L4081'></a>4081 <strong class='reserved'>default</strong>:
<a id='L4082' name='L4082'></a>4082 <strong class='reserved'>break</strong>;
<a id='L4083' name='L4083'></a>4083 <em class='brace'>}</em>
<a id='L4084' name='L4084'></a>4084 <em class='brace'>}</em>
<a id='L4085' name='L4085'></a>4085 <em class='brace'>}</em>
<a id='L4086' name='L4086'></a>4086
<a id='L4087' name='L4087'></a>4087 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4088' name='L4088'></a>4088
<a id='L4089' name='L4089'></a>4089 <strong class='reserved'>void</strong>
<a id='L4090' name='L4090'></a>4090 <a href='../R/edit_stack_init.html' title='Multiple referred from 2 places.'>edit_stack_init</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L3331'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4101'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4090 src/editor/edit.c' /> */</em>
<a id='L4091' name='L4091'></a>4091 <em class='brace'>{</em>
<a id='L4092' name='L4092'></a>4092 <strong class='reserved'>for</strong> (<a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> = 0; <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L69' title='Defined at 69 in src/editor/edit-impl.h.'>MAX_HISTORY_MOVETO</a>; <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a>++)
<a id='L4093' name='L4093'></a>4093 <a href='../S/src--editor--edit.c.html#L4171' title='Defined at 4171 in src/editor/edit.c.'>edit_arg_init</a> (&amp;<a href='../Y/edit_history_moveto.html' title='Multiple used in 12 places.'>edit_history_moveto</a>[<a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a>], <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, -1);
<a id='L4094' name='L4094'></a>4094
<a id='L4095' name='L4095'></a>4095 <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> = 0;
<a id='L4096' name='L4096'></a>4096 <em class='brace'>}</em>
<a id='L4097' name='L4097'></a>4097
<a id='L4098' name='L4098'></a>4098 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4099' name='L4099'></a>4099
<a id='L4100' name='L4100'></a>4100 <strong class='reserved'>void</strong>
<a id='L4101' name='L4101'></a>4101 <a href='../R/edit_stack_free.html' title='Multiple referred from 2 places.'>edit_stack_free</a> (<strong class='reserved'>void</strong>)
<em class='comment'>/* <a href='#L4090'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4111'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4101 src/editor/edit.c' /> */</em>
<a id='L4102' name='L4102'></a>4102 <em class='brace'>{</em>
<a id='L4103' name='L4103'></a>4103 <strong class='reserved'>for</strong> (<a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> = 0; <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> &lt; <a href='../S/src--editor--edit-impl.h.html#L69' title='Defined at 69 in src/editor/edit-impl.h.'>MAX_HISTORY_MOVETO</a>; <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a>++)
<a id='L4104' name='L4104'></a>4104 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/edit_history_moveto.html' title='Multiple used in 12 places.'>edit_history_moveto</a>[<a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a>].<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L4105' name='L4105'></a>4105 <em class='brace'>}</em>
<a id='L4106' name='L4106'></a>4106
<a id='L4107' name='L4107'></a>4107 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4108' name='L4108'></a>4108 <em class='comment'>/** move i lines */</em>
<a id='L4109' name='L4109'></a>4109
<a id='L4110' name='L4110'></a>4110 <strong class='reserved'>void</strong>
<a id='L4111' name='L4111'></a>4111 <a href='../R/edit_move_up.html' title='Multiple referred from 9 places.'>edit_move_up</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>)
<em class='comment'>/* <a href='#L4101'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4120'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4111 src/editor/edit.c' /> */</em>
<a id='L4112' name='L4112'></a>4112 <em class='brace'>{</em>
<a id='L4113' name='L4113'></a>4113 <a href='../S/src--editor--edit.c.html#L1065' title='Defined at 1065 in src/editor/edit.c.'>edit_move_updown</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L4114' name='L4114'></a>4114 <em class='brace'>}</em>
<a id='L4115' name='L4115'></a>4115
<a id='L4116' name='L4116'></a>4116 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4117' name='L4117'></a>4117 <em class='comment'>/** move i lines */</em>
<a id='L4118' name='L4118'></a>4118
<a id='L4119' name='L4119'></a>4119 <strong class='reserved'>void</strong>
<a id='L4120' name='L4120'></a>4120 <a href='../R/edit_move_down.html' title='Multiple referred from 10 places.'>edit_move_down</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>)
<em class='comment'>/* <a href='#L4111'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4135'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4120 src/editor/edit.c' /> */</em>
<a id='L4121' name='L4121'></a>4121 <em class='brace'>{</em>
<a id='L4122' name='L4122'></a>4122 <a href='../S/src--editor--edit.c.html#L1065' title='Defined at 1065 in src/editor/edit.c.'>edit_move_updown</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>, <a href='../Y/do_scroll.html' title='Multiple used in 12 places.'>do_scroll</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L4123' name='L4123'></a>4123 <em class='brace'>}</em>
<a id='L4124' name='L4124'></a>4124
<a id='L4125' name='L4125'></a>4125 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4126' name='L4126'></a>4126 <em class='comment'>/**</em>
<a id='L4127' name='L4127'></a>4127 <em class='comment'> * Create edit_arg_t object from vfs_path_t object and the line number.</em>
<a id='L4128' name='L4128'></a>4128 <em class='comment'> *</em>
<a id='L4129' name='L4129'></a>4129 <em class='comment'> * @param file_vpath file path object</em>
<a id='L4130' name='L4130'></a>4130 <em class='comment'> * @param line_number line number. If value is 0, try to restore saved position.</em>
<a id='L4131' name='L4131'></a>4131 <em class='comment'> * @return edit_arg_t object</em>
<a id='L4132' name='L4132'></a>4132 <em class='comment'> */</em>
<a id='L4133' name='L4133'></a>4133
<a id='L4134' name='L4134'></a>4134 <a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *
<a id='L4135' name='L4135'></a>4135 <a href='../R/edit_arg_vpath_new.html' title='Multiple referred from 4 places.'>edit_arg_vpath_new</a> (<a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>, <strong class='reserved'>long</strong> <a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a>)
<em class='comment'>/* <a href='#L4120'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4156'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4135 src/editor/edit.c' /> */</em>
<a id='L4136' name='L4136'></a>4136 <em class='brace'>{</em>
<a id='L4137' name='L4137'></a>4137 <a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>;
<a id='L4138' name='L4138'></a>4138
<a id='L4139' name='L4139'></a>4139 <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a> = <a href='../Y/g_new.html' title='Multiple used in 58 places.'>g_new</a> (<a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a>, 1);
<a id='L4140' name='L4140'></a>4140 <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a> = <a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>;
<a id='L4141' name='L4141'></a>4141 <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a> = <a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a>;
<a id='L4142' name='L4142'></a>4142
<a id='L4143' name='L4143'></a>4143 <strong class='reserved'>return</strong> <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>;
<a id='L4144' name='L4144'></a>4144 <em class='brace'>}</em>
<a id='L4145' name='L4145'></a>4145
<a id='L4146' name='L4146'></a>4146 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4147' name='L4147'></a>4147 <em class='comment'>/**</em>
<a id='L4148' name='L4148'></a>4148 <em class='comment'> * Create edit_arg_t object from file name and the line number.</em>
<a id='L4149' name='L4149'></a>4149 <em class='comment'> *</em>
<a id='L4150' name='L4150'></a>4150 <em class='comment'> * @param file_name file name</em>
<a id='L4151' name='L4151'></a>4151 <em class='comment'> * @param line_number line number. If value is 0, try to restore saved position.</em>
<a id='L4152' name='L4152'></a>4152 <em class='comment'> * @return edit_arg_t object</em>
<a id='L4153' name='L4153'></a>4153 <em class='comment'> */</em>
<a id='L4154' name='L4154'></a>4154
<a id='L4155' name='L4155'></a>4155 <a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *
<a id='L4156' name='L4156'></a>4156 <a href='../R/edit_arg_new.html' title='Multiple referred from 3 places.'>edit_arg_new</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/file_name.html' title='Multiple used in 83 places.'>file_name</a>, <strong class='reserved'>long</strong> <a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a>)
<em class='comment'>/* <a href='#L4135'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4171'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4156 src/editor/edit.c' /> */</em>
<a id='L4157' name='L4157'></a>4157 <em class='brace'>{</em>
<a id='L4158' name='L4158'></a>4158 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit.c.html#L4135' title='Defined at 4135 in src/editor/edit.c.'>edit_arg_vpath_new</a> (<a href='../S/lib--vfs--path.c.html#L722' title='Defined at 722 in lib/vfs/path.c.'>vfs_path_from_str</a> (<a href='../Y/file_name.html' title='Multiple used in 83 places.'>file_name</a>), <a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a>);
<a id='L4159' name='L4159'></a>4159 <em class='brace'>}</em>
<a id='L4160' name='L4160'></a>4160
<a id='L4161' name='L4161'></a>4161 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4162' name='L4162'></a>4162 <em class='comment'>/**</em>
<a id='L4163' name='L4163'></a>4163 <em class='comment'> * Initialize edit_arg_t object.</em>
<a id='L4164' name='L4164'></a>4164 <em class='comment'> *</em>
<a id='L4165' name='L4165'></a>4165 <em class='comment'> * @param arg edit_arg_t object</em>
<a id='L4166' name='L4166'></a>4166 <em class='comment'> * @param vpath vfs_path_t object</em>
<a id='L4167' name='L4167'></a>4167 <em class='comment'> * @param line line number</em>
<a id='L4168' name='L4168'></a>4168 <em class='comment'> */</em>
<a id='L4169' name='L4169'></a>4169
<a id='L4170' name='L4170'></a>4170 <strong class='reserved'>void</strong>
<a id='L4171' name='L4171'></a>4171 <a href='../R/edit_arg_init.html' title='Multiple referred from 9 places.'>edit_arg_init</a> (<a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>, <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <a href='#L4156'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4187'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4171 src/editor/edit.c' /> */</em>
<a id='L4172' name='L4172'></a>4172 <em class='brace'>{</em>
<a id='L4173' name='L4173'></a>4173 <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a> = (<a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *) <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>;
<a id='L4174' name='L4174'></a>4174 <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a> = <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
<a id='L4175' name='L4175'></a>4175 <em class='brace'>}</em>
<a id='L4176' name='L4176'></a>4176
<a id='L4177' name='L4177'></a>4177 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4178' name='L4178'></a>4178 <em class='comment'>/**</em>
<a id='L4179' name='L4179'></a>4179 <em class='comment'> * Apply new values to edit_arg_t object members.</em>
<a id='L4180' name='L4180'></a>4180 <em class='comment'> *</em>
<a id='L4181' name='L4181'></a>4181 <em class='comment'> * @param arg edit_arg_t object</em>
<a id='L4182' name='L4182'></a>4182 <em class='comment'> * @param vpath vfs_path_t object</em>
<a id='L4183' name='L4183'></a>4183 <em class='comment'> * @param line line number</em>
<a id='L4184' name='L4184'></a>4184 <em class='comment'> */</em>
<a id='L4185' name='L4185'></a>4185
<a id='L4186' name='L4186'></a>4186 <strong class='reserved'>void</strong>
<a id='L4187' name='L4187'></a>4187 <a href='../R/edit_arg_assign.html' title='Multiple referred from 3 places.'>edit_arg_assign</a> (<a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>, <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *<a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <a href='#L4171'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4201'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4187 src/editor/edit.c' /> */</em>
<a id='L4188' name='L4188'></a>4188 <em class='brace'>{</em>
<a id='L4189' name='L4189'></a>4189 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L4190' name='L4190'></a>4190 <a href='../S/src--editor--edit.c.html#L4171' title='Defined at 4171 in src/editor/edit.c.'>edit_arg_init</a> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>, <a href='../Y/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L4191' name='L4191'></a>4191 <em class='brace'>}</em>
<a id='L4192' name='L4192'></a>4192
<a id='L4193' name='L4193'></a>4193 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4194' name='L4194'></a>4194 <em class='comment'>/**</em>
<a id='L4195' name='L4195'></a>4195 <em class='comment'> * Free the edit_arg_t object.</em>
<a id='L4196' name='L4196'></a>4196 <em class='comment'> *</em>
<a id='L4197' name='L4197'></a>4197 <em class='comment'> * @param arg edit_arg_t object</em>
<a id='L4198' name='L4198'></a>4198 <em class='comment'> */</em>
<a id='L4199' name='L4199'></a>4199
<a id='L4200' name='L4200'></a>4200 <strong class='reserved'>void</strong>
<a id='L4201' name='L4201'></a>4201 <a href='../R/edit_arg_free.html' title='Multiple referred from 2 places.'>edit_arg_free</a> (<a href='../S/src--editor--edit.h.html#L69' title='Defined at 69 in src/editor/edit.h.'>edit_arg_t</a> *<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>)
<em class='comment'>/* <a href='#L4187'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L4210'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4201 src/editor/edit.c' /> */</em>
<a id='L4202' name='L4202'></a>4202 <em class='brace'>{</em>
<a id='L4203' name='L4203'></a>4203 <a href='../S/lib--vfs--path.c.html#L918' title='Defined at 918 in lib/vfs/path.c.'>vfs_path_free</a> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>-&gt;<a href='../Y/file_vpath.html' title='Multiple used in 20 places.'>file_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L4204' name='L4204'></a>4204 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
<a id='L4205' name='L4205'></a>4205 <em class='brace'>}</em>
<a id='L4206' name='L4206'></a>4206
<a id='L4207' name='L4207'></a>4207 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L4208' name='L4208'></a>4208
<a id='L4209' name='L4209'></a>4209 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *
<a id='L4210' name='L4210'></a>4210 <a href='../R/edit_get_file_name.html' title='Multiple referred from 4 places.'>edit_get_file_name</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>)
<em class='comment'>/* <a href='#L4201'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4210 src/editor/edit.c' /> */</em>
<a id='L4211' name='L4211'></a>4211 <em class='brace'>{</em>
<a id='L4212' name='L4212'></a>4212 <strong class='reserved'>return</strong> <a href='../S/lib--vfs--path.h.html#L139' title='Defined at 139 in lib/vfs/path.h.'>vfs_path_as_str</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
<a id='L4213' name='L4213'></a>4213 <em class='brace'>}</em>
<a id='L4214' name='L4214'></a>4214
<a id='L4215' name='L4215'></a>4215 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L154'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L4210'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+4215 src/editor/edit.c' /> */</em>
</body>
</html>