mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
2243 lines
423 KiB
HTML
2243 lines
423 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/editcmd.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='#L96'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L2068'><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>/editcmd.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <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>/editcmd.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='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1 src/editor/editcmd.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L96' title='Defined at 96.'>edit_save_mode_callback</a></li>
|
|
<li><a href='#L129' title='Defined at 129.'>edit_save_file</a></li>
|
|
<li><a href='#L361' title='Defined at 361.'>edit_check_newline</a></li>
|
|
<li><a href='#L374' title='Defined at 374.'>edit_get_save_file_as</a></li>
|
|
<li><a href='#L428' title='Defined at 428.'>edit_save_cmd</a></li>
|
|
<li><a href='#L459' title='Defined at 459.'>edit_delete_column_of_text</a></li>
|
|
<li><a href='#L501' title='Defined at 501.'>edit_block_delete</a></li>
|
|
<li><a href='#L570' title='Defined at 570.'>edit_get_block</a></li>
|
|
<li><a href='#L608' title='Defined at 608.'>edit_save_block_to_clip_file</a></li>
|
|
<li><a href='#L623' title='Defined at 623.'>pipe_mail</a></li>
|
|
<li><a href='#L669' title='Defined at 669.'>edit_append_spaces_at_eol</a></li>
|
|
<li><a href='#L679' title='Defined at 679.'>edit_insert_column_of_text</a></li>
|
|
<li><a href='#L740' title='Defined at 740.'>edit_syntax_onoff_cb</a></li>
|
|
<li><a href='#L757' title='Defined at 757.'>editcmd_dialog_raw_key_query_cb</a></li>
|
|
<li><a href='#L775' title='Defined at 775.'>editcmd_check_and_create_user_syntax_directory</a></li>
|
|
<li><a href='#L820' title='Defined at 820.'>edit_refresh_cmd</a></li>
|
|
<li><a href='#L835' title='Defined at 835.'>edit_syntax_onoff_cmd</a></li>
|
|
<li><a href='#L850' title='Defined at 850.'>edit_show_tabs_tws_cmd</a></li>
|
|
<li><a href='#L864' title='Defined at 864.'>edit_show_margin_cmd</a></li>
|
|
<li><a href='#L878' title='Defined at 878.'>edit_show_numbers_cmd</a></li>
|
|
<li><a href='#L888' title='Defined at 888.'>edit_save_mode_cmd</a></li>
|
|
<li><a href='#L933' title='Defined at 933.'>edit_set_filename</a></li>
|
|
<li><a href='#L947' title='Defined at 947.'>edit_save_as_cmd</a></li>
|
|
<li><a href='#L1050' title='Defined at 1050.'>edit_save_confirm_cmd</a></li>
|
|
<li><a href='#L1082' title='Defined at 1082.'>edit_load_cmd</a></li>
|
|
<li><a href='#L1118' title='Defined at 1118.'>edit_load_file_from_filename</a></li>
|
|
<li><a href='#L1135' title='Defined at 1135.'>edit_load_file_from_history</a></li>
|
|
<li><a href='#L1166' title='Defined at 1166.'>edit_load_syntax_file</a></li>
|
|
<li><a href='#L1220' title='Defined at 1220.'>edit_load_menu_file</a></li>
|
|
<li><a href='#L1287' title='Defined at 1287.'>edit_close_cmd</a></li>
|
|
<li><a href='#L1323' title='Defined at 1323.'>edit_block_copy_cmd</a></li>
|
|
<li><a href='#L1371' title='Defined at 1371.'>edit_block_move_cmd</a></li>
|
|
<li><a href='#L1477' title='Defined at 1477.'>edit_block_delete_cmd</a></li>
|
|
<li><a href='#L1497' title='Defined at 1497.'>edit_ok_to_quit</a></li>
|
|
<li><a href='#L1556' title='Defined at 1556.'>edit_save_block</a></li>
|
|
<li><a href='#L1622' title='Defined at 1622.'>edit_paste_from_history</a></li>
|
|
<li><a href='#L1632' title='Defined at 1632.'>edit_copy_to_X_buf_cmd</a></li>
|
|
<li><a href='#L1656' title='Defined at 1656.'>edit_cut_to_X_buf_cmd</a></li>
|
|
<li><a href='#L1680' title='Defined at 1680.'>edit_paste_from_X_buf_cmd</a></li>
|
|
<li><a href='#L1701' title='Defined at 1701.'>edit_goto_cmd</a></li>
|
|
<li><a href='#L1739' title='Defined at 1739.'>edit_save_block_cmd</a></li>
|
|
<li><a href='#L1773' title='Defined at 1773.'>edit_insert_file_cmd</a></li>
|
|
<li><a href='#L1808' title='Defined at 1808.'>edit_sort_cmd</a></li>
|
|
<li><a href='#L1879' title='Defined at 1879.'>edit_ext_cmd</a></li>
|
|
<li><a href='#L1926' title='Defined at 1926.'>edit_block_process_cmd</a></li>
|
|
<li><a href='#L1942' title='Defined at 1942.'>edit_mail_dialog</a></li>
|
|
<li><a href='#L1983' title='Defined at 1983.'>edit_select_codepage_cmd</a></li>
|
|
<li><a href='#L1995' title='Defined at 1995.'>edit_insert_literal_cmd</a></li>
|
|
<li><a href='#L2007' title='Defined at 2007.'>edit_load_forward_cmd</a></li>
|
|
<li><a href='#L2036' title='Defined at 2036.'>edit_load_back_cmd</a></li>
|
|
<li><a href='#L2068' title='Defined at 2068.'>editcmd_dialog_raw_key_query</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 high level editing commands</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'> Andrew Borodin <aborodin@vmail.ru>, 2012-2022</em>
|
|
<a id='L10' name='L10'></a> 10 <em class='comment'> Ilia Maslakov <il.smind@gmail.com>, 2012</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 <https://www.gnu.org/licenses/>.</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 high level editing commands</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='comment'>/* #define PIPE_BLOCKS_SO_READ_BYTE_BY_BYTE */</em>
|
|
<a id='L35' name='L35'></a> 35
|
|
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> <config.h>
|
|
<a id='L37' name='L37'></a> 37
|
|
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> <ctype.h>
|
|
<a id='L39' name='L39'></a> 39 <em class='sharp'>#include</em> <stdio.h>
|
|
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> <stdarg.h>
|
|
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> <sys/types.h>
|
|
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> <unistd.h>
|
|
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> <string.h>
|
|
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> <sys/stat.h>
|
|
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> <stdlib.h>
|
|
<a id='L46' name='L46'></a> 46 <em class='sharp'>#include</em> <errno.h>
|
|
<a id='L47' name='L47'></a> 47
|
|
<a id='L48' name='L48'></a> 48 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
|
|
<a id='L49' name='L49'></a> 49 <em class='sharp'>#include</em> "<a href='lib--tty--tty.h.html'>lib/tty/tty.h</a>"
|
|
<a id='L50' name='L50'></a> 50 <em class='sharp'>#include</em> "<a href='lib--tty--key.h.html'>lib/tty/key.h</a>" <em class='comment'>// XCTRL</em>
|
|
<a id='L51' name='L51'></a> 51 <em class='sharp'>#include</em> "<a href='lib--strutil.h.html'>lib/strutil.h</a>" <em class='comment'>// utf string functions</em>
|
|
<a id='L52' name='L52'></a> 52 <em class='sharp'>#include</em> "<a href='lib--fileloc.h.html'>lib/fileloc.h</a>"
|
|
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> "<a href='lib--lock.h.html'>lib/lock.h</a>"
|
|
<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'>// tilde_expand(), x_basename()</em>
|
|
<a id='L55' name='L55'></a> 55 <em class='sharp'>#include</em> "<a href='lib--vfs--vfs.h.html'>lib/vfs/vfs.h</a>"
|
|
<a id='L56' name='L56'></a> 56 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
|
|
<a id='L57' name='L57'></a> 57 <em class='sharp'>#include</em> "<a href='lib--event.h.html'>lib/event.h</a>" <em class='comment'>// mc_event_raise()</em>
|
|
<a id='L58' name='L58'></a> 58 <em class='sharp'>#include</em> "<a href='lib--charsets.h.html'>lib/charsets.h</a>"
|
|
<a id='L59' name='L59'></a> 59
|
|
<a id='L60' name='L60'></a> 60 <em class='sharp'>#include</em> "<a href='../I/history.h.html'>src/history.h</a>"
|
|
<a id='L61' name='L61'></a> 61 <em class='sharp'>#include</em> "<a href='src--file_history.h.html'>src/file_history.h</a>" <em class='comment'>// show_file_history()</em>
|
|
<a id='L62' name='L62'></a> 62 <em class='sharp'>#include</em> "<a href='src--selcodepage.h.html'>src/selcodepage.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'>// check_for_default(), 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--etags.h.html'>etags.h</a>"
|
|
<a id='L69' name='L69'></a> 69
|
|
<a id='L70' name='L70'></a> 70 <em class='comment'>/*** global variables ****************************************************************************/</em>
|
|
<a id='L71' name='L71'></a> 71
|
|
<a id='L72' name='L72'></a> 72 <em class='comment'>/* search and replace: */</em>
|
|
<a id='L73' name='L73'></a> 73 <strong class='reserved'>int</strong> <a href='../Y/search_create_bookmark.html' title='Multiple used in 5 places.'>search_create_bookmark</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L74' name='L74'></a> 74
|
|
<a id='L75' name='L75'></a> 75 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
|
|
<a id='L76' name='L76'></a> 76
|
|
<a id='L77' name='L77'></a> 77 <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='L78' name='L78'></a> 78
|
|
<a id='L79' name='L79'></a> 79 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
|
|
<a id='L80' name='L80'></a> 80
|
|
<a id='L81' name='L81'></a> 81 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
|
|
<a id='L82' name='L82'></a> 82
|
|
<a id='L83' name='L83'></a> 83 <a href='../D/MC_TESTABLE.html' title='Multiple defined in 2 places.'>MC_TESTABLE</a> <strong class='reserved'>void</strong> <a href='../S/src--editor--editcmd.c.html#L679' title='Defined at 679 in src/editor/editcmd.c.'>edit_insert_column_of_text</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/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <strong class='reserved'>long</strong> <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>,
|
|
<a id='L84' name='L84'></a> 84 <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>,
|
|
<a id='L85' name='L85'></a> 85 <strong class='reserved'>long</strong> *<a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a>);
|
|
<a id='L86' name='L86'></a> 86
|
|
<a id='L87' name='L87'></a> 87 <em class='comment'>/*** file scope variables ************************************************************************/</em>
|
|
<a id='L88' name='L88'></a> 88
|
|
<a id='L89' name='L89'></a> 89 <strong class='reserved'>static</strong> <strong class='reserved'>unsigned</strong> <strong class='reserved'>long</strong> <a href='../Y/edit_save_mode_radio_id.html' title='Multiple used in 3 places.'>edit_save_mode_radio_id</a>, <a href='../Y/edit_save_mode_input_id.html' title='Multiple used in 3 places.'>edit_save_mode_input_id</a>;
|
|
<a id='L90' name='L90'></a> 90
|
|
<a id='L91' name='L91'></a> 91 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L92' name='L92'></a> 92 <em class='comment'>/*** file scope functions ************************************************************************/</em>
|
|
<a id='L93' name='L93'></a> 93 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L94' name='L94'></a> 94
|
|
<a id='L95' name='L95'></a> 95 <strong class='reserved'>static</strong> <a href='../S/lib--widget--widget-common.h.html#L66' title='Defined at 66 in lib/widget/widget-common.h.'>cb_ret_t</a>
|
|
<a id='L96' name='L96'></a> 96 <a href='../S/src--editor--editcmd.c.html#L918' title='Referred from 918 in src/editor/editcmd.c.'>edit_save_mode_callback</a> (<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='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../S/lib--widget--widget-common.h.html#L53' title='Defined at 53 in lib/widget/widget-common.h.'>widget_msg_t</a> <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <strong class='reserved'>int</strong> <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L129'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+96 src/editor/editcmd.c' /> */</em>
|
|
<a id='L97' name='L97'></a> 97 <em class='brace'>{</em>
|
|
<a id='L98' name='L98'></a> 98 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
|
|
<a id='L99' name='L99'></a> 99 <em class='brace'>{</em>
|
|
<a id='L100' name='L100'></a> 100 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L35' title='Defined at 35 in lib/widget/widget-common.h.'>MSG_CHANGED_FOCUS</a>:
|
|
<a id='L101' name='L101'></a> 101 <strong class='reserved'>if</strong> (<a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && <a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>-><a href='../Y/id.html' title='Multiple used in 143 places.'>id</a> == <a href='../Y/edit_save_mode_radio_id.html' title='Multiple used in 3 places.'>edit_save_mode_radio_id</a>)
|
|
<a id='L102' name='L102'></a> 102 <em class='brace'>{</em>
|
|
<a id='L103' name='L103'></a> 103 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>;
|
|
<a id='L104' name='L104'></a> 104
|
|
<a id='L105' name='L105'></a> 105 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a> = <a href='../S/lib--widget--widget-common.h.html#L364' title='Defined at 364 in lib/widget/widget-common.h.'>widget_find_by_id</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/edit_save_mode_input_id.html' title='Multiple used in 3 places.'>edit_save_mode_input_id</a>);
|
|
<a id='L106' name='L106'></a> 106 <a href='../S/lib--widget--widget-common.h.html#L25' title='Defined at 25 in lib/widget/widget-common.h.'>widget_disable</a> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>, <a href='../S/lib--widget--radio.h.html#L13' title='Defined at 13 in lib/widget/radio.h.'>RADIO</a> (<a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>)-><a href='../Y/sel.html' title='Multiple used in 19 places.'>sel</a> != 2);
|
|
<a id='L107' name='L107'></a> 107 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L65' title='Defined at 65 in lib/widget/widget-common.h.'>MSG_HANDLED</a>;
|
|
<a id='L108' name='L108'></a> 108 <em class='brace'>}</em>
|
|
<a id='L109' name='L109'></a> 109 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L64' title='Defined at 64 in lib/widget/widget-common.h.'>MSG_NOT_HANDLED</a>;
|
|
<a id='L110' name='L110'></a> 110
|
|
<a id='L111' name='L111'></a> 111 <strong class='reserved'>default</strong>:
|
|
<a id='L112' name='L112'></a> 112 <strong class='reserved'>return</strong> <a href='../S/lib--widget--dialog.c.html#L321' title='Defined at 321 in lib/widget/dialog.c.'>dlg_default_callback</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
|
|
<a id='L113' name='L113'></a> 113 <em class='brace'>}</em>
|
|
<a id='L114' name='L114'></a> 114 <em class='brace'>}</em>
|
|
<a id='L115' name='L115'></a> 115
|
|
<a id='L116' name='L116'></a> 116 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L117' name='L117'></a> 117
|
|
<a id='L118' name='L118'></a> 118 <em class='comment'>/* If 0 (quick save) then a) create/truncate <filename> file,</em>
|
|
<a id='L119' name='L119'></a> 119 <em class='comment'> b) save to <filename>;</em>
|
|
<a id='L120' name='L120'></a> 120 <em class='comment'> if 1 (safe save) then a) save to <tempnam>,</em>
|
|
<a id='L121' name='L121'></a> 121 <em class='comment'> b) rename <tempnam> to <filename>;</em>
|
|
<a id='L122' name='L122'></a> 122 <em class='comment'> if 2 (do backups) then a) save to <tempnam>,</em>
|
|
<a id='L123' name='L123'></a> 123 <em class='comment'> b) rename <filename> to <filename.backup_ext>,</em>
|
|
<a id='L124' name='L124'></a> 124 <em class='comment'> c) rename <tempnam> to <filename>. */</em>
|
|
<a id='L125' name='L125'></a> 125
|
|
<a id='L126' name='L126'></a> 126 <em class='comment'>/* returns 0 on error, -1 on abort */</em>
|
|
<a id='L127' name='L127'></a> 127
|
|
<a id='L128' name='L128'></a> 128 <strong class='reserved'>static</strong> <strong class='reserved'>int</strong>
|
|
<a id='L129' name='L129'></a> 129 <a href='../R/edit_save_file.html' title='Multiple referred from 2 places.'>edit_save_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='#L96'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L361'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+129 src/editor/editcmd.c' /> */</em>
|
|
<a id='L130' name='L130'></a> 130 <em class='brace'>{</em>
|
|
<a id='L131' name='L131'></a> 131 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L132' name='L132'></a> 132 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/filelen.html' title='Multiple used in 6 places.'>filelen</a> = 0;
|
|
<a id='L133' name='L133'></a> 133 <strong class='reserved'>int</strong> <a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_save_mode</a>, <a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a>, <a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a> = -1;
|
|
<a id='L134' name='L134'></a> 134 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>;
|
|
<a id='L135' name='L135'></a> 135 <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/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L136' name='L136'></a> 136 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/start_filename.html' title='Multiple used in 4 places.'>start_filename</a>;
|
|
<a id='L137' name='L137'></a> 137 <strong class='reserved'>const</strong> <a href='../S/lib--vfs--path.h.html#L50' title='Defined at 50 in lib/vfs/path.h.'>vfs_path_element_t</a> *<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>;
|
|
<a id='L138' name='L138'></a> 138 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>;
|
|
<a id='L139' name='L139'></a> 139
|
|
<a id='L140' name='L140'></a> 140 <a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a> = <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/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, 0);
|
|
<a id='L141' name='L141'></a> 141 <strong class='reserved'>if</strong> (<a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L142' name='L142'></a> 142 <strong class='reserved'>return</strong> 0;
|
|
<a id='L143' name='L143'></a> 143
|
|
<a id='L144' name='L144'></a> 144 <a href='../Y/start_filename.html' title='Multiple used in 4 places.'>start_filename</a> = <a href='../Y/vpath_element.html' title='Multiple used in 52 places.'>vpath_element</a>-><a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>;
|
|
<a id='L145' name='L145'></a> 145 <strong class='reserved'>if</strong> (*<a href='../Y/start_filename.html' title='Multiple used in 4 places.'>start_filename</a> == '\0')
|
|
<a id='L146' name='L146'></a> 146 <strong class='reserved'>return</strong> 0;
|
|
<a id='L147' name='L147'></a> 147
|
|
<a id='L148' name='L148'></a> 148 <strong class='reserved'>if</strong> (!<a href='../S/lib--unixcompat.h.html#L115' title='Defined at 115 in lib/unixcompat.h.'>IS_PATH_SEP</a> (*<a href='../Y/start_filename.html' title='Multiple used in 4 places.'>start_filename</a>) && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/dir_vpath.html' title='Multiple used in 8 places.'>dir_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L149' name='L149'></a> 149 <a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a> = <a href='../S/lib--vfs--path.c.html#L1290' title='Defined at 1290 in lib/vfs/path.c.'>vfs_path_append_vpath_new</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/dir_vpath.html' title='Multiple used in 8 places.'>dir_vpath</a>, <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='L150' name='L150'></a> 150 <strong class='reserved'>else</strong>
|
|
<a id='L151' name='L151'></a> 151 <a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a> = <a href='../S/lib--vfs--path.c.html#L884' title='Defined at 884 in lib/vfs/path.c.'>vfs_path_clone</a> (<a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L152' name='L152'></a> 152
|
|
<a id='L153' name='L153'></a> 153 <a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_save_mode</a> = <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/save_mode.html' title='Multiple used in 5 places.'>save_mode</a>;
|
|
<a id='L154' name='L154'></a> 154 <strong class='reserved'>if</strong> (<a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_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='L155' name='L155'></a> 155 <em class='brace'>{</em>
|
|
<a id='L156' name='L156'></a> 156 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>))
|
|
<a id='L157' name='L157'></a> 157 <em class='comment'>// The file does not exists yet, so no safe save or backup are necessary.</em>
|
|
<a id='L158' name='L158'></a> 158 <a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_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='L159' name='L159'></a> 159 <strong class='reserved'>else</strong>
|
|
<a id='L160' name='L160'></a> 160 <em class='brace'>{</em>
|
|
<a id='L161' name='L161'></a> 161 <a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_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='L162' name='L162'></a> 162 <strong class='reserved'>if</strong> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a> == -1)
|
|
<a id='L163' name='L163'></a> 163 <em class='comment'>// The file does not exists yet, so no safe save or backup are necessary.</em>
|
|
<a id='L164' name='L164'></a> 164 <a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_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='L165' name='L165'></a> 165 <em class='brace'>}</em>
|
|
<a id='L166' name='L166'></a> 166
|
|
<a id='L167' name='L167'></a> 167 <strong class='reserved'>if</strong> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a> != -1)
|
|
<a id='L168' name='L168'></a> 168 <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>);
|
|
<a id='L169' name='L169'></a> 169 <em class='brace'>}</em>
|
|
<a id='L170' name='L170'></a> 170
|
|
<a id='L171' name='L171'></a> 171 <a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a> = <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, &<a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>);
|
|
<a id='L172' name='L172'></a> 172 <strong class='reserved'>if</strong> (<a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a> == 0)
|
|
<a id='L173' name='L173'></a> 173 <em class='brace'>{</em>
|
|
<a id='L174' name='L174'></a> 174 <strong class='reserved'>if</strong> (<a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_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 href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/skip_detach_prompt.html' title='Multiple used in 3 places.'>skip_detach_prompt</a> == 0 && <a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>.<a href='../Y/st_nlink.html' title='Multiple used in 37 places.'>st_nlink</a> > 1)
|
|
<a id='L175' name='L175'></a> 175 <em class='brace'>{</em>
|
|
<a id='L176' name='L176'></a> 176 <a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a> =
|
|
<a id='L177' name='L177'></a> 177 <a href='../S/src--editor--edit-impl.h.html#L75' title='Defined at 75 in src/editor/edit-impl.h.'>edit_query_dialog3</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Warning"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("File has hard-links. Detach before saving?"),
|
|
<a id='L178' name='L178'></a> 178 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Yes"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&No"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"));
|
|
<a id='L179' name='L179'></a> 179 <strong class='reserved'>switch</strong> (<a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a>)
|
|
<a id='L180' name='L180'></a> 180 <em class='brace'>{</em>
|
|
<a id='L181' name='L181'></a> 181 <strong class='reserved'>case</strong> 0:
|
|
<a id='L182' name='L182'></a> 182 <a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_save_mode</a> = <a href='../S/src--editor--edit-impl.h.html#L91' title='Defined at 91 in src/editor/edit-impl.h.'>EDIT_SAFE_SAVE</a>;
|
|
<a id='L183' name='L183'></a> 183 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
|
|
<a id='L184' name='L184'></a> 184 <strong class='reserved'>case</strong> 1:
|
|
<a id='L185' name='L185'></a> 185 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/skip_detach_prompt.html' title='Multiple used in 3 places.'>skip_detach_prompt</a> = 1;
|
|
<a id='L186' name='L186'></a> 186 <strong class='reserved'>break</strong>;
|
|
<a id='L187' name='L187'></a> 187 <strong class='reserved'>default</strong>:
|
|
<a id='L188' name='L188'></a> 188 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L189' name='L189'></a> 189 <strong class='reserved'>return</strong> -1;
|
|
<a id='L190' name='L190'></a> 190 <em class='brace'>}</em>
|
|
<a id='L191' name='L191'></a> 191 <em class='brace'>}</em>
|
|
<a id='L192' name='L192'></a> 192
|
|
<a id='L193' name='L193'></a> 193 <em class='comment'>// Prevent overwriting changes from other editor sessions.</em>
|
|
<a id='L194' name='L194'></a> 194 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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 href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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> != <a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>.<a href='../Y/st_mtime.html' title='Multiple used in 64 places.'>st_mtime</a>)
|
|
<a id='L195' name='L195'></a> 195 <em class='brace'>{</em>
|
|
<a id='L196' name='L196'></a> 196 <em class='comment'>// The default action is "Cancel".</em>
|
|
<a id='L197' name='L197'></a> 197 <a href='../S/lib--widget--wtools.c.html#L342' title='Defined at 342 in lib/widget/wtools.c.'>query_set_sel</a> (1);
|
|
<a id='L198' name='L198'></a> 198
|
|
<a id='L199' name='L199'></a> 199 <a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</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 id='L200' name='L200'></a> 200 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("The file has been modified in the meantime. Save anyway?"),
|
|
<a id='L201' name='L201'></a> 201 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Yes"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"));
|
|
<a id='L202' name='L202'></a> 202 <strong class='reserved'>if</strong> (<a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a> != 0)
|
|
<a id='L203' name='L203'></a> 203 <em class='brace'>{</em>
|
|
<a id='L204' name='L204'></a> 204 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L205' name='L205'></a> 205 <strong class='reserved'>return</strong> -1;
|
|
<a id='L206' name='L206'></a> 206 <em class='brace'>}</em>
|
|
<a id='L207' name='L207'></a> 207 <em class='brace'>}</em>
|
|
<a id='L208' name='L208'></a> 208 <em class='brace'>}</em>
|
|
<a id='L209' name='L209'></a> 209
|
|
<a id='L210' name='L210'></a> 210 <strong class='reserved'>if</strong> (<a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_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='L211' name='L211'></a> 211 <a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a> = <a href='../S/lib--vfs--path.c.html#L884' title='Defined at 884 in lib/vfs/path.c.'>vfs_path_clone</a> (<a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>);
|
|
<a id='L212' name='L212'></a> 212 <strong class='reserved'>else</strong>
|
|
<a id='L213' name='L213'></a> 213 <em class='brace'>{</em>
|
|
<a id='L214' name='L214'></a> 214 <strong class='reserved'>char</strong> *<a href='../Y/savedir.html' title='Multiple used in 6 places.'>savedir</a>, *<a href='../Y/saveprefix.html' title='Multiple used in 4 places.'>saveprefix</a>;
|
|
<a id='L215' name='L215'></a> 215
|
|
<a id='L216' name='L216'></a> 216 <a href='../Y/savedir.html' title='Multiple used in 6 places.'>savedir</a> = <a href='../S/lib--vfs--path.c.html#L1378' title='Defined at 1378 in lib/vfs/path.c.'>vfs_path_tokens_get</a> (<a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, 0, -1);
|
|
<a id='L217' name='L217'></a> 217 <strong class='reserved'>if</strong> (<a href='../Y/savedir.html' title='Multiple used in 6 places.'>savedir</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L218' name='L218'></a> 218 <a href='../Y/savedir.html' title='Multiple used in 6 places.'>savedir</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> (".");
|
|
<a id='L219' name='L219'></a> 219
|
|
<a id='L220' name='L220'></a> 220 <em class='comment'>// Token-related function never return leading slash, so we need add it manually</em>
|
|
<a id='L221' name='L221'></a> 221 <a href='../Y/saveprefix.html' title='Multiple used in 4 places.'>saveprefix</a> = <a href='../S/lib--utilunix.c.html#L1332' title='Defined at 1332 in lib/utilunix.c.'>mc_build_filename</a> (<a href='../S/lib--unixcompat.h.html#L114' title='Defined at 114 in lib/unixcompat.h.'>PATH_SEP_STR</a>, <a href='../Y/savedir.html' title='Multiple used in 6 places.'>savedir</a>, "cooledit", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L222' name='L222'></a> 222 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/savedir.html' title='Multiple used in 6 places.'>savedir</a>);
|
|
<a id='L223' name='L223'></a> 223 <a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a> = <a href='../S/lib--vfs--interface.c.html#L715' title='Defined at 715 in lib/vfs/interface.c.'>mc_mkstemps</a> (&<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/saveprefix.html' title='Multiple used in 4 places.'>saveprefix</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L224' name='L224'></a> 224 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/saveprefix.html' title='Multiple used in 4 places.'>saveprefix</a>);
|
|
<a id='L225' name='L225'></a> 225 <strong class='reserved'>if</strong> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L226' name='L226'></a> 226 <em class='brace'>{</em>
|
|
<a id='L227' name='L227'></a> 227 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L228' name='L228'></a> 228 <strong class='reserved'>return</strong> 0;
|
|
<a id='L229' name='L229'></a> 229 <em class='brace'>}</em>
|
|
<a id='L230' name='L230'></a> 230 <em class='comment'>/* FIXME:</em>
|
|
<a id='L231' name='L231'></a> 231 <em class='comment'> * Close for now because mc_mkstemps use pure open system call</em>
|
|
<a id='L232' name='L232'></a> 232 <em class='comment'> * to create temporary file and it needs to be reopened by</em>
|
|
<a id='L233' name='L233'></a> 233 <em class='comment'> * VFS-aware mc_open().</em>
|
|
<a id='L234' name='L234'></a> 234 <em class='comment'> */</em>
|
|
<a id='L235' name='L235'></a> 235 <a href='../Y/close.html' title='Multiple used in 122 places.'>close</a> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>);
|
|
<a id='L236' name='L236'></a> 236 <em class='brace'>}</em>
|
|
<a id='L237' name='L237'></a> 237
|
|
<a id='L238' name='L238'></a> 238 (<strong class='reserved'>void</strong>) <a href='../Y/mc_chown.html' title='Multiple used in 9 places.'>mc_chown</a> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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 id='L239' name='L239'></a> 239 (<strong class='reserved'>void</strong>) <a href='../Y/mc_chmod.html' title='Multiple used in 14 places.'>mc_chmod</a> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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 id='L240' name='L240'></a> 240 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/attrs_ok.html' title='Multiple used in 22 places.'>attrs_ok</a>)
|
|
<a id='L241' name='L241'></a> 241 (<strong class='reserved'>void</strong>) <a href='../Y/mc_fsetflags.html' title='Multiple used in 8 places.'>mc_fsetflags</a> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/attrs.html' title='Multiple used in 78 places.'>attrs</a>);
|
|
<a id='L242' name='L242'></a> 242
|
|
<a id='L243' name='L243'></a> 243 <a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</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/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/O_CREAT.html' title='Multiple used in 17 places.'>O_CREAT</a> | <a href='../Y/O_WRONLY.html' title='Multiple used in 16 places.'>O_WRONLY</a> | <a href='../Y/O_TRUNC.html' title='Multiple used in 10 places.'>O_TRUNC</a> | <a href='../D/O_BINARY.html' title='Multiple defined in 3 places.'>O_BINARY</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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 id='L244' name='L244'></a> 244 <strong class='reserved'>if</strong> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a> == -1)
|
|
<a id='L245' name='L245'></a> 245 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L246' name='L246'></a> 246
|
|
<a id='L247' name='L247'></a> 247 <em class='comment'>// pipe save</em>
|
|
<a id='L248' name='L248'></a> 248 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--edit.c.html#L1833' title='Defined at 1833 in src/editor/edit.c.'>edit_get_write_filter</a> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>);
|
|
<a id='L249' name='L249'></a> 249 <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='L250' name='L250'></a> 250 <em class='brace'>{</em>
|
|
<a id='L251' name='L251'></a> 251 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
|
|
<a id='L252' name='L252'></a> 252
|
|
<a id='L253' name='L253'></a> 253 <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>);
|
|
<a id='L254' name='L254'></a> 254 <a href='../Y/file.html' title='Multiple used in 345 places.'>file</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>, "w");
|
|
<a id='L255' name='L255'></a> 255
|
|
<a id='L256' name='L256'></a> 256 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L257' name='L257'></a> 257 <em class='brace'>{</em>
|
|
<a id='L258' name='L258'></a> 258 <a href='../Y/filelen.html' title='Multiple used in 6 places.'>filelen</a> = <a href='../S/src--editor--edit.c.html#L1862' title='Defined at 1862 in src/editor/edit.c.'>edit_write_stream</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>);
|
|
<a id='L259' name='L259'></a> 259 <em class='sharp'>#if</em> 1
|
|
<a id='L260' name='L260'></a> 260 <a href='../Y/pclose.html' title='Multiple used in 7 places.'>pclose</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>);
|
|
<a id='L261' name='L261'></a> 261 <em class='sharp'>#else</em>
|
|
<a id='L262' name='L262'></a> 262 <strong class='reserved'>if</strong> (<a href='../Y/pclose.html' title='Multiple used in 7 places.'>pclose</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>) != 0)
|
|
<a id='L263' name='L263'></a> 263 <em class='brace'>{</em>
|
|
<a id='L264' name='L264'></a> 264 <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 writing to pipe: %s"), <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
|
|
<a id='L265' name='L265'></a> 265 <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='L266' name='L266'></a> 266 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L267' name='L267'></a> 267 <em class='brace'>}</em>
|
|
<a id='L268' name='L268'></a> 268 <em class='sharp'>#endif</em>
|
|
<a id='L269' name='L269'></a> 269 <em class='brace'>}</em>
|
|
<a id='L270' name='L270'></a> 270 <strong class='reserved'>else</strong>
|
|
<a id='L271' name='L271'></a> 271 <em class='brace'>{</em>
|
|
<a id='L272' name='L272'></a> 272 <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='L273' name='L273'></a> 273 <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='L274' name='L274'></a> 274 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L275' name='L275'></a> 275 <em class='brace'>}</em>
|
|
<a id='L276' name='L276'></a> 276 <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='L277' name='L277'></a> 277 <em class='brace'>}</em>
|
|
<a id='L278' name='L278'></a> 278 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L279' name='L279'></a> 279 <em class='brace'>{</em> <em class='comment'>// do not change line breaks</em>
|
|
<a id='L280' name='L280'></a> 280 <a href='../Y/filelen.html' title='Multiple used in 6 places.'>filelen</a> = <a href='../S/src--editor--editbuffer.c.html#L807' title='Defined at 807 in src/editor/editbuffer.c.'>edit_buffer_write_file</a> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>);
|
|
<a id='L281' name='L281'></a> 281
|
|
<a id='L282' name='L282'></a> 282 <strong class='reserved'>if</strong> (<a href='../Y/filelen.html' title='Multiple used in 6 places.'>filelen</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L283' name='L283'></a> 283 <em class='brace'>{</em>
|
|
<a id='L284' name='L284'></a> 284 <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>);
|
|
<a id='L285' name='L285'></a> 285 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L286' name='L286'></a> 286 <em class='brace'>}</em>
|
|
<a id='L287' name='L287'></a> 287
|
|
<a id='L288' name='L288'></a> 288 <strong class='reserved'>if</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/fd.html' title='Multiple used in 250 places.'>fd</a>) != 0)
|
|
<a id='L289' name='L289'></a> 289 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L290' name='L290'></a> 290
|
|
<a id='L291' name='L291'></a> 291 <em class='comment'>// Update the file information, especially the mtime.</em>
|
|
<a id='L292' name='L292'></a> 292 <strong class='reserved'>if</strong> (<a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, &<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/stat1.html' title='Multiple used in 14 places.'>stat1</a>) == -1)
|
|
<a id='L293' name='L293'></a> 293 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L294' name='L294'></a> 294 <em class='brace'>}</em>
|
|
<a id='L295' name='L295'></a> 295 <strong class='reserved'>else</strong>
|
|
<a id='L296' name='L296'></a> 296 <em class='brace'>{</em> <em class='comment'>// change line breaks</em>
|
|
<a id='L297' name='L297'></a> 297 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
|
|
<a id='L298' name='L298'></a> 298 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/savename.html' title='Multiple used in 4 places.'>savename</a>;
|
|
<a id='L299' name='L299'></a> 299
|
|
<a id='L300' name='L300'></a> 300 <a href='../S/lib--vfs--interface.c.html#L374' title='Defined at 374 in lib/vfs/interface.c.'>mc_close</a> (<a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>);
|
|
<a id='L301' name='L301'></a> 301
|
|
<a id='L302' name='L302'></a> 302 <a href='../Y/savename.html' title='Multiple used in 4 places.'>savename</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/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>);
|
|
<a id='L303' name='L303'></a> 303 <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> = (<a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *) <a href='../Y/fopen.html' title='Multiple used in 45 places.'>fopen</a> (<a href='../Y/savename.html' title='Multiple used in 4 places.'>savename</a>, "w");
|
|
<a id='L304' name='L304'></a> 304 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L305' name='L305'></a> 305 <em class='brace'>{</em>
|
|
<a id='L306' name='L306'></a> 306 <a href='../Y/filelen.html' title='Multiple used in 6 places.'>filelen</a> = <a href='../S/src--editor--edit.c.html#L1862' title='Defined at 1862 in src/editor/edit.c.'>edit_write_stream</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>);
|
|
<a id='L307' name='L307'></a> 307 <a href='../Y/fclose.html' title='Multiple used in 43 places.'>fclose</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>);
|
|
<a id='L308' name='L308'></a> 308 <em class='brace'>}</em>
|
|
<a id='L309' name='L309'></a> 309 <strong class='reserved'>else</strong>
|
|
<a id='L310' name='L310'></a> 310 <em class='brace'>{</em>
|
|
<a id='L311' name='L311'></a> 311 <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 file\n%s\nfor writing"), <a href='../Y/savename.html' title='Multiple used in 4 places.'>savename</a>);
|
|
<a id='L312' name='L312'></a> 312 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L313' name='L313'></a> 313 <em class='brace'>}</em>
|
|
<a id='L314' name='L314'></a> 314 <em class='brace'>}</em>
|
|
<a id='L315' name='L315'></a> 315
|
|
<a id='L316' name='L316'></a> 316 <strong class='reserved'>if</strong> (<a href='../Y/filelen.html' title='Multiple used in 6 places.'>filelen</a> != <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L317' name='L317'></a> 317 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L318' name='L318'></a> 318
|
|
<a id='L319' name='L319'></a> 319 <strong class='reserved'>if</strong> (<a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_save_mode</a> == <a href='../S/src--editor--edit-impl.h.html#L92' title='Defined at 92 in src/editor/edit-impl.h.'>EDIT_DO_BACKUP</a>)
|
|
<a id='L320' name='L320'></a> 320 <em class='brace'>{</em>
|
|
<a id='L321' name='L321'></a> 321 <strong class='reserved'>char</strong> *<a href='../Y/tmp_store_filename.html' title='Multiple used in 4 places.'>tmp_store_filename</a>;
|
|
<a id='L322' name='L322'></a> 322 <a href='../S/lib--vfs--path.h.html#L50' title='Defined at 50 in lib/vfs/path.h.'>vfs_path_element_t</a> *<a href='../Y/last_vpath_element.html' title='Multiple used in 4 places.'>last_vpath_element</a>;
|
|
<a id='L323' name='L323'></a> 323 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>;
|
|
<a id='L324' name='L324'></a> 324 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>;
|
|
<a id='L325' name='L325'></a> 325
|
|
<a id='L326' name='L326'></a> 326 <a href='../Y/g_assert.html' title='Multiple used in 32 places.'>g_assert</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<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='L327' name='L327'></a> 327
|
|
<a id='L328' name='L328'></a> 328 <em class='comment'>// add backup extension to the path</em>
|
|
<a id='L329' name='L329'></a> 329 <a href='../Y/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a> = <a href='../S/lib--vfs--path.c.html#L884' title='Defined at 884 in lib/vfs/path.c.'>vfs_path_clone</a> (<a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>);
|
|
<a id='L330' name='L330'></a> 330 <a href='../Y/last_vpath_element.html' title='Multiple used in 4 places.'>last_vpath_element</a> = (<a href='../S/lib--vfs--path.h.html#L50' title='Defined at 50 in lib/vfs/path.h.'>vfs_path_element_t</a> *) <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>, -1);
|
|
<a id='L331' name='L331'></a> 331 <a href='../Y/tmp_store_filename.html' title='Multiple used in 4 places.'>tmp_store_filename</a> = <a href='../Y/last_vpath_element.html' title='Multiple used in 4 places.'>last_vpath_element</a>-><a href='../Y/path.html' title='Multiple used in 439 places.'>path</a>;
|
|
<a id='L332' name='L332'></a> 332 <a href='../Y/last_vpath_element.html' title='Multiple used in 4 places.'>last_vpath_element</a>-><a href='../Y/path.html' title='Multiple used in 439 places.'>path</a> =
|
|
<a id='L333' name='L333'></a> 333 <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> ("%s%s", <a href='../Y/tmp_store_filename.html' title='Multiple used in 4 places.'>tmp_store_filename</a>, <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backup_ext.html' title='Multiple used in 9 places.'>backup_ext</a>);
|
|
<a id='L334' name='L334'></a> 334 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp_store_filename.html' title='Multiple used in 4 places.'>tmp_store_filename</a>);
|
|
<a id='L335' name='L335'></a> 335
|
|
<a id='L336' name='L336'></a> 336 <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a> = (<a href='../Y/mc_rename.html' title='Multiple used in 6 places.'>mc_rename</a> (<a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, <a href='../Y/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>) != -1);
|
|
<a id='L337' name='L337'></a> 337 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L338' name='L338'></a> 338 <strong class='reserved'>if</strong> (!<a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>)
|
|
<a id='L339' name='L339'></a> 339 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L340' name='L340'></a> 340 <em class='brace'>}</em>
|
|
<a id='L341' name='L341'></a> 341
|
|
<a id='L342' name='L342'></a> 342 <strong class='reserved'>if</strong> (<a href='../Y/this_save_mode.html' title='Multiple used in 10 places.'>this_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 href='../Y/mc_rename.html' title='Multiple used in 6 places.'>mc_rename</a> (<a href='../Y/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>) == -1)
|
|
<a id='L343' name='L343'></a> 343 <strong class='reserved'>goto</strong> <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>;
|
|
<a id='L344' name='L344'></a> 344
|
|
<a id='L345' name='L345'></a> 345 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L346' name='L346'></a> 346 <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/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L347' name='L347'></a> 347 <strong class='reserved'>return</strong> 1;
|
|
<a id='L348' name='L348'></a> 348 <a href='../Y/error_save.html' title='Multiple used in 11 places.'>error_save</a>:
|
|
<a id='L349' name='L349'></a> 349 <em class='comment'>/* FIXME: Is this safe ?</em>
|
|
<a id='L350' name='L350'></a> 350 <em class='comment'> * if (this_save_mode != EDIT_QUICK_SAVE)</em>
|
|
<a id='L351' name='L351'></a> 351 <em class='comment'> * mc_unlink (savename);</em>
|
|
<a id='L352' name='L352'></a> 352 <em class='comment'> */</em>
|
|
<a id='L353' name='L353'></a> 353 <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/real_filename_vpath.html' title='Multiple used in 17 places.'>real_filename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L354' name='L354'></a> 354 <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/savename_vpath.html' title='Multiple used in 14 places.'>savename_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L355' name='L355'></a> 355 <strong class='reserved'>return</strong> 0;
|
|
<a id='L356' name='L356'></a> 356 <em class='brace'>}</em>
|
|
<a id='L357' name='L357'></a> 357
|
|
<a id='L358' name='L358'></a> 358 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L359' name='L359'></a> 359
|
|
<a id='L360' name='L360'></a> 360 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L361' name='L361'></a> 361 <a href='../R/edit_check_newline.html' title='Multiple referred from 3 places.'>edit_check_newline</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='#L129'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L374'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+361 src/editor/editcmd.c' /> */</em>
|
|
<a id='L362' name='L362'></a> 362 <em class='brace'>{</em>
|
|
<a id='L363' name='L363'></a> 363 <strong class='reserved'>return</strong> !(<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/check_nl_at_eof.html' title='Multiple used in 5 places.'>check_nl_at_eof</a> && <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>-><a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> > 0
|
|
<a id='L364' name='L364'></a> 364 && <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/buf.html' title='Multiple used in 655 places.'>buf</a>-><a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> - 1) != '\n'
|
|
<a id='L365' name='L365'></a> 365 && <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 id='L366' name='L366'></a> 366 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("The file you are saving does not end with a newline."),
|
|
<a id='L367' name='L367'></a> 367 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("C&ontinue"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"))
|
|
<a id='L368' name='L368'></a> 368 != 0);
|
|
<a id='L369' name='L369'></a> 369 <em class='brace'>}</em>
|
|
<a id='L370' name='L370'></a> 370
|
|
<a id='L371' name='L371'></a> 371 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L372' name='L372'></a> 372
|
|
<a id='L373' name='L373'></a> 373 <strong class='reserved'>static</strong> <a href='../S/lib--vfs--path.h.html#L31' title='Defined at 31 in lib/vfs/path.h.'>vfs_path_t</a> *
|
|
<a id='L374' name='L374'></a> 374 <a href='../S/src--editor--editcmd.c.html#L958' title='Referred from 958 in src/editor/editcmd.c.'>edit_get_save_file_as</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='#L361'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L428'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+374 src/editor/editcmd.c' /> */</em>
|
|
<a id='L375' name='L375'></a> 375 <em class='brace'>{</em>
|
|
<a id='L376' name='L376'></a> 376 <strong class='reserved'>static</strong> <a href='../S/src--editor--edit-impl.h.html#L86' title='Defined at 86 in src/editor/edit-impl.h.'>LineBreaks</a> <a href='../Y/cur_lb.html' title='Multiple used in 3 places.'>cur_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='L377' name='L377'></a> 377 <strong class='reserved'>char</strong> *<a href='../Y/filename_res.html' title='Multiple used in 4 places.'>filename_res</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L378' name='L378'></a> 378 <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/ret_vpath.html' title='Multiple used in 23 places.'>ret_vpath</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L379' name='L379'></a> 379
|
|
<a id='L380' name='L380'></a> 380 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/lb_names.html' title='Multiple used in 2 places.'>lb_names</a>[<a href='../S/src--editor--edit-impl.h.html#L72' title='Defined at 72 in src/editor/edit-impl.h.'>LB_NAMES</a>] = <em class='brace'>{</em>
|
|
<a id='L381' name='L381'></a> 381 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Do not change"),
|
|
<a id='L382' name='L382'></a> 382 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Unix format (LF)"),
|
|
<a id='L383' name='L383'></a> 383 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Windows/DOS format (CR LF)"),
|
|
<a id='L384' name='L384'></a> 384 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Macintosh format (CR)"),
|
|
<a id='L385' name='L385'></a> 385 <em class='brace'>}</em>;
|
|
<a id='L386' name='L386'></a> 386
|
|
<a id='L387' name='L387'></a> 387 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>[] = <em class='brace'>{</em>
|
|
<a id='L388' name='L388'></a> 388 <a href='../S/lib--widget--quick.h.html#L62' title='Defined at 62 in lib/widget/quick.h.'>QUICK_LABELED_INPUT</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter file name:"), <a href='../S/lib--widget--quick.h.html#L259' title='Defined at 259 in lib/widget/quick.h.'>input_label_above</a>,
|
|
<a id='L389' name='L389'></a> 389 <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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>), "save-as", &<a href='../Y/filename_res.html' title='Multiple used in 4 places.'>filename_res</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L390' name='L390'></a> 390 <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a>),
|
|
<a id='L391' name='L391'></a> 391 <a href='../S/lib--widget--quick.h.html#L141' title='Defined at 141 in lib/widget/quick.h.'>QUICK_SEPARATOR</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>),
|
|
<a id='L392' name='L392'></a> 392 <a href='../S/lib--widget--quick.h.html#L84' title='Defined at 84 in lib/widget/quick.h.'>QUICK_LABEL</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Change line breaks to:"), <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L393' name='L393'></a> 393 <a href='../S/lib--widget--quick.h.html#L98' title='Defined at 98 in lib/widget/quick.h.'>QUICK_RADIO</a> (<a href='../S/src--editor--edit-impl.h.html#L72' title='Defined at 72 in src/editor/edit-impl.h.'>LB_NAMES</a>, <a href='../Y/lb_names.html' title='Multiple used in 2 places.'>lb_names</a>, (<strong class='reserved'>int</strong> *) &<a href='../Y/cur_lb.html' title='Multiple used in 3 places.'>cur_lb</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L394' name='L394'></a> 394 <a href='../S/lib--widget--quick.h.html#L214' title='Defined at 214 in lib/widget/quick.h.'>QUICK_BUTTONS_OK_CANCEL</a>,
|
|
<a id='L395' name='L395'></a> 395 <a href='../S/lib--widget--quick.h.html#L219' title='Defined at 219 in lib/widget/quick.h.'>QUICK_END</a>,
|
|
<a id='L396' name='L396'></a> 396 <em class='brace'>}</em>;
|
|
<a id='L397' name='L397'></a> 397
|
|
<a id='L398' name='L398'></a> 398 <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> = <em class='brace'>{</em> -1, -1, 0, 64 <em class='brace'>}</em>;
|
|
<a id='L399' name='L399'></a> 399
|
|
<a id='L400' name='L400'></a> 400 <a href='../S/lib--widget--quick.h.html#L343' title='Defined at 343 in lib/widget/quick.h.'>quick_dialog_t</a> <a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a> = <em class='brace'>{</em>
|
|
<a id='L401' name='L401'></a> 401 .<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a> = <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>,
|
|
<a id='L402' name='L402'></a> 402 .<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Save As"),
|
|
<a id='L403' name='L403'></a> 403 .<a href='../Y/help.html' title='Multiple used in 47 places.'>help</a> = "[Save File As]",
|
|
<a id='L404' name='L404'></a> 404 .<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>,
|
|
<a id='L405' name='L405'></a> 405 .<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L406' name='L406'></a> 406 .<a href='../Y/mouse_callback.html' title='Multiple used in 45 places.'>mouse_callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L407' name='L407'></a> 407 <em class='brace'>}</em>;
|
|
<a id='L408' name='L408'></a> 408
|
|
<a id='L409' name='L409'></a> 409 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--quick.h.html#L354' title='Defined at 354 in lib/widget/quick.h.'>quick_dialog</a> (&<a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a>) != <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>)
|
|
<a id='L410' name='L410'></a> 410 <em class='brace'>{</em>
|
|
<a id='L411' name='L411'></a> 411 <strong class='reserved'>char</strong> *<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>;
|
|
<a id='L412' name='L412'></a> 412
|
|
<a id='L413' name='L413'></a> 413 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/lb.html' title='Multiple used in 8 places.'>lb</a> = <a href='../Y/cur_lb.html' title='Multiple used in 3 places.'>cur_lb</a>;
|
|
<a id='L414' name='L414'></a> 414 <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../S/lib--utilunix.c.html#L764' title='Defined at 764 in lib/utilunix.c.'>tilde_expand</a> (<a href='../Y/filename_res.html' title='Multiple used in 4 places.'>filename_res</a>);
|
|
<a id='L415' name='L415'></a> 415 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/filename_res.html' title='Multiple used in 4 places.'>filename_res</a>);
|
|
<a id='L416' name='L416'></a> 416 <a href='../Y/ret_vpath.html' title='Multiple used in 23 places.'>ret_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/fname.html' title='Multiple used in 307 places.'>fname</a>);
|
|
<a id='L417' name='L417'></a> 417 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>);
|
|
<a id='L418' name='L418'></a> 418 <em class='brace'>}</em>
|
|
<a id='L419' name='L419'></a> 419
|
|
<a id='L420' name='L420'></a> 420 <strong class='reserved'>return</strong> <a href='../Y/ret_vpath.html' title='Multiple used in 23 places.'>ret_vpath</a>;
|
|
<a id='L421' name='L421'></a> 421 <em class='brace'>}</em>
|
|
<a id='L422' name='L422'></a> 422
|
|
<a id='L423' name='L423'></a> 423 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L424' name='L424'></a> 424
|
|
<a id='L425' name='L425'></a> 425 <em class='comment'>/** returns TRUE on success */</em>
|
|
<a id='L426' name='L426'></a> 426
|
|
<a id='L427' name='L427'></a> 427 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L428' name='L428'></a> 428 <a href='../R/edit_save_cmd.html' title='Multiple referred from 2 places.'>edit_save_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='#L374'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L459'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+428 src/editor/editcmd.c' /> */</em>
|
|
<a id='L429' name='L429'></a> 429 <em class='brace'>{</em>
|
|
<a id='L430' name='L430'></a> 430 <strong class='reserved'>int</strong> <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> = 0;
|
|
<a id='L431' name='L431'></a> 431
|
|
<a id='L432' name='L432'></a> 432 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> == 0 && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> == 0)
|
|
<a id='L433' name='L433'></a> 433 <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L434' name='L434'></a> 434
|
|
<a id='L435' name='L435'></a> 435 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> = <a href='../S/src--editor--editcmd.c.html#L129' title='Defined at 129 in src/editor/editcmd.c.'>edit_save_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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L436' name='L436'></a> 436
|
|
<a id='L437' name='L437'></a> 437 <em class='comment'>// Maintain modify (not save) lock on failure</em>
|
|
<a id='L438' name='L438'></a> 438 <strong class='reserved'>if</strong> ((<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> > 0 && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> != 0) || <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> != 0)
|
|
<a id='L439' name='L439'></a> 439 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L440' name='L440'></a> 440
|
|
<a id='L441' name='L441'></a> 441 <em class='comment'>// On failure try 'save as', it does locking on its own</em>
|
|
<a id='L442' name='L442'></a> 442 <strong class='reserved'>if</strong> (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> == 0)
|
|
<a id='L443' name='L443'></a> 443 <strong class='reserved'>return</strong> <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='L444' name='L444'></a> 444
|
|
<a id='L445' name='L445'></a> 445 <strong class='reserved'>if</strong> (<a href='../Y/res.html' title='Multiple used in 349 places.'>res</a> > 0)
|
|
<a id='L446' name='L446'></a> 446 <em class='brace'>{</em>
|
|
<a id='L447' name='L447'></a> 447 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> = 0;
|
|
<a id='L448' name='L448'></a> 448 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> = 0;
|
|
<a id='L449' name='L449'></a> 449 <em class='brace'>}</em>
|
|
<a id='L450' name='L450'></a> 450
|
|
<a id='L451' name='L451'></a> 451 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L452' name='L452'></a> 452
|
|
<a id='L453' name='L453'></a> 453 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L454' name='L454'></a> 454 <em class='brace'>}</em>
|
|
<a id='L455' name='L455'></a> 455
|
|
<a id='L456' name='L456'></a> 456 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L457' name='L457'></a> 457
|
|
<a id='L458' name='L458'></a> 458 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L459' name='L459'></a> 459 <a href='../S/src--editor--editcmd.c.html#L541' title='Referred from 541 in src/editor/editcmd.c.'>edit_delete_column_of_text</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>)
|
|
<em class='comment'>/* <a href='#L428'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L501'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+459 src/editor/editcmd.c' /> */</em>
|
|
<a id='L460' name='L460'></a> 460 <em class='brace'>{</em>
|
|
<a id='L461' name='L461'></a> 461 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>;
|
|
<a id='L462' name='L462'></a> 462 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L463' name='L463'></a> 463 <strong class='reserved'>long</strong> <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 href='../Y/d.html' title='Multiple used in 191 places.'>d</a>;
|
|
<a id='L464' name='L464'></a> 464
|
|
<a id='L465' name='L465'></a> 465 <a href='../Y/n.html' title='Multiple used in 251 places.'>n</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 href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/m1.html' title='Multiple used in 33 places.'>m1</a>, 0, <a href='../Y/m2.html' title='Multiple used in 30 places.'>m2</a>) + 1;
|
|
<a id='L466' name='L466'></a> 466 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/m1.html' title='Multiple used in 33 places.'>m1</a>);
|
|
<a id='L467' name='L467'></a> 467 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</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/r.html' title='Multiple used in 859 places.'>r</a>, 0, <a href='../Y/m1.html' title='Multiple used in 33 places.'>m1</a>);
|
|
<a id='L468' name='L468'></a> 468 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/m2.html' title='Multiple used in 30 places.'>m2</a>);
|
|
<a id='L469' name='L469'></a> 469 <a href='../Y/d.html' title='Multiple used in 191 places.'>d</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/r.html' title='Multiple used in 859 places.'>r</a>, 0, <a href='../Y/m2.html' title='Multiple used in 30 places.'>m2</a>);
|
|
<a id='L470' name='L470'></a> 470 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<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/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>));
|
|
<a id='L471' name='L471'></a> 471 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</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>-><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>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>));
|
|
<a id='L472' name='L472'></a> 472
|
|
<a id='L473' name='L473'></a> 473 <strong class='reserved'>while</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a>-- != 0)
|
|
<a id='L474' name='L474'></a> 474 <em class='brace'>{</em>
|
|
<a id='L475' name='L475'></a> 475 <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='L476' name='L476'></a> 476
|
|
<a id='L477' name='L477'></a> 477 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L478' name='L478'></a> 478 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</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/r.html' title='Multiple used in 859 places.'>r</a>, <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>, 0);
|
|
<a id='L479' name='L479'></a> 479 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</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/r.html' title='Multiple used in 859 places.'>r</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>, 0);
|
|
<a id='L480' name='L480'></a> 480 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/m1.html' title='Multiple used in 33 places.'>m1</a>);
|
|
<a id='L481' name='L481'></a> 481 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/m2.html' title='Multiple used in 30 places.'>m2</a>);
|
|
<a id='L482' name='L482'></a> 482 <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>-><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='L483' name='L483'></a> 483 <em class='comment'>// delete line between margins</em>
|
|
<a id='L484' name='L484'></a> 484 <strong class='reserved'>for</strong> (; <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 href='../Y/q.html' title='Multiple used in 361 places.'>q</a>--)
|
|
<a id='L485' name='L485'></a> 485 <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> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n')
|
|
<a id='L486' name='L486'></a> 486 <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='L487' name='L487'></a> 487
|
|
<a id='L488' name='L488'></a> 488 <em class='comment'>// move to next line except on the last delete</em>
|
|
<a id='L489' name='L489'></a> 489 <strong class='reserved'>if</strong> (<a href='../Y/n.html' title='Multiple used in 251 places.'>n</a> != 0)
|
|
<a id='L490' name='L490'></a> 490 <em class='brace'>{</em>
|
|
<a id='L491' name='L491'></a> 491 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</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 href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><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='L492' name='L492'></a> 492 <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/r.html' title='Multiple used in 859 places.'>r</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L493' name='L493'></a> 493 <em class='brace'>}</em>
|
|
<a id='L494' name='L494'></a> 494 <em class='brace'>}</em>
|
|
<a id='L495' name='L495'></a> 495 <em class='brace'>}</em>
|
|
<a id='L496' name='L496'></a> 496
|
|
<a id='L497' name='L497'></a> 497 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L498' name='L498'></a> 498 <em class='comment'>/** if success return TRUE */</em>
|
|
<a id='L499' name='L499'></a> 499
|
|
<a id='L500' name='L500'></a> 500 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L501' name='L501'></a> 501 <a href='../S/src--editor--editcmd.c.html#L1482' title='Referred from 1482 in src/editor/editcmd.c.'>edit_block_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/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='#L459'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L570'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+501 src/editor/editcmd.c' /> */</em>
|
|
<a id='L502' name='L502'></a> 502 <em class='brace'>{</em>
|
|
<a id='L503' name='L503'></a> 503 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/curs_pos.html' title='Multiple used in 4 places.'>curs_pos</a>;
|
|
<a id='L504' name='L504'></a> 504 <strong class='reserved'>long</strong> <a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</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='L505' name='L505'></a> 505
|
|
<a id='L506' name='L506'></a> 506 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> < 0)
|
|
<a id='L507' name='L507'></a> 507 <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='L508' name='L508'></a> 508
|
|
<a id='L509' name='L509'></a> 509 <em class='comment'>// Warning message with a query to continue or cancel the operation</em>
|
|
<a id='L510' name='L510'></a> 510 <strong class='reserved'>if</strong> ((<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>) > <a href='../Y/max_undo.html' title='Multiple used in 9 places.'>max_undo</a> / 2
|
|
<a id='L511' name='L511'></a> 511 && <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 id='L512' name='L512'></a> 512 ("Block is large, you may not be able to undo this action"),
|
|
<a id='L513' name='L513'></a> 513 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("C&ontinue"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"))
|
|
<a id='L514' name='L514'></a> 514 != 0)
|
|
<a id='L515' name='L515'></a> 515 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L516' name='L516'></a> 516
|
|
<a id='L517' name='L517'></a> 517 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</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>-><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>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>);
|
|
<a id='L518' name='L518'></a> 518 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</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>-><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>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>);
|
|
<a id='L519' name='L519'></a> 519 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L520' name='L520'></a> 520 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L521' name='L521'></a> 521
|
|
<a id='L522' name='L522'></a> 522 <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='L523' name='L523'></a> 523
|
|
<a id='L524' name='L524'></a> 524 <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>-><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='L525' name='L525'></a> 525
|
|
<a id='L526' name='L526'></a> 526 <a href='../Y/curs_pos.html' title='Multiple used in 4 places.'>curs_pos</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>;
|
|
<a id='L527' name='L527'></a> 527
|
|
<a id='L528' name='L528'></a> 528 <em class='comment'>// move cursor to start of selection</em>
|
|
<a id='L529' name='L529'></a> 529 <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/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L530' name='L530'></a> 530 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L531' name='L531'></a> 531
|
|
<a id='L532' name='L532'></a> 532 <strong class='reserved'>if</strong> (<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='L533' name='L533'></a> 533 <em class='brace'>{</em>
|
|
<a id='L534' name='L534'></a> 534 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a>)
|
|
<a id='L535' name='L535'></a> 535 <em class='brace'>{</em>
|
|
<a id='L536' name='L536'></a> 536 <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 href='../Y/e.html' title='Multiple used in 237 places.'>e</a>;
|
|
<a id='L537' name='L537'></a> 537 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/line_width.html' title='Multiple used in 4 places.'>line_width</a>;
|
|
<a id='L538' name='L538'></a> 538
|
|
<a id='L539' name='L539'></a> 539 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> < 0)
|
|
<a id='L540' name='L540'></a> 540 <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='L541' name='L541'></a> 541 <a href='../S/src--editor--editcmd.c.html#L459' title='Defined at 459 in src/editor/editcmd.c.'>edit_delete_column_of_text</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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
|
|
<a id='L542' name='L542'></a> 542 <em class='comment'>// move cursor to the saved position</em>
|
|
<a id='L543' name='L543'></a> 543 <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/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>);
|
|
<a id='L544' name='L544'></a> 544 <em class='comment'>// calculate line width and cursor position before cut</em>
|
|
<a id='L545' name='L545'></a> 545 <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> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L546' name='L546'></a> 546 <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> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L547' name='L547'></a> 547 <a href='../Y/line_width.html' title='Multiple used in 4 places.'>line_width</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/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='L548' name='L548'></a> 548 <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 href='../Y/curs_pos.html' title='Multiple used in 4 places.'>curs_pos</a> > <a href='../Y/line_width.html' title='Multiple used in 4 places.'>line_width</a>)
|
|
<a id='L549' name='L549'></a> 549 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = <a href='../Y/curs_pos.html' title='Multiple used in 4 places.'>curs_pos</a> - <a href='../Y/line_width.html' title='Multiple used in 4 places.'>line_width</a>;
|
|
<a id='L550' name='L550'></a> 550 <em class='brace'>}</em>
|
|
<a id='L551' name='L551'></a> 551 <strong class='reserved'>else</strong>
|
|
<a id='L552' name='L552'></a> 552 <em class='brace'>{</em>
|
|
<a id='L553' name='L553'></a> 553 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>;
|
|
<a id='L554' name='L554'></a> 554
|
|
<a id='L555' name='L555'></a> 555 <strong class='reserved'>for</strong> (<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> = <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>; <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> < <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>; <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>++)
|
|
<a id='L556' name='L556'></a> 556 <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='L557' name='L557'></a> 557 <em class='brace'>}</em>
|
|
<a id='L558' name='L558'></a> 558 <em class='brace'>}</em>
|
|
<a id='L559' name='L559'></a> 559
|
|
<a id='L560' name='L560'></a> 560 <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='L561' name='L561'></a> 561 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L562' name='L562'></a> 562
|
|
<a id='L563' name='L563'></a> 563 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</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 <em class='comment'>/** Return a null terminated length of text. Result must be g_free'd */</em>
|
|
<a id='L568' name='L568'></a> 568
|
|
<a id='L569' name='L569'></a> 569 <strong class='reserved'>static</strong> <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *
|
|
<a id='L570' name='L570'></a> 570 <a href='../R/edit_get_block.html' title='Multiple referred from 3 places.'>edit_get_block</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='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, <strong class='reserved'>const</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>)
|
|
<em class='comment'>/* <a href='#L501'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L608'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+570 src/editor/editcmd.c' /> */</em>
|
|
<a id='L571' name='L571'></a> 571 <em class='brace'>{</em>
|
|
<a id='L572' name='L572'></a> 572 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L573' name='L573'></a> 573
|
|
<a id='L574' name='L574'></a> 574 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/g_string_sized_new.html' title='Multiple used in 62 places.'>g_string_sized_new</a> (<a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a> - <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>);
|
|
<a id='L575' name='L575'></a> 575
|
|
<a id='L576' name='L576'></a> 576 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a>)
|
|
<a id='L577' name='L577'></a> 577 <em class='brace'>{</em>
|
|
<a id='L578' name='L578'></a> 578 <em class='comment'>// copy from buffer, excluding chars that are out of the column 'margins'</em>
|
|
<a id='L579' name='L579'></a> 579 <strong class='reserved'>for</strong> (<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 href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L580' name='L580'></a> 580 <em class='brace'>{</em>
|
|
<a id='L581' name='L581'></a> 581 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
|
|
<a id='L582' name='L582'></a> 582
|
|
<a id='L583' name='L583'></a> 583 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L584' name='L584'></a> 584 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</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/x.html' title='Multiple used in 677 places.'>x</a>, 0, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>);
|
|
<a id='L585' name='L585'></a> 585
|
|
<a id='L586' name='L586'></a> 586 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L587' name='L587'></a> 587
|
|
<a id='L588' name='L588'></a> 588 <strong class='reserved'>if</strong> ((<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> >= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a> && <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> < <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>)
|
|
<a id='L589' name='L589'></a> 589 || (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> >= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a> && <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> < <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a>) || <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
|
|
<a id='L590' name='L590'></a> 590 <a href='../Y/g_string_append_c.html' title='Multiple used in 120 places.'>g_string_append_c</a> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</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='L591' name='L591'></a> 591 <em class='brace'>}</em>
|
|
<a id='L592' name='L592'></a> 592 <em class='brace'>}</em>
|
|
<a id='L593' name='L593'></a> 593 <strong class='reserved'>else</strong>
|
|
<a id='L594' name='L594'></a> 594 <strong class='reserved'>for</strong> (<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 href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L595' name='L595'></a> 595 <em class='brace'>{</em>
|
|
<a id='L596' name='L596'></a> 596 <strong class='reserved'>const</strong> <strong class='reserved'>int</strong> <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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L597' name='L597'></a> 597
|
|
<a id='L598' name='L598'></a> 598 <a href='../Y/g_string_append_c.html' title='Multiple used in 120 places.'>g_string_append_c</a> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</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='L599' name='L599'></a> 599 <em class='brace'>}</em>
|
|
<a id='L600' name='L600'></a> 600
|
|
<a id='L601' name='L601'></a> 601 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L602' name='L602'></a> 602 <em class='brace'>}</em>
|
|
<a id='L603' name='L603'></a> 603
|
|
<a id='L604' name='L604'></a> 604 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L605' name='L605'></a> 605 <em class='comment'>/** copies a block to clipboard file */</em>
|
|
<a id='L606' name='L606'></a> 606
|
|
<a id='L607' name='L607'></a> 607 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L608' name='L608'></a> 608 <a href='../R/edit_save_block_to_clip_file.html' title='Multiple referred from 2 places.'>edit_save_block_to_clip_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>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>)
|
|
<em class='comment'>/* <a href='#L570'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L623'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+608 src/editor/editcmd.c' /> */</em>
|
|
<a id='L609' name='L609'></a> 609 <em class='brace'>{</em>
|
|
<a id='L610' name='L610'></a> 610 <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='L611' name='L611'></a> 611 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> *<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>;
|
|
<a id='L612' name='L612'></a> 612
|
|
<a id='L613' name='L613'></a> 613 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</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#L83' title='Defined at 83 in lib/fileloc.h.'>EDIT_HOME_CLIP_FILE</a>);
|
|
<a id='L614' name='L614'></a> 614 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--editor--editcmd.c.html#L1556' title='Defined at 1556 in src/editor/editcmd.c.'>edit_save_block</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>, <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>);
|
|
<a id='L615' name='L615'></a> 615 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L616' name='L616'></a> 616
|
|
<a id='L617' name='L617'></a> 617 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</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
|
|
<a id='L622' name='L622'></a> 622 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L623' name='L623'></a> 623 <a href='../S/src--editor--editcmd.c.html#L1973' title='Referred from 1973 in src/editor/editcmd.c.'>pipe_mail</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>, <strong class='reserved'>char</strong> *<a href='../Y/to.html' title='Multiple used in 8 places.'>to</a>, <strong class='reserved'>char</strong> *<a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a>, <strong class='reserved'>char</strong> *<a href='../Y/cc.html' title='Multiple used in 5 places.'>cc</a>)
|
|
<em class='comment'>/* <a href='#L608'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L669'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+623 src/editor/editcmd.c' /> */</em>
|
|
<a id='L624' name='L624'></a> 624 <em class='brace'>{</em>
|
|
<a id='L625' name='L625'></a> 625 <a href='../Y/FILE.html' title='Multiple used in 57 places.'>FILE</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = 0;
|
|
<a id='L626' name='L626'></a> 626 <strong class='reserved'>char</strong> *<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L627' name='L627'></a> 627
|
|
<a id='L628' name='L628'></a> 628 <a href='../Y/to.html' title='Multiple used in 8 places.'>to</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../Y/to.html' title='Multiple used in 8 places.'>to</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L629' name='L629'></a> 629 <strong class='reserved'>if</strong> (<a href='../Y/to.html' title='Multiple used in 8 places.'>to</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L630' name='L630'></a> 630 <em class='brace'>{</em>
|
|
<a id='L631' name='L631'></a> 631 <a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L632' name='L632'></a> 632 <strong class='reserved'>if</strong> (<a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L633' name='L633'></a> 633 <em class='brace'>{</em>
|
|
<a id='L634' name='L634'></a> 634 <a href='../Y/cc.html' title='Multiple used in 5 places.'>cc</a> = <a href='../S/lib--util.c.html#L224' title='Defined at 224 in lib/util.c.'>name_quote</a> (<a href='../Y/cc.html' title='Multiple used in 5 places.'>cc</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L635' name='L635'></a> 635 <strong class='reserved'>if</strong> (<a href='../Y/cc.html' title='Multiple used in 5 places.'>cc</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L636' name='L636'></a> 636 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> ("mail -s %s %s", <a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a>, <a href='../Y/to.html' title='Multiple used in 8 places.'>to</a>);
|
|
<a id='L637' name='L637'></a> 637 <strong class='reserved'>else</strong>
|
|
<a id='L638' name='L638'></a> 638 <em class='brace'>{</em>
|
|
<a id='L639' name='L639'></a> 639 <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> ("mail -s %s -c %s %s", <a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a>, <a href='../Y/cc.html' title='Multiple used in 5 places.'>cc</a>, <a href='../Y/to.html' title='Multiple used in 8 places.'>to</a>);
|
|
<a id='L640' name='L640'></a> 640 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/cc.html' title='Multiple used in 5 places.'>cc</a>);
|
|
<a id='L641' name='L641'></a> 641 <em class='brace'>}</em>
|
|
<a id='L642' name='L642'></a> 642
|
|
<a id='L643' name='L643'></a> 643 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/subject.html' title='Multiple used in 6 places.'>subject</a>);
|
|
<a id='L644' name='L644'></a> 644 <em class='brace'>}</em>
|
|
<a id='L645' name='L645'></a> 645
|
|
<a id='L646' name='L646'></a> 646 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/to.html' title='Multiple used in 8 places.'>to</a>);
|
|
<a id='L647' name='L647'></a> 647 <em class='brace'>}</em>
|
|
<a id='L648' name='L648'></a> 648
|
|
<a id='L649' name='L649'></a> 649 <strong class='reserved'>if</strong> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L650' name='L650'></a> 650 <em class='brace'>{</em>
|
|
<a id='L651' name='L651'></a> 651 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/popen.html' title='Multiple used in 5 places.'>popen</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, "w");
|
|
<a id='L652' name='L652'></a> 652 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>);
|
|
<a id='L653' name='L653'></a> 653 <em class='brace'>}</em>
|
|
<a id='L654' name='L654'></a> 654
|
|
<a id='L655' name='L655'></a> 655 <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='L656' name='L656'></a> 656 <em class='brace'>{</em>
|
|
<a id='L657' name='L657'></a> 657 <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='L658' name='L658'></a> 658
|
|
<a id='L659' name='L659'></a> 659 <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> < <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</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='L660' name='L660'></a> 660 <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> (<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 href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>) < 0)
|
|
<a id='L661' name='L661'></a> 661 <strong class='reserved'>break</strong>;
|
|
<a id='L662' name='L662'></a> 662 <a href='../Y/pclose.html' title='Multiple used in 7 places.'>pclose</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
|
|
<a id='L663' name='L663'></a> 663 <em class='brace'>}</em>
|
|
<a id='L664' name='L664'></a> 664 <em class='brace'>}</em>
|
|
<a id='L665' name='L665'></a> 665
|
|
<a id='L666' name='L666'></a> 666 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L667' name='L667'></a> 667
|
|
<a id='L668' name='L668'></a> 668 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L669' name='L669'></a> 669 <a href='../R/edit_append_spaces_at_eol.html' title='Multiple referred from 2 places.'>edit_append_spaces_at_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>, <strong class='reserved'>const</strong> <strong class='reserved'>long</strong> <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>, <strong class='reserved'>const</strong> <strong class='reserved'>long</strong> <a href='../Y/width.html' title='Multiple used in 302 places.'>width</a>)
|
|
<em class='comment'>/* <a href='#L623'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L679'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+669 src/editor/editcmd.c' /> */</em>
|
|
<a id='L670' name='L670'></a> 670 <em class='brace'>{</em>
|
|
<a id='L671' name='L671'></a> 671 <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> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>) != '\n')
|
|
<a id='L672' name='L672'></a> 672 <strong class='reserved'>for</strong> (<strong class='reserved'>long</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> > 0; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>--)
|
|
<a id='L673' name='L673'></a> 673 <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='L674' name='L674'></a> 674 <em class='brace'>}</em>
|
|
<a id='L675' name='L675'></a> 675
|
|
<a id='L676' name='L676'></a> 676 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L677' name='L677'></a> 677
|
|
<a id='L678' name='L678'></a> 678 <a href='../D/MC_TESTABLE.html' title='Multiple defined in 2 places.'>MC_TESTABLE</a> <strong class='reserved'>void</strong>
|
|
<a id='L679' name='L679'></a> 679 <a href='../R/edit_insert_column_of_text.html' title='Multiple referred from 5 places.'>edit_insert_column_of_text</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/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <strong class='reserved'>long</strong> <a href='../Y/width.html' title='Multiple used in 302 places.'>width</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>,
|
|
<em class='comment'>/* <a href='#L669'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L740'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+679 src/editor/editcmd.c' /> */</em>
|
|
<a id='L680' name='L680'></a> 680 <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>, <strong class='reserved'>long</strong> *<a href='../Y/col2.html' title='Multiple used in 12 places.'>col2</a>)
|
|
<a id='L681' name='L681'></a> 681 <em class='brace'>{</em>
|
|
<a id='L682' name='L682'></a> 682 <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='L683' name='L683'></a> 683 <strong class='reserved'>long</strong> <a href='../Y/col.html' title='Multiple used in 141 places.'>col</a>;
|
|
<a id='L684' name='L684'></a> 684
|
|
<a id='L685' name='L685'></a> 685 <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>-><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='L686' name='L686'></a> 686 <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='L687' name='L687'></a> 687
|
|
<a id='L688' name='L688'></a> 688 <strong class='reserved'>for</strong> (<a href='../Y/gsize.html' title='Multiple used in 146 places.'>gsize</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 href='../Y/data.html' title='Multiple used in 916 places.'>data</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L689' name='L689'></a> 689 <em class='brace'>{</em>
|
|
<a id='L690' name='L690'></a> 690 <strong class='reserved'>if</strong> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</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>] != '\n')
|
|
<a id='L691' name='L691'></a> 691 <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/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='L692' name='L692'></a> 692 <strong class='reserved'>else</strong>
|
|
<a id='L693' name='L693'></a> 693 <em class='brace'>{</em> <em class='comment'>// fill in and move to next line</em>
|
|
<a id='L694' name='L694'></a> 694 <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='L695' name='L695'></a> 695
|
|
<a id='L696' name='L696'></a> 696 <a href='../S/src--editor--editcmd.c.html#L669' title='Defined at 669 in src/editor/editcmd.c.'>edit_append_spaces_at_eol</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/width.html' title='Multiple used in 302 places.'>width</a>);
|
|
<a id='L697' name='L697'></a> 697
|
|
<a id='L698' name='L698'></a> 698 <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>-><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='L699' name='L699'></a> 699 <em class='brace'>{</em>
|
|
<a id='L700' name='L700'></a> 700 <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>-><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='L701' name='L701'></a> 701 <em class='brace'>{</em>
|
|
<a id='L702' name='L702'></a> 702 <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>-><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>-><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='L703' name='L703'></a> 703 <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='L704' name='L704'></a> 704 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
|
|
<a id='L705' name='L705'></a> 705 <strong class='reserved'>break</strong>;
|
|
<a id='L706' name='L706'></a> 706 <em class='brace'>}</em>
|
|
<a id='L707' name='L707'></a> 707 <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> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L708' name='L708'></a> 708 <em class='brace'>{</em>
|
|
<a id='L709' name='L709'></a> 709 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
|
|
<a id='L710' name='L710'></a> 710 <strong class='reserved'>break</strong>;
|
|
<a id='L711' name='L711'></a> 711 <em class='brace'>}</em>
|
|
<a id='L712' name='L712'></a> 712 <em class='brace'>}</em>
|
|
<a id='L713' name='L713'></a> 713 <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>-><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='L714' name='L714'></a> 714
|
|
<a id='L715' name='L715'></a> 715 <strong class='reserved'>for</strong> (<strong class='reserved'>long</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> >= 1; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>--)
|
|
<a id='L716' name='L716'></a> 716 <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='L717' name='L717'></a> 717 <em class='brace'>}</em>
|
|
<a id='L718' name='L718'></a> 718 <em class='brace'>}</em>
|
|
<a id='L719' name='L719'></a> 719
|
|
<a id='L720' name='L720'></a> 720 <em class='comment'>// add spaces at the end of the last line if this line is short</em>
|
|
<a id='L721' name='L721'></a> 721 <a href='../S/src--editor--editcmd.c.html#L669' title='Defined at 669 in src/editor/editcmd.c.'>edit_append_spaces_at_eol</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/width.html' title='Multiple used in 302 places.'>width</a>);
|
|
<a id='L722' name='L722'></a> 722
|
|
<a id='L723' name='L723'></a> 723 *<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='L724' name='L724'></a> 724 *<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='L725' name='L725'></a> 725 *<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='L726' name='L726'></a> 726 *<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>-><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='L727' name='L727'></a> 727 <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>-><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='L728' name='L728'></a> 728 <em class='brace'>}</em>
|
|
<a id='L729' name='L729'></a> 729
|
|
<a id='L730' name='L730'></a> 730 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L731' name='L731'></a> 731 <em class='comment'>/**</em>
|
|
<a id='L732' name='L732'></a> 732 <em class='comment'> * Callback for the iteration of objects in the 'editors' array.</em>
|
|
<a id='L733' name='L733'></a> 733 <em class='comment'> * Toggle syntax highlighting in editor object.</em>
|
|
<a id='L734' name='L734'></a> 734 <em class='comment'> *</em>
|
|
<a id='L735' name='L735'></a> 735 <em class='comment'> * @param data probably WEdit object</em>
|
|
<a id='L736' name='L736'></a> 736 <em class='comment'> * @param user_data unused</em>
|
|
<a id='L737' name='L737'></a> 737 <em class='comment'> */</em>
|
|
<a id='L738' name='L738'></a> 738
|
|
<a id='L739' name='L739'></a> 739 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
|
|
<a id='L740' name='L740'></a> 740 <a href='../S/src--editor--editcmd.c.html#L838' title='Referred from 838 in src/editor/editcmd.c.'>edit_syntax_onoff_cb</a> (<strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>, <strong class='reserved'>void</strong> *<a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>)
|
|
<em class='comment'>/* <a href='#L679'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L757'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+740 src/editor/editcmd.c' /> */</em>
|
|
<a id='L741' name='L741'></a> 741 <em class='brace'>{</em>
|
|
<a id='L742' name='L742'></a> 742 (<strong class='reserved'>void</strong>) <a href='../Y/user_data.html' title='Multiple used in 75 places.'>user_data</a>;
|
|
<a id='L743' name='L743'></a> 743
|
|
<a id='L744' name='L744'></a> 744 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editwidget.c.html#L1301' title='Defined at 1301 in src/editor/editwidget.c.'>edit_widget_is_editor</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/data.html' title='Multiple used in 916 places.'>data</a>)))
|
|
<a id='L745' name='L745'></a> 745 <em class='brace'>{</em>
|
|
<a id='L746' name='L746'></a> 746 <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='../S/src--editor--edit.h.html#L23' title='Defined at 23 in src/editor/edit.h.'>EDIT</a> (<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
|
|
<a id='L747' name='L747'></a> 747
|
|
<a id='L748' name='L748'></a> 748 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/syntax_highlighting.html' title='Multiple used in 10 places.'>syntax_highlighting</a>)
|
|
<a id='L749' name='L749'></a> 749 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/syntax_type.html' title='Multiple used in 26 places.'>syntax_type</a>);
|
|
<a id='L750' name='L750'></a> 750 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L751' name='L751'></a> 751 <em class='brace'>}</em>
|
|
<a id='L752' name='L752'></a> 752 <em class='brace'>}</em>
|
|
<a id='L753' name='L753'></a> 753
|
|
<a id='L754' name='L754'></a> 754 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L755' name='L755'></a> 755
|
|
<a id='L756' name='L756'></a> 756 <strong class='reserved'>static</strong> <a href='../S/lib--widget--widget-common.h.html#L66' title='Defined at 66 in lib/widget/widget-common.h.'>cb_ret_t</a>
|
|
<a id='L757' name='L757'></a> 757 <a href='../S/src--editor--editcmd.c.html#L2080' title='Referred from 2080 in src/editor/editcmd.c.'>editcmd_dialog_raw_key_query_cb</a> (<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='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> *<a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../S/lib--widget--widget-common.h.html#L53' title='Defined at 53 in lib/widget/widget-common.h.'>widget_msg_t</a> <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <strong class='reserved'>int</strong> <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)
|
|
<em class='comment'>/* <a href='#L740'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L775'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+757 src/editor/editcmd.c' /> */</em>
|
|
<a id='L758' name='L758'></a> 758 <em class='brace'>{</em>
|
|
<a id='L759' name='L759'></a> 759 <a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a> = <a href='../S/lib--widget--dialog.h.html#L20' title='Defined at 20 in lib/widget/dialog.h.'>DIALOG</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L760' name='L760'></a> 760
|
|
<a id='L761' name='L761'></a> 761 <strong class='reserved'>switch</strong> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>)
|
|
<a id='L762' name='L762'></a> 762 <em class='brace'>{</em>
|
|
<a id='L763' name='L763'></a> 763 <strong class='reserved'>case</strong> <a href='../S/lib--widget--widget-common.h.html#L39' title='Defined at 39 in lib/widget/widget-common.h.'>MSG_KEY</a>:
|
|
<a id='L764' name='L764'></a> 764 <a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>-><a href='../Y/ret_value.html' title='Multiple used in 52 places.'>ret_value</a> = <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>;
|
|
<a id='L765' name='L765'></a> 765 <a href='../S/lib--widget--dialog.c.html#L464' title='Defined at 464 in lib/widget/dialog.c.'>dlg_close</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>);
|
|
<a id='L766' name='L766'></a> 766 <strong class='reserved'>return</strong> <a href='../S/lib--widget--widget-common.h.html#L65' title='Defined at 65 in lib/widget/widget-common.h.'>MSG_HANDLED</a>;
|
|
<a id='L767' name='L767'></a> 767 <strong class='reserved'>default</strong>:
|
|
<a id='L768' name='L768'></a> 768 <strong class='reserved'>return</strong> <a href='../S/lib--widget--dialog.c.html#L321' title='Defined at 321 in lib/widget/dialog.c.'>dlg_default_callback</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/sender.html' title='Multiple used in 173 places.'>sender</a>, <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../Y/parm.html' title='Multiple used in 220 places.'>parm</a>, <a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
|
|
<a id='L769' name='L769'></a> 769 <em class='brace'>}</em>
|
|
<a id='L770' name='L770'></a> 770 <em class='brace'>}</em>
|
|
<a id='L771' name='L771'></a> 771
|
|
<a id='L772' name='L772'></a> 772 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L773' name='L773'></a> 773
|
|
<a id='L774' name='L774'></a> 774 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L775' name='L775'></a> 775 <a href='../S/src--editor--editcmd.c.html#L1192' title='Referred from 1192 in src/editor/editcmd.c.'>editcmd_check_and_create_user_syntax_directory</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/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>)
|
|
<em class='comment'>/* <a href='#L757'><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='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+775 src/editor/editcmd.c' /> */</em>
|
|
<a id='L776' name='L776'></a> 776 <em class='brace'>{</em>
|
|
<a id='L777' name='L777'></a> 777 <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='L778' name='L778'></a> 778 <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>;
|
|
<a id='L779' name='L779'></a> 779
|
|
<a id='L780' name='L780'></a> 780 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>, &<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>) == 0;
|
|
<a id='L781' name='L781'></a> 781 <strong class='reserved'>if</strong> (!<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
|
|
<a id='L782' name='L782'></a> 782 <em class='brace'>{</em>
|
|
<a id='L783' name='L783'></a> 783 <em class='comment'>// file doesn't exist -- check why</em>
|
|
<a id='L784' name='L784'></a> 784 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/user_syntax_file_path.html' title='Multiple used in 3 places.'>user_syntax_file_path</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/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>);
|
|
<a id='L785' name='L785'></a> 785
|
|
<a id='L786' name='L786'></a> 786 <em class='comment'>// check directory</em>
|
|
<a id='L787' name='L787'></a> 787 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/user_syntax_file_basename.html' title='Multiple used in 2 places.'>user_syntax_file_basename</a> = <a href='../S/lib--util.c.html#L652' title='Defined at 652 in lib/util.c.'>x_basename</a> (<a href='../Y/user_syntax_file_path.html' title='Multiple used in 3 places.'>user_syntax_file_path</a>);
|
|
<a id='L788' name='L788'></a> 788 <strong class='reserved'>char</strong> *<a href='../Y/user_syntax_dir.html' title='Multiple used in 5 places.'>user_syntax_dir</a>;
|
|
<a id='L789' name='L789'></a> 789 <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/user_syntax_vpath.html' title='Multiple used in 5 places.'>user_syntax_vpath</a>;
|
|
<a id='L790' name='L790'></a> 790
|
|
<a id='L791' name='L791'></a> 791 <a href='../Y/user_syntax_dir.html' title='Multiple used in 5 places.'>user_syntax_dir</a> =
|
|
<a id='L792' name='L792'></a> 792 <a href='../Y/g_strndup.html' title='Multiple used in 61 places.'>g_strndup</a> (<a href='../Y/user_syntax_file_path.html' title='Multiple used in 3 places.'>user_syntax_file_path</a>, <a href='../Y/user_syntax_file_basename.html' title='Multiple used in 2 places.'>user_syntax_file_basename</a> - <a href='../Y/user_syntax_file_path.html' title='Multiple used in 3 places.'>user_syntax_file_path</a>);
|
|
<a id='L793' name='L793'></a> 793 <a href='../Y/user_syntax_vpath.html' title='Multiple used in 5 places.'>user_syntax_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/user_syntax_dir.html' title='Multiple used in 5 places.'>user_syntax_dir</a>);
|
|
<a id='L794' name='L794'></a> 794
|
|
<a id='L795' name='L795'></a> 795 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/user_syntax_vpath.html' title='Multiple used in 5 places.'>user_syntax_vpath</a>, &<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>) == 0;
|
|
<a id='L796' name='L796'></a> 796 <strong class='reserved'>if</strong> (!<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
|
|
<a id='L797' name='L797'></a> 797 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../Y/mc_mkdir.html' title='Multiple used in 4 places.'>mc_mkdir</a> (<a href='../Y/user_syntax_vpath.html' title='Multiple used in 5 places.'>user_syntax_vpath</a>, 0700) == 0;
|
|
<a id='L798' name='L798'></a> 798 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (!<a href='../S/lib--fs.h.html#L28' title='Defined at 28 in lib/fs.h.'>S_ISDIR</a> (<a href='../Y/st.html' title='Multiple used in 519 places.'>st</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
|
|
<a id='L799' name='L799'></a> 799 <em class='brace'>{</em>
|
|
<a id='L800' name='L800'></a> 800 <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='L801' name='L801'></a> 801 <em class='comment'>// set for file_error_message()</em>
|
|
<a id='L802' name='L802'></a> 802 <a href='../Y/errno.html' title='Multiple used in 200 places.'>errno</a> = <a href='../Y/EEXIST.html' title='Multiple used in 8 places.'>EEXIST</a>;
|
|
<a id='L803' name='L803'></a> 803 <em class='brace'>}</em>
|
|
<a id='L804' name='L804'></a> 804
|
|
<a id='L805' name='L805'></a> 805 <strong class='reserved'>if</strong> (!<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
|
|
<a id='L806' name='L806'></a> 806 <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 create directory\n%s"), <a href='../Y/user_syntax_dir.html' title='Multiple used in 5 places.'>user_syntax_dir</a>);
|
|
<a id='L807' name='L807'></a> 807
|
|
<a id='L808' name='L808'></a> 808 <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/user_syntax_vpath.html' title='Multiple used in 5 places.'>user_syntax_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L809' name='L809'></a> 809 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/user_syntax_dir.html' title='Multiple used in 5 places.'>user_syntax_dir</a>);
|
|
<a id='L810' name='L810'></a> 810 <em class='brace'>}</em>
|
|
<a id='L811' name='L811'></a> 811
|
|
<a id='L812' name='L812'></a> 812 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L813' name='L813'></a> 813 <em class='brace'>}</em>
|
|
<a id='L814' name='L814'></a> 814
|
|
<a id='L815' name='L815'></a> 815 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L816' name='L816'></a> 816 <em class='comment'>/*** public functions ****************************************************************************/</em>
|
|
<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'>void</strong>
|
|
<a id='L820' name='L820'></a> 820 <a href='../R/edit_refresh_cmd.html' title='Multiple referred from 2 places.'>edit_refresh_cmd</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L775'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L835'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+820 src/editor/editcmd.c' /> */</em>
|
|
<a id='L821' name='L821'></a> 821 <em class='brace'>{</em>
|
|
<a id='L822' name='L822'></a> 822 <a href='../S/lib--tty--tty.c.html#L355' title='Defined at 355 in lib/tty/tty.c.'>tty_clear_screen</a> ();
|
|
<a id='L823' name='L823'></a> 823 <a href='../S/lib--widget--dialog-switch.c.html#L368' title='Defined at 368 in lib/widget/dialog-switch.c.'>repaint_screen</a> ();
|
|
<a id='L824' name='L824'></a> 824 <a href='../D/tty_keypad.html' title='Multiple defined in 2 places.'>tty_keypad</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</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'>/**</em>
|
|
<a id='L829' name='L829'></a> 829 <em class='comment'> * Toggle syntax highlighting in all editor windows.</em>
|
|
<a id='L830' name='L830'></a> 830 <em class='comment'> *</em>
|
|
<a id='L831' name='L831'></a> 831 <em class='comment'> * @param h root widget for all windows</em>
|
|
<a id='L832' name='L832'></a> 832 <em class='comment'> */</em>
|
|
<a id='L833' name='L833'></a> 833
|
|
<a id='L834' name='L834'></a> 834 <strong class='reserved'>void</strong>
|
|
<a id='L835' name='L835'></a> 835 <a href='../R/edit_syntax_onoff_cmd.html' title='Multiple referred from 2 places.'>edit_syntax_onoff_cmd</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L820'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L850'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+835 src/editor/editcmd.c' /> */</em>
|
|
<a id='L836' name='L836'></a> 836 <em class='brace'>{</em>
|
|
<a id='L837' name='L837'></a> 837 <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/syntax_highlighting.html' title='Multiple used in 10 places.'>syntax_highlighting</a> = !<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/syntax_highlighting.html' title='Multiple used in 10 places.'>syntax_highlighting</a>;
|
|
<a id='L838' name='L838'></a> 838 <a href='../Y/g_list_foreach.html' title='Multiple used in 10 places.'>g_list_foreach</a> (<a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)-><a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a>, <a href='../S/src--editor--editcmd.c.html#L740' title='Defined at 740 in src/editor/editcmd.c.'>edit_syntax_onoff_cb</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L839' name='L839'></a> 839 <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/h.html' title='Multiple used in 496 places.'>h</a>));
|
|
<a id='L840' name='L840'></a> 840 <em class='brace'>}</em>
|
|
<a id='L841' name='L841'></a> 841
|
|
<a id='L842' name='L842'></a> 842 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L843' name='L843'></a> 843 <em class='comment'>/**</em>
|
|
<a id='L844' name='L844'></a> 844 <em class='comment'> * Toggle tabs showing in all editor windows.</em>
|
|
<a id='L845' name='L845'></a> 845 <em class='comment'> *</em>
|
|
<a id='L846' name='L846'></a> 846 <em class='comment'> * @param h root widget for all windows</em>
|
|
<a id='L847' name='L847'></a> 847 <em class='comment'> */</em>
|
|
<a id='L848' name='L848'></a> 848
|
|
<a id='L849' name='L849'></a> 849 <strong class='reserved'>void</strong>
|
|
<a id='L850' name='L850'></a> 850 <a href='../R/edit_show_tabs_tws_cmd.html' title='Multiple referred from 2 places.'>edit_show_tabs_tws_cmd</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L835'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L864'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+850 src/editor/editcmd.c' /> */</em>
|
|
<a id='L851' name='L851'></a> 851 <em class='brace'>{</em>
|
|
<a id='L852' name='L852'></a> 852 <a href='../Y/enable_show_tabs_tws.html' title='Multiple used in 6 places.'>enable_show_tabs_tws</a> = !<a href='../Y/enable_show_tabs_tws.html' title='Multiple used in 6 places.'>enable_show_tabs_tws</a>;
|
|
<a id='L853' name='L853'></a> 853 <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/h.html' title='Multiple used in 496 places.'>h</a>));
|
|
<a id='L854' name='L854'></a> 854 <em class='brace'>}</em>
|
|
<a id='L855' name='L855'></a> 855
|
|
<a id='L856' name='L856'></a> 856 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L857' name='L857'></a> 857 <em class='comment'>/**</em>
|
|
<a id='L858' name='L858'></a> 858 <em class='comment'> * Toggle right margin showing in all editor windows.</em>
|
|
<a id='L859' name='L859'></a> 859 <em class='comment'> *</em>
|
|
<a id='L860' name='L860'></a> 860 <em class='comment'> * @param h root widget for all windows</em>
|
|
<a id='L861' name='L861'></a> 861 <em class='comment'> */</em>
|
|
<a id='L862' name='L862'></a> 862
|
|
<a id='L863' name='L863'></a> 863 <strong class='reserved'>void</strong>
|
|
<a id='L864' name='L864'></a> 864 <a href='../R/edit_show_margin_cmd.html' title='Multiple referred from 2 places.'>edit_show_margin_cmd</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L850'><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='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+864 src/editor/editcmd.c' /> */</em>
|
|
<a id='L865' name='L865'></a> 865 <em class='brace'>{</em>
|
|
<a id='L866' name='L866'></a> 866 <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/show_right_margin.html' title='Multiple used in 6 places.'>show_right_margin</a> = !<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/show_right_margin.html' title='Multiple used in 6 places.'>show_right_margin</a>;
|
|
<a id='L867' name='L867'></a> 867 <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/h.html' title='Multiple used in 496 places.'>h</a>));
|
|
<a id='L868' name='L868'></a> 868 <em class='brace'>}</em>
|
|
<a id='L869' name='L869'></a> 869
|
|
<a id='L870' name='L870'></a> 870 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L871' name='L871'></a> 871 <em class='comment'>/**</em>
|
|
<a id='L872' name='L872'></a> 872 <em class='comment'> * Toggle line numbers showing in all editor windows.</em>
|
|
<a id='L873' name='L873'></a> 873 <em class='comment'> *</em>
|
|
<a id='L874' name='L874'></a> 874 <em class='comment'> * @param h root widget for all windows</em>
|
|
<a id='L875' name='L875'></a> 875 <em class='comment'> */</em>
|
|
<a id='L876' name='L876'></a> 876
|
|
<a id='L877' name='L877'></a> 877 <strong class='reserved'>void</strong>
|
|
<a id='L878' name='L878'></a> 878 <a href='../R/edit_show_numbers_cmd.html' title='Multiple referred from 2 places.'>edit_show_numbers_cmd</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L864'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L888'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+878 src/editor/editcmd.c' /> */</em>
|
|
<a id='L879' name='L879'></a> 879 <em class='brace'>{</em>
|
|
<a id='L880' name='L880'></a> 880 <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='../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 id='L881' name='L881'></a> 881 <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='L882' name='L882'></a> 882 <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/h.html' title='Multiple used in 496 places.'>h</a>));
|
|
<a id='L883' name='L883'></a> 883 <em class='brace'>}</em>
|
|
<a id='L884' name='L884'></a> 884
|
|
<a id='L885' name='L885'></a> 885 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L886' name='L886'></a> 886
|
|
<a id='L887' name='L887'></a> 887 <strong class='reserved'>void</strong>
|
|
<a id='L888' name='L888'></a> 888 <a href='../R/edit_save_mode_cmd.html' title='Multiple referred from 2 places.'>edit_save_mode_cmd</a> (<strong class='reserved'>void</strong>)
|
|
<em class='comment'>/* <a href='#L878'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L933'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+888 src/editor/editcmd.c' /> */</em>
|
|
<a id='L889' name='L889'></a> 889 <em class='brace'>{</em>
|
|
<a id='L890' name='L890'></a> 890 <strong class='reserved'>char</strong> *<a href='../Y/str_result.html' title='Multiple used in 3 places.'>str_result</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L891' name='L891'></a> 891
|
|
<a id='L892' name='L892'></a> 892 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[] = <em class='brace'>{</em>
|
|
<a id='L893' name='L893'></a> 893 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Quick save"),
|
|
<a id='L894' name='L894'></a> 894 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Safe save"),
|
|
<a id='L895' name='L895'></a> 895 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Do backups with following extension:"),
|
|
<a id='L896' name='L896'></a> 896 <em class='brace'>}</em>;
|
|
<a id='L897' name='L897'></a> 897
|
|
<a id='L898' name='L898'></a> 898 <a href='../Y/g_assert.html' title='Multiple used in 32 places.'>g_assert</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<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='L899' name='L899'></a> 899
|
|
<a id='L900' name='L900'></a> 900 <em class='brace'>{</em>
|
|
<a id='L901' name='L901'></a> 901 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>[] = <em class='brace'>{</em>
|
|
<a id='L902' name='L902'></a> 902 <a href='../S/lib--widget--quick.h.html#L98' title='Defined at 98 in lib/widget/quick.h.'>QUICK_RADIO</a> (3, <a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>, &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/save_mode.html' title='Multiple used in 5 places.'>save_mode</a>, &<a href='../Y/edit_save_mode_radio_id.html' title='Multiple used in 3 places.'>edit_save_mode_radio_id</a>),
|
|
<a id='L903' name='L903'></a> 903 <a href='../S/lib--widget--quick.h.html#L41' title='Defined at 41 in lib/widget/quick.h.'>QUICK_INPUT</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backup_ext.html' title='Multiple used in 9 places.'>backup_ext</a>, "edit-backup-ext", &<a href='../Y/str_result.html' title='Multiple used in 3 places.'>str_result</a>,
|
|
<a id='L904' name='L904'></a> 904 &<a href='../Y/edit_save_mode_input_id.html' title='Multiple used in 3 places.'>edit_save_mode_input_id</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--input.h.html#L32' title='Defined at 32 in lib/widget/input.h.'>INPUT_COMPLETE_NONE</a>),
|
|
<a id='L905' name='L905'></a> 905 <a href='../S/lib--widget--quick.h.html#L141' title='Defined at 141 in lib/widget/quick.h.'>QUICK_SEPARATOR</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>),
|
|
<a id='L906' name='L906'></a> 906 <a href='../S/lib--widget--quick.h.html#L12' title='Defined at 12 in lib/widget/quick.h.'>QUICK_CHECKBOX</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Check &POSIX new line"), &<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/check_nl_at_eof.html' title='Multiple used in 5 places.'>check_nl_at_eof</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L907' name='L907'></a> 907 <a href='../S/lib--widget--quick.h.html#L214' title='Defined at 214 in lib/widget/quick.h.'>QUICK_BUTTONS_OK_CANCEL</a>,
|
|
<a id='L908' name='L908'></a> 908 <a href='../S/lib--widget--quick.h.html#L219' title='Defined at 219 in lib/widget/quick.h.'>QUICK_END</a>,
|
|
<a id='L909' name='L909'></a> 909 <em class='brace'>}</em>;
|
|
<a id='L910' name='L910'></a> 910
|
|
<a id='L911' name='L911'></a> 911 <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> = <em class='brace'>{</em> -1, -1, 0, 38 <em class='brace'>}</em>;
|
|
<a id='L912' name='L912'></a> 912
|
|
<a id='L913' name='L913'></a> 913 <a href='../S/lib--widget--quick.h.html#L343' title='Defined at 343 in lib/widget/quick.h.'>quick_dialog_t</a> <a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a> = <em class='brace'>{</em>
|
|
<a id='L914' name='L914'></a> 914 .<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a> = <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>,
|
|
<a id='L915' name='L915'></a> 915 .<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Edit Save Mode"),
|
|
<a id='L916' name='L916'></a> 916 .<a href='../Y/help.html' title='Multiple used in 47 places.'>help</a> = "[Edit Save Mode]",
|
|
<a id='L917' name='L917'></a> 917 .<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>,
|
|
<a id='L918' name='L918'></a> 918 .<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> = <a href='../S/src--editor--editcmd.c.html#L96' title='Defined at 96 in src/editor/editcmd.c.'>edit_save_mode_callback</a>,
|
|
<a id='L919' name='L919'></a> 919 .<a href='../Y/mouse_callback.html' title='Multiple used in 45 places.'>mouse_callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L920' name='L920'></a> 920 <em class='brace'>}</em>;
|
|
<a id='L921' name='L921'></a> 921
|
|
<a id='L922' name='L922'></a> 922 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--quick.h.html#L354' title='Defined at 354 in lib/widget/quick.h.'>quick_dialog</a> (&<a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a>) != <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>)
|
|
<a id='L923' name='L923'></a> 923 <em class='brace'>{</em>
|
|
<a id='L924' name='L924'></a> 924 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backup_ext.html' title='Multiple used in 9 places.'>backup_ext</a>);
|
|
<a id='L925' name='L925'></a> 925 <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/backup_ext.html' title='Multiple used in 9 places.'>backup_ext</a> = <a href='../Y/str_result.html' title='Multiple used in 3 places.'>str_result</a>;
|
|
<a id='L926' name='L926'></a> 926 <em class='brace'>}</em>
|
|
<a id='L927' name='L927'></a> 927 <em class='brace'>}</em>
|
|
<a id='L928' name='L928'></a> 928 <em class='brace'>}</em>
|
|
<a id='L929' name='L929'></a> 929
|
|
<a id='L930' name='L930'></a> 930 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L931' name='L931'></a> 931
|
|
<a id='L932' name='L932'></a> 932 <strong class='reserved'>void</strong>
|
|
<a id='L933' name='L933'></a> 933 <a href='../R/edit_set_filename.html' title='Multiple referred from 4 places.'>edit_set_filename</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/name_vpath.html' title='Multiple used in 22 places.'>name_vpath</a>)
|
|
<em class='comment'>/* <a href='#L888'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L947'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+933 src/editor/editcmd.c' /> */</em>
|
|
<a id='L934' name='L934'></a> 934 <em class='brace'>{</em>
|
|
<a id='L935' name='L935'></a> 935 <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>-><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='L936' name='L936'></a> 936 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a> = <a href='../S/lib--vfs--path.c.html#L884' title='Defined at 884 in lib/vfs/path.c.'>vfs_path_clone</a> (<a href='../Y/name_vpath.html' title='Multiple used in 22 places.'>name_vpath</a>);
|
|
<a id='L937' name='L937'></a> 937
|
|
<a id='L938' name='L938'></a> 938 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/dir_vpath.html' title='Multiple used in 8 places.'>dir_vpath</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L939' name='L939'></a> 939 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/dir_vpath.html' title='Multiple used in 8 places.'>dir_vpath</a> = <a href='../S/lib--vfs--path.c.html#L884' title='Defined at 884 in lib/vfs/path.c.'>vfs_path_clone</a> (<a href='../S/lib--vfs--vfs.c.html#L406' title='Defined at 406 in lib/vfs/vfs.c.'>vfs_get_raw_current_dir</a> ());
|
|
<a id='L940' name='L940'></a> 940 <em class='brace'>}</em>
|
|
<a id='L941' name='L941'></a> 941
|
|
<a id='L942' name='L942'></a> 942 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L943' name='L943'></a> 943 <em class='comment'>/* Here we want to warn the users of overwriting an existing file,</em>
|
|
<a id='L944' name='L944'></a> 944 <em class='comment'> but only if they have made a change to the filename */</em>
|
|
<a id='L945' name='L945'></a> 945 <em class='comment'>/* returns TRUE on success */</em>
|
|
<a id='L946' name='L946'></a> 946 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L947' name='L947'></a> 947 <a href='../R/edit_save_as_cmd.html' title='Multiple referred from 4 places.'>edit_save_as_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='#L933'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1050'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+947 src/editor/editcmd.c' /> */</em>
|
|
<a id='L948' name='L948'></a> 948 <em class='brace'>{</em>
|
|
<a id='L949' name='L949'></a> 949 <em class='comment'>// This heads the 'Save As' dialog box</em>
|
|
<a id='L950' name='L950'></a> 950 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>;
|
|
<a id='L951' name='L951'></a> 951 <strong class='reserved'>int</strong> <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> = 0;
|
|
<a id='L952' name='L952'></a> 952 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/different_filename.html' title='Multiple used in 5 places.'>different_filename</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L953' name='L953'></a> 953 <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/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L954' name='L954'></a> 954
|
|
<a id='L955' name='L955'></a> 955 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--editcmd.c.html#L361' title='Defined at 361 in src/editor/editcmd.c.'>edit_check_newline</a> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
|
|
<a id='L956' name='L956'></a> 956 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L957' name='L957'></a> 957
|
|
<a id='L958' name='L958'></a> 958 <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a> = <a href='../S/src--editor--editcmd.c.html#L374' title='Defined at 374 in src/editor/editcmd.c.'>edit_get_save_file_as</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L959' name='L959'></a> 959 <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>-><a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>);
|
|
<a id='L960' name='L960'></a> 960
|
|
<a id='L961' name='L961'></a> 961 <strong class='reserved'>if</strong> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && <a href='../S/lib--vfs--path.c.html#L1620' title='Defined at 1620 in lib/vfs/path.c.'>vfs_path_len</a> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>) != 0)
|
|
<a id='L962' name='L962'></a> 962 <em class='brace'>{</em>
|
|
<a id='L963' name='L963'></a> 963 <strong class='reserved'>int</strong> <a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a>;
|
|
<a id='L964' name='L964'></a> 964
|
|
<a id='L965' name='L965'></a> 965 <strong class='reserved'>if</strong> (!<a href='../S/lib--vfs--path.c.html#L1566' title='Defined at 1566 in lib/vfs/path.c.'>vfs_path_equal</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>, <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>))
|
|
<a id='L966' name='L966'></a> 966 <em class='brace'>{</em>
|
|
<a id='L967' name='L967'></a> 967 <strong class='reserved'>int</strong> <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
|
|
<a id='L968' name='L968'></a> 968 <strong class='reserved'>struct</strong> <a href='../Y/stat.html' title='Multiple used in 287 places.'>stat</a> <a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>;
|
|
<a id='L969' name='L969'></a> 969
|
|
<a id='L970' name='L970'></a> 970 <strong class='reserved'>if</strong> (<a href='../D/mc_stat.html' title='Multiple defined in 2 places.'>mc_stat</a> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, &<a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>) == 0 && !<a href='../S/lib--fs.h.html#L21' title='Defined at 21 in lib/fs.h.'>S_ISREG</a> (<a href='../Y/sb.html' title='Multiple used in 14 places.'>sb</a>.<a href='../Y/st_mode.html' title='Multiple used in 242 places.'>st_mode</a>))
|
|
<a id='L971' name='L971'></a> 971 <em class='brace'>{</em>
|
|
<a id='L972' name='L972'></a> 972 <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 save\n%s:\nnot a regular file"),
|
|
<a id='L973' name='L973'></a> 973 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>));
|
|
<a id='L974' name='L974'></a> 974 <strong class='reserved'>goto</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L975' name='L975'></a> 975 <em class='brace'>}</em>
|
|
<a id='L976' name='L976'></a> 976
|
|
<a id='L977' name='L977'></a> 977 <a href='../Y/different_filename.html' title='Multiple used in 5 places.'>different_filename</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L978' name='L978'></a> 978 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_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='L979' name='L979'></a> 979
|
|
<a id='L980' name='L980'></a> 980 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> == -1)
|
|
<a id='L981' name='L981'></a> 981 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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_IWUSR.html' title='Multiple used in 15 places.'>S_IWUSR</a>;
|
|
<a id='L982' name='L982'></a> 982 <strong class='reserved'>else</strong>
|
|
<a id='L983' name='L983'></a> 983 <em class='brace'>{</em>
|
|
<a id='L984' name='L984'></a> 984 <em class='comment'>// the file exists</em>
|
|
<a id='L985' name='L985'></a> 985 <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='L986' name='L986'></a> 986 <em class='comment'>// Overwrite the current file or cancel the operation</em>
|
|
<a id='L987' name='L987'></a> 987 <strong class='reserved'>if</strong> (<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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("A file already exists with this name"),
|
|
<a id='L988' name='L988'></a> 988 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Overwrite"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel")))
|
|
<a id='L989' name='L989'></a> 989 <strong class='reserved'>goto</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L990' name='L990'></a> 990 <em class='brace'>}</em>
|
|
<a id='L991' name='L991'></a> 991
|
|
<a id='L992' name='L992'></a> 992 <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> = <a href='../S/lib--lock.c.html#L200' title='Defined at 200 in lib/lock.c.'>lock_file</a> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<a id='L993' name='L993'></a> 993 <em class='brace'>}</em>
|
|
<a id='L994' name='L994'></a> 994 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> == 0 && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> == 0)
|
|
<a id='L995' name='L995'></a> 995 <em class='comment'>// filenames equal, check if already locked</em>
|
|
<a id='L996' name='L996'></a> 996 <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> = <a href='../S/lib--lock.c.html#L200' title='Defined at 200 in lib/lock.c.'>lock_file</a> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<a id='L997' name='L997'></a> 997
|
|
<a id='L998' name='L998'></a> 998 <strong class='reserved'>if</strong> (<a href='../Y/different_filename.html' title='Multiple used in 5 places.'>different_filename</a>)
|
|
<a id='L999' name='L999'></a> 999 <em class='comment'>/* Allow user to write into saved (under another name) file</em>
|
|
<a id='L1000' name='L1000'></a>1000 <em class='comment'> * even if original file had r/o user permissions. */</em>
|
|
<a id='L1001' name='L1001'></a>1001 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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_IWUSR.html' title='Multiple used in 15 places.'>S_IWUSR</a>;
|
|
<a id='L1002' name='L1002'></a>1002
|
|
<a id='L1003' name='L1003'></a>1003 <a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a> = <a href='../S/src--editor--editcmd.c.html#L129' title='Defined at 129 in src/editor/editcmd.c.'>edit_save_file</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<a id='L1004' name='L1004'></a>1004 <strong class='reserved'>switch</strong> (<a href='../Y/rv.html' title='Multiple used in 57 places.'>rv</a>)
|
|
<a id='L1005' name='L1005'></a>1005 <em class='brace'>{</em>
|
|
<a id='L1006' name='L1006'></a>1006 <strong class='reserved'>case</strong> 1:
|
|
<a id='L1007' name='L1007'></a>1007 <em class='comment'>// Successful, so unlock both files</em>
|
|
<a id='L1008' name='L1008'></a>1008 <strong class='reserved'>if</strong> (<a href='../Y/different_filename.html' title='Multiple used in 5 places.'>different_filename</a>)
|
|
<a id='L1009' name='L1009'></a>1009 <em class='brace'>{</em>
|
|
<a id='L1010' name='L1010'></a>1010 <strong class='reserved'>if</strong> (<a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> != 0)
|
|
<a id='L1011' name='L1011'></a>1011 <a href='../S/lib--lock.c.html#L277' title='Defined at 277 in lib/lock.c.'>unlock_file</a> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<a id='L1012' name='L1012'></a>1012 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> != 0)
|
|
<a id='L1013' name='L1013'></a>1013 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L1014' name='L1014'></a>1014 <em class='brace'>}</em>
|
|
<a id='L1015' name='L1015'></a>1015 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> != 0 || <a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> != 0)
|
|
<a id='L1016' name='L1016'></a>1016 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L1017' name='L1017'></a>1017
|
|
<a id='L1018' name='L1018'></a>1018 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<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>-><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='L1020' name='L1020'></a>1020 <a href='../S/src--editor--edit-impl.h.html#L249' title='Defined at 249 in src/editor/edit-impl.h.'>edit_reload</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<a id='L1021' name='L1021'></a>1021 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> = 0;
|
|
<a id='L1022' name='L1022'></a>1022 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/delete_file.html' title='Multiple used in 9 places.'>delete_file</a> = 0;
|
|
<a id='L1023' name='L1023'></a>1023 <strong class='reserved'>if</strong> (<a href='../Y/different_filename.html' title='Multiple used in 5 places.'>different_filename</a>)
|
|
<a id='L1024' name='L1024'></a>1024 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/syntax_type.html' title='Multiple used in 26 places.'>syntax_type</a>);
|
|
<a id='L1025' name='L1025'></a>1025 <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='L1026' name='L1026'></a>1026 <strong class='reserved'>break</strong>;
|
|
<a id='L1027' name='L1027'></a>1027
|
|
<a id='L1028' name='L1028'></a>1028 <strong class='reserved'>default</strong>:
|
|
<a id='L1029' name='L1029'></a>1029 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot save file"));
|
|
<a id='L1030' name='L1030'></a>1030 <a href='../D/MC_FALLTHROUGH.html' title='Multiple defined in 2 places.'>MC_FALLTHROUGH</a>;
|
|
<a id='L1031' name='L1031'></a>1031
|
|
<a id='L1032' name='L1032'></a>1032 <strong class='reserved'>case</strong> -1:
|
|
<a id='L1033' name='L1033'></a>1033 <em class='comment'>// Failed, so maintain modify (not save) lock</em>
|
|
<a id='L1034' name='L1034'></a>1034 <strong class='reserved'>if</strong> (<a href='../Y/save_lock.html' title='Multiple used in 9 places.'>save_lock</a> != 0)
|
|
<a id='L1035' name='L1035'></a>1035 <a href='../S/lib--lock.c.html#L277' title='Defined at 277 in lib/lock.c.'>unlock_file</a> (<a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>);
|
|
<a id='L1036' name='L1036'></a>1036 <strong class='reserved'>break</strong>;
|
|
<a id='L1037' name='L1037'></a>1037 <em class='brace'>}</em>
|
|
<a id='L1038' name='L1038'></a>1038 <em class='brace'>}</em>
|
|
<a id='L1039' name='L1039'></a>1039
|
|
<a id='L1040' name='L1040'></a>1040 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>:
|
|
<a id='L1041' name='L1041'></a>1041 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1042' name='L1042'></a>1042 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1043' name='L1043'></a>1043 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1044' name='L1044'></a>1044 <em class='brace'>}</em>
|
|
<a id='L1045' name='L1045'></a>1045
|
|
<a id='L1046' name='L1046'></a>1046 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1047' name='L1047'></a>1047 <em class='comment'>/** returns TRUE on success */</em>
|
|
<a id='L1048' name='L1048'></a>1048
|
|
<a id='L1049' name='L1049'></a>1049 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1050' name='L1050'></a>1050 <a href='../R/edit_save_confirm_cmd.html' title='Multiple referred from 2 places.'>edit_save_confirm_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='#L947'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1082'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1050 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1051' name='L1051'></a>1051 <em class='brace'>{</em>
|
|
<a id='L1052' name='L1052'></a>1052 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1053' name='L1053'></a>1053 <strong class='reserved'>return</strong> <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='L1054' name='L1054'></a>1054
|
|
<a id='L1055' name='L1055'></a>1055 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--editcmd.c.html#L361' title='Defined at 361 in src/editor/editcmd.c.'>edit_check_newline</a> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
|
|
<a id='L1056' name='L1056'></a>1056 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1057' name='L1057'></a>1057
|
|
<a id='L1058' name='L1058'></a>1058 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/confirm_save.html' title='Multiple used in 5 places.'>confirm_save</a>)
|
|
<a id='L1059' name='L1059'></a>1059 <em class='brace'>{</em>
|
|
<a id='L1060' name='L1060'></a>1060 <strong class='reserved'>char</strong> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
|
|
<a id='L1061' name='L1061'></a>1061 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>;
|
|
<a id='L1062' name='L1062'></a>1062
|
|
<a id='L1063' name='L1063'></a>1063 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</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> ("Confirm save file: \"%s\""),
|
|
<a id='L1064' name='L1064'></a>1064 <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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>));
|
|
<a id='L1065' name='L1065'></a>1065 <a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</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> ("Save file"), <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Save"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel")) == 0);
|
|
<a id='L1066' name='L1066'></a>1066 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L1067' name='L1067'></a>1067 <strong class='reserved'>if</strong> (!<a href='../Y/ok.html' title='Multiple used in 194 places.'>ok</a>)
|
|
<a id='L1068' name='L1068'></a>1068 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1069' name='L1069'></a>1069 <em class='brace'>}</em>
|
|
<a id='L1070' name='L1070'></a>1070
|
|
<a id='L1071' name='L1071'></a>1071 <strong class='reserved'>return</strong> <a href='../S/src--editor--editcmd.c.html#L428' title='Defined at 428 in src/editor/editcmd.c.'>edit_save_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1072' name='L1072'></a>1072 <em class='brace'>}</em>
|
|
<a id='L1073' name='L1073'></a>1073
|
|
<a id='L1074' name='L1074'></a>1074 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1075' name='L1075'></a>1075 <em class='comment'>/**</em>
|
|
<a id='L1076' name='L1076'></a>1076 <em class='comment'> * Ask file to edit and load it.</em>
|
|
<a id='L1077' name='L1077'></a>1077 <em class='comment'> *</em>
|
|
<a id='L1078' name='L1078'></a>1078 <em class='comment'> * @return TRUE on success or cancel of ask.</em>
|
|
<a id='L1079' name='L1079'></a>1079 <em class='comment'> */</em>
|
|
<a id='L1080' name='L1080'></a>1080
|
|
<a id='L1081' name='L1081'></a>1081 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1082' name='L1082'></a>1082 <a href='../R/edit_load_cmd.html' title='Multiple referred from 2 places.'>edit_load_cmd</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L1050'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1118'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1082 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1083' name='L1083'></a>1083 <em class='brace'>{</em>
|
|
<a id='L1084' name='L1084'></a>1084 <strong class='reserved'>char</strong> *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>;
|
|
<a id='L1085' name='L1085'></a>1085 <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>; <em class='comment'>// possible cancel</em>
|
|
<a id='L1086' name='L1086'></a>1086
|
|
<a id='L1087' name='L1087'></a>1087 <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> = <a href='../S/lib--widget--wtools.c.html#L483' title='Defined at 483 in lib/widget/wtools.c.'>input_expand_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Load"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter file name:"), <a href='../S/src--history.h.html#L13' title='Defined at 13 in src/history.h.'>MC_HISTORY_EDIT_LOAD</a>,
|
|
<a id='L1088' name='L1088'></a>1088 <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>, <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a> | <a href='../S/lib--widget--input.h.html#L38' title='Defined at 38 in lib/widget/input.h.'>INPUT_COMPLETE_CD</a>);
|
|
<a id='L1089' name='L1089'></a>1089
|
|
<a id='L1090' name='L1090'></a>1090 <strong class='reserved'>if</strong> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != '\0')
|
|
<a id='L1091' name='L1091'></a>1091 <em class='brace'>{</em>
|
|
<a id='L1092' name='L1092'></a>1092 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>;
|
|
<a id='L1093' name='L1093'></a>1093 <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='L1094' name='L1094'></a>1094
|
|
<a id='L1095' name='L1095'></a>1095 <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_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/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1096' name='L1096'></a>1096 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, 0);
|
|
<a id='L1097' name='L1097'></a>1097 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--editor--editcmd.c.html#L1118' title='Defined at 1118 in src/editor/editcmd.c.'>edit_load_file_from_filename</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
|
|
<a id='L1098' name='L1098'></a>1098 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1099' name='L1099'></a>1099 <em class='brace'>}</em>
|
|
<a id='L1100' name='L1100'></a>1100
|
|
<a id='L1101' name='L1101'></a>1101 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1102' name='L1102'></a>1102
|
|
<a id='L1103' name='L1103'></a>1103 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1104' name='L1104'></a>1104 <em class='brace'>}</em>
|
|
<a id='L1105' name='L1105'></a>1105
|
|
<a id='L1106' name='L1106'></a>1106 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1107' name='L1107'></a>1107 <em class='comment'>/**</em>
|
|
<a id='L1108' name='L1108'></a>1108 <em class='comment'> * Load file content</em>
|
|
<a id='L1109' name='L1109'></a>1109 <em class='comment'> *</em>
|
|
<a id='L1110' name='L1110'></a>1110 <em class='comment'> * @param h screen the owner of editor window</em>
|
|
<a id='L1111' name='L1111'></a>1111 <em class='comment'> * @param vpath vfs file path</em>
|
|
<a id='L1112' name='L1112'></a>1112 <em class='comment'> * @param line line number</em>
|
|
<a id='L1113' name='L1113'></a>1113 <em class='comment'> *</em>
|
|
<a id='L1114' name='L1114'></a>1114 <em class='comment'> * @return TRUE if file content was successfully loaded, FALSE otherwise</em>
|
|
<a id='L1115' name='L1115'></a>1115 <em class='comment'> */</em>
|
|
<a id='L1116' name='L1116'></a>1116
|
|
<a id='L1117' name='L1117'></a>1117 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1118' name='L1118'></a>1118 <a href='../R/edit_load_file_from_filename.html' title='Multiple referred from 8 places.'>edit_load_file_from_filename</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</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='#L1082'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1135'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1118 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1119' name='L1119'></a>1119 <em class='brace'>{</em>
|
|
<a id='L1120' name='L1120'></a>1120 <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 href='../S/lib--widget--widget-common.h.html#L15' title='Defined at 15 in lib/widget/widget-common.h.'>WIDGET</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)-><a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a>;
|
|
<a id='L1121' name='L1121'></a>1121
|
|
<a id='L1122' name='L1122'></a>1122 <a href='../S/lib--widget--rect.c.html#L140' title='Defined at 140 in lib/widget/rect.c.'>rect_grow</a> (&<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>, -1, 0);
|
|
<a id='L1123' name='L1123'></a>1123
|
|
<a id='L1124' name='L1124'></a>1124 <strong class='reserved'>return</strong> <a href='../S/src--editor--editwidget.c.html#L1357' title='Defined at 1357 in src/editor/editwidget.c.'>edit_add_window</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>, <a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
|
|
<a id='L1125' name='L1125'></a>1125 <em class='brace'>}</em>
|
|
<a id='L1126' name='L1126'></a>1126
|
|
<a id='L1127' name='L1127'></a>1127 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1128' name='L1128'></a>1128 <em class='comment'>/**</em>
|
|
<a id='L1129' name='L1129'></a>1129 <em class='comment'> * Show history od edited or viewed files and open selected file.</em>
|
|
<a id='L1130' name='L1130'></a>1130 <em class='comment'> *</em>
|
|
<a id='L1131' name='L1131'></a>1131 <em class='comment'> * @return TRUE on success, FALSE otherwise.</em>
|
|
<a id='L1132' name='L1132'></a>1132 <em class='comment'> */</em>
|
|
<a id='L1133' name='L1133'></a>1133
|
|
<a id='L1134' name='L1134'></a>1134 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1135' name='L1135'></a>1135 <a href='../R/edit_load_file_from_history.html' title='Multiple referred from 2 places.'>edit_load_file_from_history</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L1118'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1166'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1135 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1136' name='L1136'></a>1136 <em class='brace'>{</em>
|
|
<a id='L1137' name='L1137'></a>1137 <strong class='reserved'>char</strong> *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>;
|
|
<a id='L1138' name='L1138'></a>1138 <strong class='reserved'>int</strong> <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>;
|
|
<a id='L1139' name='L1139'></a>1139 <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>; <em class='comment'>// possible cancel</em>
|
|
<a id='L1140' name='L1140'></a>1140
|
|
<a id='L1141' name='L1141'></a>1141 <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> = <a href='../S/src--file_history.c.html#L232' title='Defined at 232 in src/file_history.c.'>show_file_history</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/h.html' title='Multiple used in 496 places.'>h</a>), &<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a>);
|
|
<a id='L1142' name='L1142'></a>1142 <strong class='reserved'>if</strong> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && (<a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> == <a href='../S/lib--keybind.h.html#L84' title='Defined at 84 in lib/keybind.h.'>CK_Edit</a> || <a href='../Y/action.html' title='Multiple used in 144 places.'>action</a> == <a href='../S/lib--keybind.h.html#L41' title='Defined at 41 in lib/keybind.h.'>CK_Enter</a>))
|
|
<a id='L1143' name='L1143'></a>1143 <em class='brace'>{</em>
|
|
<a id='L1144' name='L1144'></a>1144 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>;
|
|
<a id='L1145' name='L1145'></a>1145 <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='L1146' name='L1146'></a>1146
|
|
<a id='L1147' name='L1147'></a>1147 <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_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/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1148' name='L1148'></a>1148 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, 0);
|
|
<a id='L1149' name='L1149'></a>1149 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--editor--editcmd.c.html#L1118' title='Defined at 1118 in src/editor/editcmd.c.'>edit_load_file_from_filename</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
|
|
<a id='L1150' name='L1150'></a>1150 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1151' name='L1151'></a>1151 <em class='brace'>}</em>
|
|
<a id='L1152' name='L1152'></a>1152
|
|
<a id='L1153' name='L1153'></a>1153 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1154' name='L1154'></a>1154
|
|
<a id='L1155' name='L1155'></a>1155 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1156' name='L1156'></a>1156 <em class='brace'>}</em>
|
|
<a id='L1157' name='L1157'></a>1157
|
|
<a id='L1158' name='L1158'></a>1158 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1159' name='L1159'></a>1159 <em class='comment'>/**</em>
|
|
<a id='L1160' name='L1160'></a>1160 <em class='comment'> * Load syntax file to edit.</em>
|
|
<a id='L1161' name='L1161'></a>1161 <em class='comment'> *</em>
|
|
<a id='L1162' name='L1162'></a>1162 <em class='comment'> * @return TRUE on success</em>
|
|
<a id='L1163' name='L1163'></a>1163 <em class='comment'> */</em>
|
|
<a id='L1164' name='L1164'></a>1164
|
|
<a id='L1165' name='L1165'></a>1165 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1166' name='L1166'></a>1166 <a href='../R/edit_load_syntax_file.html' title='Multiple referred from 2 places.'>edit_load_syntax_file</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L1135'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1220'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1166 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1167' name='L1167'></a>1167 <em class='brace'>{</em>
|
|
<a id='L1168' name='L1168'></a>1168 <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/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a>;
|
|
<a id='L1169' name='L1169'></a>1169 <strong class='reserved'>int</strong> <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a> = 0;
|
|
<a id='L1170' name='L1170'></a>1170 <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='L1171' name='L1171'></a>1171 <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/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1172' name='L1172'></a>1172
|
|
<a id='L1173' name='L1173'></a>1173 <strong class='reserved'>if</strong> (<a href='../Y/geteuid.html' title='Multiple used in 14 places.'>geteuid</a> () == 0)
|
|
<a id='L1174' name='L1174'></a>1174 <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a> = <a href='../S/lib--widget--wtools.c.html#L238' title='Defined at 238 in lib/widget/wtools.c.'>query_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Syntax file edit"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Which syntax file you want to edit?"),
|
|
<a id='L1175' name='L1175'></a>1175 <a href='../S/lib--widget--wtools.h.html#L30' title='Defined at 30 in lib/widget/wtools.h.'>D_NORMAL</a>, 2, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&User"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&System wide"));
|
|
<a id='L1176' name='L1176'></a>1176
|
|
<a id='L1177' name='L1177'></a>1177 <a href='../Y/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a> =
|
|
<a id='L1178' name='L1178'></a>1178 <a href='../S/lib--vfs--path.c.html#L1228' title='Defined at 1228 in lib/vfs/path.c.'>vfs_path_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/sysconfig_dir.html' title='Multiple used in 39 places.'>sysconfig_dir</a>, <a href='../S/lib--fileloc.h.html#L87' title='Defined at 87 in lib/fileloc.h.'>EDIT_SYNTAX_FILE</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1179' name='L1179'></a>1179 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</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/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a>)))
|
|
<a id='L1180' name='L1180'></a>1180 <em class='brace'>{</em>
|
|
<a id='L1181' name='L1181'></a>1181 <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/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1182' name='L1182'></a>1182 <a href='../Y/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a> =
|
|
<a id='L1183' name='L1183'></a>1183 <a href='../S/lib--vfs--path.c.html#L1228' title='Defined at 1228 in lib/vfs/path.c.'>vfs_path_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/share_data_dir.html' title='Multiple used in 28 places.'>share_data_dir</a>, <a href='../S/lib--fileloc.h.html#L87' title='Defined at 87 in lib/fileloc.h.'>EDIT_SYNTAX_FILE</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1184' name='L1184'></a>1184 <em class='brace'>}</em>
|
|
<a id='L1185' name='L1185'></a>1185
|
|
<a id='L1186' name='L1186'></a>1186 <strong class='reserved'>if</strong> (<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a> == 0)
|
|
<a id='L1187' name='L1187'></a>1187 <em class='brace'>{</em>
|
|
<a id='L1188' name='L1188'></a>1188 <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/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>;
|
|
<a id='L1189' name='L1189'></a>1189
|
|
<a id='L1190' name='L1190'></a>1190 <a href='../Y/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a> = <a href='../S/lib--mcconfig--paths.c.html#L304' title='Defined at 304 in lib/mcconfig/paths.c.'>mc_config_get_full_vpath</a> (<a href='../S/lib--fileloc.h.html#L87' title='Defined at 87 in lib/fileloc.h.'>EDIT_SYNTAX_FILE</a>);
|
|
<a id='L1191' name='L1191'></a>1191
|
|
<a id='L1192' name='L1192'></a>1192 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editcmd.c.html#L775' title='Defined at 775 in src/editor/editcmd.c.'>editcmd_check_and_create_user_syntax_directory</a> (<a href='../Y/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>))
|
|
<a id='L1193' name='L1193'></a>1193 <em class='brace'>{</em>
|
|
<a id='L1194' name='L1194'></a>1194 <a href='../S/src--util.c.html#L57' title='Defined at 57 in src/util.c.'>check_for_default</a> (<a href='../Y/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a>, <a href='../Y/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>);
|
|
<a id='L1195' name='L1195'></a>1195 <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/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>, 0);
|
|
<a id='L1196' name='L1196'></a>1196 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--editor--editcmd.c.html#L1118' title='Defined at 1118 in src/editor/editcmd.c.'>edit_load_file_from_filename</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
|
|
<a id='L1197' name='L1197'></a>1197 <em class='brace'>}</em>
|
|
<a id='L1198' name='L1198'></a>1198
|
|
<a id='L1199' name='L1199'></a>1199 <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/user_syntax_file_vpath.html' title='Multiple used in 9 places.'>user_syntax_file_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1200' name='L1200'></a>1200 <em class='brace'>}</em>
|
|
<a id='L1201' name='L1201'></a>1201 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a> == 1)
|
|
<a id='L1202' name='L1202'></a>1202 <em class='brace'>{</em>
|
|
<a id='L1203' name='L1203'></a>1203 <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/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a>, 0);
|
|
<a id='L1204' name='L1204'></a>1204 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--editor--editcmd.c.html#L1118' title='Defined at 1118 in src/editor/editcmd.c.'>edit_load_file_from_filename</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
|
|
<a id='L1205' name='L1205'></a>1205 <em class='brace'>}</em>
|
|
<a id='L1206' name='L1206'></a>1206
|
|
<a id='L1207' name='L1207'></a>1207 <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/extdir_vpath.html' title='Multiple used in 16 places.'>extdir_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1208' name='L1208'></a>1208
|
|
<a id='L1209' name='L1209'></a>1209 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1210' name='L1210'></a>1210 <em class='brace'>}</em>
|
|
<a id='L1211' name='L1211'></a>1211
|
|
<a id='L1212' name='L1212'></a>1212 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1213' name='L1213'></a>1213 <em class='comment'>/**</em>
|
|
<a id='L1214' name='L1214'></a>1214 <em class='comment'> * Load menu file to edit.</em>
|
|
<a id='L1215' name='L1215'></a>1215 <em class='comment'> *</em>
|
|
<a id='L1216' name='L1216'></a>1216 <em class='comment'> * @return TRUE on success</em>
|
|
<a id='L1217' name='L1217'></a>1217 <em class='comment'> */</em>
|
|
<a id='L1218' name='L1218'></a>1218
|
|
<a id='L1219' name='L1219'></a>1219 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1220' name='L1220'></a>1220 <a href='../R/edit_load_menu_file.html' title='Multiple referred from 2 places.'>edit_load_menu_file</a> (<a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>)
|
|
<em class='comment'>/* <a href='#L1166'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1287'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1220 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1221' name='L1221'></a>1221 <em class='brace'>{</em>
|
|
<a id='L1222' name='L1222'></a>1222 <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/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>;
|
|
<a id='L1223' name='L1223'></a>1223 <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/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>;
|
|
<a id='L1224' name='L1224'></a>1224 <strong class='reserved'>int</strong> <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>;
|
|
<a id='L1225' name='L1225'></a>1225 <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='L1226' name='L1226'></a>1226 <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='L1227' name='L1227'></a>1227
|
|
<a id='L1228' name='L1228'></a>1228 <a href='../S/lib--widget--wtools.c.html#L342' title='Defined at 342 in lib/widget/wtools.c.'>query_set_sel</a> (1);
|
|
<a id='L1229' name='L1229'></a>1229 <a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a> = <a href='../S/lib--widget--wtools.c.html#L238' title='Defined at 238 in lib/widget/wtools.c.'>query_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Menu edit"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Which menu file do you want to edit?"), <a href='../S/lib--widget--wtools.h.html#L30' title='Defined at 30 in lib/widget/wtools.h.'>D_NORMAL</a>,
|
|
<a id='L1230' name='L1230'></a>1230 <a href='../Y/geteuid.html' title='Multiple used in 14 places.'>geteuid</a> () != 0 ? 2 : 3, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Local"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&User"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&System wide"));
|
|
<a id='L1231' name='L1231'></a>1231
|
|
<a id='L1232' name='L1232'></a>1232 <a href='../Y/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a> =
|
|
<a id='L1233' name='L1233'></a>1233 <a href='../S/lib--vfs--path.c.html#L1228' title='Defined at 1228 in lib/vfs/path.c.'>vfs_path_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/sysconfig_dir.html' title='Multiple used in 39 places.'>sysconfig_dir</a>, <a href='../S/lib--fileloc.h.html#L89' title='Defined at 89 in lib/fileloc.h.'>EDIT_GLOBAL_MENU</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1234' name='L1234'></a>1234 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</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/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>)))
|
|
<a id='L1235' name='L1235'></a>1235 <em class='brace'>{</em>
|
|
<a id='L1236' name='L1236'></a>1236 <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/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1237' name='L1237'></a>1237 <a href='../Y/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a> =
|
|
<a id='L1238' name='L1238'></a>1238 <a href='../S/lib--vfs--path.c.html#L1228' title='Defined at 1228 in lib/vfs/path.c.'>vfs_path_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/share_data_dir.html' title='Multiple used in 28 places.'>share_data_dir</a>, <a href='../S/lib--fileloc.h.html#L89' title='Defined at 89 in lib/fileloc.h.'>EDIT_GLOBAL_MENU</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1239' name='L1239'></a>1239 <em class='brace'>}</em>
|
|
<a id='L1240' name='L1240'></a>1240
|
|
<a id='L1241' name='L1241'></a>1241 <strong class='reserved'>switch</strong> (<a href='../Y/dir.html' title='Multiple used in 446 places.'>dir</a>)
|
|
<a id='L1242' name='L1242'></a>1242 <em class='brace'>{</em>
|
|
<a id='L1243' name='L1243'></a>1243 <strong class='reserved'>case</strong> 0:
|
|
<a id='L1244' name='L1244'></a>1244 <a href='../Y/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_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='../S/lib--fileloc.h.html#L90' title='Defined at 90 in lib/fileloc.h.'>EDIT_LOCAL_MENU</a>);
|
|
<a id='L1245' name='L1245'></a>1245 <a href='../S/src--util.c.html#L57' title='Defined at 57 in src/util.c.'>check_for_default</a> (<a href='../Y/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>, <a href='../Y/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>);
|
|
<a id='L1246' name='L1246'></a>1246 <a href='../Y/chmod.html' title='Multiple used in 14 places.'>chmod</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/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>), 0600);
|
|
<a id='L1247' name='L1247'></a>1247 <strong class='reserved'>break</strong>;
|
|
<a id='L1248' name='L1248'></a>1248
|
|
<a id='L1249' name='L1249'></a>1249 <strong class='reserved'>case</strong> 1:
|
|
<a id='L1250' name='L1250'></a>1250 <a href='../Y/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a> = <a href='../S/lib--mcconfig--paths.c.html#L304' title='Defined at 304 in lib/mcconfig/paths.c.'>mc_config_get_full_vpath</a> (<a href='../S/lib--fileloc.h.html#L91' title='Defined at 91 in lib/fileloc.h.'>EDIT_HOME_MENU</a>);
|
|
<a id='L1251' name='L1251'></a>1251 <a href='../S/src--util.c.html#L57' title='Defined at 57 in src/util.c.'>check_for_default</a> (<a href='../Y/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>, <a href='../Y/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>);
|
|
<a id='L1252' name='L1252'></a>1252 <strong class='reserved'>break</strong>;
|
|
<a id='L1253' name='L1253'></a>1253
|
|
<a id='L1254' name='L1254'></a>1254 <strong class='reserved'>case</strong> 2:
|
|
<a id='L1255' name='L1255'></a>1255 <a href='../Y/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a> =
|
|
<a id='L1256' name='L1256'></a>1256 <a href='../S/lib--vfs--path.c.html#L1228' title='Defined at 1228 in lib/vfs/path.c.'>vfs_path_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/sysconfig_dir.html' title='Multiple used in 39 places.'>sysconfig_dir</a>, <a href='../S/lib--fileloc.h.html#L89' title='Defined at 89 in lib/fileloc.h.'>EDIT_GLOBAL_MENU</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1257' name='L1257'></a>1257 <strong class='reserved'>if</strong> (!<a href='../Y/exist_file.html' title='Multiple used in 43 places.'>exist_file</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/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>)))
|
|
<a id='L1258' name='L1258'></a>1258 <em class='brace'>{</em>
|
|
<a id='L1259' name='L1259'></a>1259 <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/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1260' name='L1260'></a>1260 <a href='../Y/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a> =
|
|
<a id='L1261' name='L1261'></a>1261 <a href='../S/lib--vfs--path.c.html#L1228' title='Defined at 1228 in lib/vfs/path.c.'>vfs_path_build_filename</a> (<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/share_data_dir.html' title='Multiple used in 28 places.'>share_data_dir</a>, <a href='../S/lib--fileloc.h.html#L89' title='Defined at 89 in lib/fileloc.h.'>EDIT_GLOBAL_MENU</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1262' name='L1262'></a>1262 <em class='brace'>}</em>
|
|
<a id='L1263' name='L1263'></a>1263 <strong class='reserved'>break</strong>;
|
|
<a id='L1264' name='L1264'></a>1264
|
|
<a id='L1265' name='L1265'></a>1265 <strong class='reserved'>default</strong>:
|
|
<a id='L1266' name='L1266'></a>1266 <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/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1267' name='L1267'></a>1267 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1268' name='L1268'></a>1268 <em class='brace'>}</em>
|
|
<a id='L1269' name='L1269'></a>1269
|
|
<a id='L1270' name='L1270'></a>1270 <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/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>, 0);
|
|
<a id='L1271' name='L1271'></a>1271 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a> = <a href='../S/src--editor--editcmd.c.html#L1118' title='Defined at 1118 in src/editor/editcmd.c.'>edit_load_file_from_filename</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, &<a href='../Y/arg.html' title='Multiple used in 185 places.'>arg</a>);
|
|
<a id='L1272' name='L1272'></a>1272
|
|
<a id='L1273' name='L1273'></a>1273 <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/buffer_vpath.html' title='Multiple used in 34 places.'>buffer_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1274' name='L1274'></a>1274 <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/menufile_vpath.html' title='Multiple used in 18 places.'>menufile_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1275' name='L1275'></a>1275
|
|
<a id='L1276' name='L1276'></a>1276 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1277' name='L1277'></a>1277 <em class='brace'>}</em>
|
|
<a id='L1278' name='L1278'></a>1278
|
|
<a id='L1279' name='L1279'></a>1279 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1280' name='L1280'></a>1280 <em class='comment'>/**</em>
|
|
<a id='L1281' name='L1281'></a>1281 <em class='comment'> * Close window with opened file.</em>
|
|
<a id='L1282' name='L1282'></a>1282 <em class='comment'> *</em>
|
|
<a id='L1283' name='L1283'></a>1283 <em class='comment'> * @return TRUE if file was closed.</em>
|
|
<a id='L1284' name='L1284'></a>1284 <em class='comment'> */</em>
|
|
<a id='L1285' name='L1285'></a>1285
|
|
<a id='L1286' name='L1286'></a>1286 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1287' name='L1287'></a>1287 <a href='../R/edit_close_cmd.html' title='Multiple referred from 2 places.'>edit_close_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='#L1220'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1323'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1287 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1288' name='L1288'></a>1288 <em class='brace'>{</em>
|
|
<a id='L1289' name='L1289'></a>1289 <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='L1290' name='L1290'></a>1290
|
|
<a id='L1291' name='L1291'></a>1291 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</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='../S/src--editor--editcmd.c.html#L1497' title='Defined at 1497 in src/editor/editcmd.c.'>edit_ok_to_quit</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1292' name='L1292'></a>1292
|
|
<a id='L1293' name='L1293'></a>1293 <strong class='reserved'>if</strong> (<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
|
|
<a id='L1294' name='L1294'></a>1294 <em class='brace'>{</em>
|
|
<a id='L1295' name='L1295'></a>1295 <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='L1296' name='L1296'></a>1296 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>-><a href='../Y/owner.html' title='Multiple used in 152 places.'>owner</a>;
|
|
<a id='L1297' name='L1297'></a>1297
|
|
<a id='L1298' name='L1298'></a>1298 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/locked.html' title='Multiple used in 27 places.'>locked</a> != 0)
|
|
<a id='L1299' name='L1299'></a>1299 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L1300' name='L1300'></a>1300
|
|
<a id='L1301' name='L1301'></a>1301 <a href='../S/lib--widget--group.c.html#L825' title='Defined at 825 in lib/widget/group.c.'>group_remove_widget</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L1302' name='L1302'></a>1302 <a href='../S/lib--widget--widget-common.h.html#L394' title='Defined at 394 in lib/widget/widget-common.h.'>widget_destroy</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>);
|
|
<a id='L1303' name='L1303'></a>1303
|
|
<a id='L1304' name='L1304'></a>1304 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editwidget.c.html#L1301' title='Defined at 1301 in src/editor/editwidget.c.'>edit_widget_is_editor</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/g.html' title='Multiple used in 537 places.'>g</a>-><a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-><a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>)))
|
|
<a id='L1305' name='L1305'></a>1305 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a> = <a href='../S/src--editor--edit.h.html#L23' title='Defined at 23 in src/editor/edit.h.'>EDIT</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>-><a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>-><a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>);
|
|
<a id='L1306' name='L1306'></a>1306 <strong class='reserved'>else</strong>
|
|
<a id='L1307' name='L1307'></a>1307 <em class='brace'>{</em>
|
|
<a id='L1308' name='L1308'></a>1308 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a> = <a href='../S/src--editor--editwidget.c.html#L1283' title='Defined at 1283 in src/editor/editwidget.c.'>edit_find_editor</a> (<a href='../S/lib--widget--dialog.h.html#L20' title='Defined at 20 in lib/widget/dialog.h.'>DIALOG</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>));
|
|
<a id='L1309' name='L1309'></a>1309 <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='L1310' name='L1310'></a>1310 <a href='../S/lib--widget--widget-common.c.html#L622' title='Defined at 622 in lib/widget/widget-common.c.'>widget_select</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='L1311' name='L1311'></a>1311 <em class='brace'>}</em>
|
|
<a id='L1312' name='L1312'></a>1312 <em class='brace'>}</em>
|
|
<a id='L1313' name='L1313'></a>1313
|
|
<a id='L1314' name='L1314'></a>1314 <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='L1315' name='L1315'></a>1315 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1316' name='L1316'></a>1316
|
|
<a id='L1317' name='L1317'></a>1317 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1318' name='L1318'></a>1318 <em class='brace'>}</em>
|
|
<a id='L1319' name='L1319'></a>1319
|
|
<a id='L1320' name='L1320'></a>1320 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1321' name='L1321'></a>1321
|
|
<a id='L1322' name='L1322'></a>1322 <strong class='reserved'>void</strong>
|
|
<a id='L1323' name='L1323'></a>1323 <a href='../R/edit_block_copy_cmd.html' title='Multiple referred from 2 places.'>edit_block_copy_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='#L1287'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1371'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1323 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1324' name='L1324'></a>1324 <em class='brace'>{</em>
|
|
<a id='L1325' name='L1325'></a>1325 <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 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>-><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='L1326' name='L1326'></a>1326 <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> = 0, <a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> = 0;
|
|
<a id='L1327' name='L1327'></a>1327 <strong class='reserved'>long</strong> <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> = 0, <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> = 0;
|
|
<a id='L1328' name='L1328'></a>1328 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>;
|
|
<a id='L1329' name='L1329'></a>1329
|
|
<a id='L1330' name='L1330'></a>1330 <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='L1331' name='L1331'></a>1331 <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>, &<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='L1332' name='L1332'></a>1332 <strong class='reserved'>return</strong>;
|
|
<a id='L1333' name='L1333'></a>1333
|
|
<a id='L1334' name='L1334'></a>1334 <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a> = <a href='../S/src--editor--editcmd.c.html#L570' title='Defined at 570 in src/editor/editcmd.c.'>edit_get_block</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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
|
|
<a id='L1335' name='L1335'></a>1335
|
|
<a id='L1336' name='L1336'></a>1336 <em class='comment'>// all that gets pushed are deletes hence little space is used on the stack</em>
|
|
<a id='L1337' name='L1337'></a>1337
|
|
<a id='L1338' name='L1338'></a>1338 <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='L1339' name='L1339'></a>1339
|
|
<a id='L1340' name='L1340'></a>1340 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a>)
|
|
<a id='L1341' name='L1341'></a>1341 <em class='brace'>{</em>
|
|
<a id='L1342' name='L1342'></a>1342 <strong class='reserved'>long</strong> <a href='../Y/col_delta.html' title='Multiple used in 5 places.'>col_delta</a>;
|
|
<a id='L1343' name='L1343'></a>1343
|
|
<a id='L1344' name='L1344'></a>1344 <a href='../Y/col_delta.html' title='Multiple used in 5 places.'>col_delta</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>-><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>-><a href='../Y/column1.html' title='Multiple used in 26 places.'>column1</a>);
|
|
<a id='L1345' name='L1345'></a>1345 <a href='../S/src--editor--editcmd.c.html#L679' title='Defined at 679 in src/editor/editcmd.c.'>edit_insert_column_of_text</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>, <a href='../Y/col_delta.html' title='Multiple used in 5 places.'>col_delta</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 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='L1346' name='L1346'></a>1346 <em class='brace'>}</em>
|
|
<a id='L1347' name='L1347'></a>1347 <strong class='reserved'>else</strong>
|
|
<a id='L1348' name='L1348'></a>1348 <em class='brace'>{</em>
|
|
<a id='L1349' name='L1349'></a>1349 <strong class='reserved'>for</strong> (<a href='../Y/gsize.html' title='Multiple used in 146 places.'>gsize</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</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='L1350' name='L1350'></a>1350 <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/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</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> - 1]);
|
|
<a id='L1351' name='L1351'></a>1351
|
|
<a id='L1352' name='L1352'></a>1352 <em class='comment'>// Place cursor at the end of text selection</em>
|
|
<a id='L1353' name='L1353'></a>1353 <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='L1354' name='L1354'></a>1354 <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/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>);
|
|
<a id='L1355' name='L1355'></a>1355 <em class='brace'>}</em>
|
|
<a id='L1356' name='L1356'></a>1356
|
|
<a id='L1357' name='L1357'></a>1357 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1358' name='L1358'></a>1358 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1359' name='L1359'></a>1359
|
|
<a id='L1360' name='L1360'></a>1360 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a>)
|
|
<a id='L1361' name='L1361'></a>1361 <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>-><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='L1362' name='L1362'></a>1362 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> < <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a> && <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> > <a href='../Y/current.html' title='Multiple used in 568 places.'>current</a>)
|
|
<a id='L1363' name='L1363'></a>1363 <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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> + <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, 0, 0);
|
|
<a id='L1364' name='L1364'></a>1364
|
|
<a id='L1365' name='L1365'></a>1365 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1366' name='L1366'></a>1366 <em class='brace'>}</em>
|
|
<a id='L1367' name='L1367'></a>1367
|
|
<a id='L1368' name='L1368'></a>1368 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1369' name='L1369'></a>1369
|
|
<a id='L1370' name='L1370'></a>1370 <strong class='reserved'>void</strong>
|
|
<a id='L1371' name='L1371'></a>1371 <a href='../R/edit_block_move_cmd.html' title='Multiple referred from 2 places.'>edit_block_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='#L1323'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1477'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1371 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1372' name='L1372'></a>1372 <em class='brace'>{</em>
|
|
<a id='L1373' name='L1373'></a>1373 <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='L1374' name='L1374'></a>1374 <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='L1375' name='L1375'></a>1375
|
|
<a id='L1376' name='L1376'></a>1376 <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>, &<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='L1377' name='L1377'></a>1377 <strong class='reserved'>return</strong>;
|
|
<a id='L1378' name='L1378'></a>1378
|
|
<a id='L1379' name='L1379'></a>1379 <strong class='reserved'>if</strong> (!<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a> && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>)
|
|
<a id='L1380' name='L1380'></a>1380 <strong class='reserved'>return</strong>;
|
|
<a id='L1381' name='L1381'></a>1381
|
|
<a id='L1382' name='L1382'></a>1382 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/mark2.html' title='Multiple used in 69 places.'>mark2</a> < 0)
|
|
<a id='L1383' name='L1383'></a>1383 <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='L1384' name='L1384'></a>1384 <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='L1385' name='L1385'></a>1385
|
|
<a id='L1386' name='L1386'></a>1386 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a>)
|
|
<a id='L1387' name='L1387'></a>1387 <em class='brace'>{</em>
|
|
<a id='L1388' name='L1388'></a>1388 <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='L1389' name='L1389'></a>1389 <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 href='../Y/b_width.html' title='Multiple used in 12 places.'>b_width</a>;
|
|
<a id='L1390' name='L1390'></a>1390 <strong class='reserved'>long</strong> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, <a href='../Y/x2.html' title='Multiple used in 34 places.'>x2</a>;
|
|
<a id='L1391' name='L1391'></a>1391 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/b1.html' title='Multiple used in 36 places.'>b1</a>, <a href='../Y/b2.html' title='Multiple used in 32 places.'>b2</a>;
|
|
<a id='L1392' name='L1392'></a>1392 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>;
|
|
<a id='L1393' name='L1393'></a>1393
|
|
<a id='L1394' name='L1394'></a>1394 <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</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>-><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>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>);
|
|
<a id='L1395' name='L1395'></a>1395 <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</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>-><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>-><a href='../Y/column2.html' title='Multiple used in 26 places.'>column2</a>);
|
|
<a id='L1396' name='L1396'></a>1396 <a href='../Y/b_width.html' title='Multiple used in 12 places.'>b_width</a> = <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a> - <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>;
|
|
<a id='L1397' name='L1397'></a>1397
|
|
<a id='L1398' name='L1398'></a>1398 <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='L1399' name='L1399'></a>1399
|
|
<a id='L1400' name='L1400'></a>1400 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/curs_col.html' title='Multiple used in 28 places.'>curs_col</a>;
|
|
<a id='L1401' name='L1401'></a>1401 <a href='../Y/x2.html' title='Multiple used in 34 places.'>x2</a> = <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a>;
|
|
<a id='L1402' name='L1402'></a>1402
|
|
<a id='L1403' name='L1403'></a>1403 <em class='comment'>// do nothing when cursor inside first line of selected area</em>
|
|
<a id='L1404' name='L1404'></a>1404 <a href='../Y/b1.html' title='Multiple used in 36 places.'>b1</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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>-><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 <a href='../Y/b2.html' title='Multiple used in 32 places.'>b2</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1406' name='L1406'></a>1406 <strong class='reserved'>if</strong> (<a href='../Y/b1.html' title='Multiple used in 36 places.'>b1</a> == <a href='../Y/b2.html' title='Multiple used in 32 places.'>b2</a> && <a href='../Y/x2.html' title='Multiple used in 34 places.'>x2</a> > <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> && <a href='../Y/x2.html' title='Multiple used in 34 places.'>x2</a> <= <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)
|
|
<a id='L1407' name='L1407'></a>1407 <strong class='reserved'>return</strong>;
|
|
<a id='L1408' name='L1408'></a>1408
|
|
<a id='L1409' name='L1409'></a>1409 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>
|
|
<a id='L1410' name='L1410'></a>1410 && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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.c.html#L371' title='Defined at 371 in src/editor/editbuffer.c.'>edit_buffer_get_eol</a> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1411' name='L1411'></a>1411 <em class='brace'>{</em>
|
|
<a id='L1412' name='L1412'></a>1412 <strong class='reserved'>if</strong> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> > <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)
|
|
<a id='L1413' name='L1413'></a>1413 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> -= <a href='../Y/b_width.html' title='Multiple used in 12 places.'>b_width</a>;
|
|
<a id='L1414' name='L1414'></a>1414 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> > <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a> && <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> <= <a href='../Y/c2.html' title='Multiple used in 79 places.'>c2</a>)
|
|
<a id='L1415' name='L1415'></a>1415 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/c1.html' title='Multiple used in 85 places.'>c1</a>;
|
|
<a id='L1416' name='L1416'></a>1416 <em class='brace'>}</em>
|
|
<a id='L1417' name='L1417'></a>1417 <em class='comment'>// save current selection into buffer</em>
|
|
<a id='L1418' name='L1418'></a>1418 <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a> = <a href='../S/src--editor--editcmd.c.html#L570' title='Defined at 570 in src/editor/editcmd.c.'>edit_get_block</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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
|
|
<a id='L1419' name='L1419'></a>1419
|
|
<a id='L1420' name='L1420'></a>1420 <em class='comment'>// remove current selection</em>
|
|
<a id='L1421' name='L1421'></a>1421 <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='L1422' name='L1422'></a>1422
|
|
<a id='L1423' name='L1423'></a>1423 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (0, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> - <a href='../Y/b_width.html' title='Multiple used in 12 places.'>b_width</a>);
|
|
<a id='L1424' name='L1424'></a>1424 <em class='comment'>// calculate the cursor pos after delete block</em>
|
|
<a id='L1425' name='L1425'></a>1425 <a href='../Y/b1.html' title='Multiple used in 36 places.'>b1</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>);
|
|
<a id='L1426' name='L1426'></a>1426 <a href='../Y/current.html' title='Multiple used in 568 places.'>current</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/b1.html' title='Multiple used in 36 places.'>b1</a>, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>, 0);
|
|
<a id='L1427' name='L1427'></a>1427 <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>-><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='L1428' name='L1428'></a>1428 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1429' name='L1429'></a>1429
|
|
<a id='L1430' name='L1430'></a>1430 <em class='comment'>// add TWS if need before block insertion</em>
|
|
<a id='L1431' name='L1431'></a>1431 <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 href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/over_col.html' title='Multiple used in 51 places.'>over_col</a> > 0)
|
|
<a id='L1432' name='L1432'></a>1432 <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='L1433' name='L1433'></a>1433
|
|
<a id='L1434' name='L1434'></a>1434 <a href='../S/src--editor--editcmd.c.html#L679' title='Defined at 679 in src/editor/editcmd.c.'>edit_insert_column_of_text</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>, <a href='../Y/b_width.html' title='Multiple used in 12 places.'>b_width</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 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='L1435' name='L1435'></a>1435 <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/mark1.html' title='Multiple used in 61 places.'>mark1</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='L1436' name='L1436'></a>1436 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1437' name='L1437'></a>1437 <em class='brace'>}</em>
|
|
<a id='L1438' name='L1438'></a>1438 <strong class='reserved'>else</strong>
|
|
<a id='L1439' name='L1439'></a>1439 <em class='brace'>{</em>
|
|
<a id='L1440' name='L1440'></a>1440 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>;
|
|
<a id='L1441' name='L1441'></a>1441 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>, <a href='../Y/count_orig.html' title='Multiple used in 3 places.'>count_orig</a>;
|
|
<a id='L1442' name='L1442'></a>1442 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
|
|
<a id='L1443' name='L1443'></a>1443
|
|
<a id='L1444' name='L1444'></a>1444 <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>-><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='L1445' name='L1445'></a>1445 <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a> = <a href='../Y/g_malloc0.html' title='Multiple used in 13 places.'>g_malloc0</a> (<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>);
|
|
<a id='L1446' name='L1446'></a>1446 <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/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1447' name='L1447'></a>1447 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1448' name='L1448'></a>1448
|
|
<a id='L1449' name='L1449'></a>1449 <strong class='reserved'>for</strong> (<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> = <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>; <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> < <a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>; <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>++)
|
|
<a id='L1450' name='L1450'></a>1450 <a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>[<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> - 1] = <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='L1451' name='L1451'></a>1451
|
|
<a id='L1452' name='L1452'></a>1452 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1453' name='L1453'></a>1453 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</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>-><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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a> : 0;
|
|
<a id='L1454' name='L1454'></a>1454 <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>-><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/x.html' title='Multiple used in 677 places.'>x</a>);
|
|
<a id='L1455' name='L1455'></a>1455 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1456' name='L1456'></a>1456 <a href='../Y/count_orig.html' title='Multiple used in 3 places.'>count_orig</a> = <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>;
|
|
<a id='L1457' name='L1457'></a>1457 <strong class='reserved'>while</strong> (<a href='../Y/count.html' title='Multiple used in 160 places.'>count</a>-- > <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>)
|
|
<a id='L1458' name='L1458'></a>1458 <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/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>[<a href='../Y/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/count.html' title='Multiple used in 160 places.'>count</a> - 1]);
|
|
<a id='L1459' name='L1459'></a>1459 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/copy_buf.html' title='Multiple used in 20 places.'>copy_buf</a>);
|
|
<a id='L1460' name='L1460'></a>1460
|
|
<a id='L1461' name='L1461'></a>1461 <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>-><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>-><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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a> - <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>, 0,
|
|
<a id='L1462' name='L1462'></a>1462 0);
|
|
<a id='L1463' name='L1463'></a>1463
|
|
<a id='L1464' name='L1464'></a>1464 <em class='comment'>// Place cursor at the end of text selection</em>
|
|
<a id='L1465' name='L1465'></a>1465 <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='L1466' name='L1466'></a>1466 <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/count_orig.html' title='Multiple used in 3 places.'>count_orig</a> - <a href='../Y/start_mark.html' title='Multiple used in 68 places.'>start_mark</a>);
|
|
<a id='L1467' name='L1467'></a>1467 <em class='brace'>}</em>
|
|
<a id='L1468' name='L1468'></a>1468
|
|
<a id='L1469' name='L1469'></a>1469 <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/edit.html' title='Multiple used in 2245 places.'>edit</a>);
|
|
<a id='L1470' name='L1470'></a>1470 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1471' name='L1471'></a>1471 <em class='brace'>}</em>
|
|
<a id='L1472' name='L1472'></a>1472
|
|
<a id='L1473' name='L1473'></a>1473 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1474' name='L1474'></a>1474 <em class='comment'>/** returns FALSE if canceelled by user */</em>
|
|
<a id='L1475' name='L1475'></a>1475
|
|
<a id='L1476' name='L1476'></a>1476 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1477' name='L1477'></a>1477 <a href='../R/edit_block_delete_cmd.html' title='Multiple referred from 10 places.'>edit_block_delete_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='#L1371'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1497'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1477 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1478' name='L1478'></a>1478 <em class='brace'>{</em>
|
|
<a id='L1479' name='L1479'></a>1479 <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='L1480' name='L1480'></a>1480
|
|
<a id='L1481' name='L1481'></a>1481 <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>, &<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='L1482' name='L1482'></a>1482 <strong class='reserved'>return</strong> <a href='../S/src--editor--editcmd.c.html#L501' title='Defined at 501 in src/editor/editcmd.c.'>edit_block_delete</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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>);
|
|
<a id='L1483' name='L1483'></a>1483
|
|
<a id='L1484' name='L1484'></a>1484 <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='L1485' name='L1485'></a>1485
|
|
<a id='L1486' name='L1486'></a>1486 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1487' name='L1487'></a>1487 <em class='brace'>}</em>
|
|
<a id='L1488' name='L1488'></a>1488
|
|
<a id='L1489' name='L1489'></a>1489 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1490' name='L1490'></a>1490 <em class='comment'>/**</em>
|
|
<a id='L1491' name='L1491'></a>1491 <em class='comment'> * Check if it's OK to close the file. If there are unsaved changes, ask user.</em>
|
|
<a id='L1492' name='L1492'></a>1492 <em class='comment'> *</em>
|
|
<a id='L1493' name='L1493'></a>1493 <em class='comment'> * @return TRUE if it's OK to exit, FALSE to continue editing.</em>
|
|
<a id='L1494' name='L1494'></a>1494 <em class='comment'> */</em>
|
|
<a id='L1495' name='L1495'></a>1495
|
|
<a id='L1496' name='L1496'></a>1496 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1497' name='L1497'></a>1497 <a href='../R/edit_ok_to_quit.html' title='Multiple referred from 3 places.'>edit_ok_to_quit</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='#L1477'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1556'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1497 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1498' name='L1498'></a>1498 <em class='brace'>{</em>
|
|
<a id='L1499' name='L1499'></a>1499 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>;
|
|
<a id='L1500' name='L1500'></a>1500 <strong class='reserved'>char</strong> *<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>;
|
|
<a id='L1501' name='L1501'></a>1501 <strong class='reserved'>int</strong> <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a>;
|
|
<a id='L1502' name='L1502'></a>1502
|
|
<a id='L1503' name='L1503'></a>1503 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> == 0)
|
|
<a id='L1504' name='L1504'></a>1504 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1505' name='L1505'></a>1505
|
|
<a id='L1506' name='L1506'></a>1506 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1507' name='L1507'></a>1507 <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/filename_vpath.html' title='Multiple used in 235 places.'>filename_vpath</a>);
|
|
<a id='L1508' name='L1508'></a>1508 <strong class='reserved'>else</strong>
|
|
<a id='L1509' name='L1509'></a>1509 <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("[NoName]");
|
|
<a id='L1510' name='L1510'></a>1510
|
|
<a id='L1511' name='L1511'></a>1511 <strong class='reserved'>if</strong> (!<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/midnight_shutdown.html' title='Multiple used in 21 places.'>midnight_shutdown</a>)
|
|
<a id='L1512' name='L1512'></a>1512 <em class='brace'>{</em>
|
|
<a id='L1513' name='L1513'></a>1513 <a href='../S/lib--widget--wtools.c.html#L342' title='Defined at 342 in lib/widget/wtools.c.'>query_set_sel</a> (2);
|
|
<a id='L1514' name='L1514'></a>1514
|
|
<a id='L1515' name='L1515'></a>1515 <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</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 was modified.\nSave before close?"), <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>);
|
|
<a id='L1516' name='L1516'></a>1516 <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a> = <a href='../S/src--editor--edit-impl.h.html#L75' title='Defined at 75 in src/editor/edit-impl.h.'>edit_query_dialog3</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Close file"), <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Yes"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&No"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"));
|
|
<a id='L1517' name='L1517'></a>1517 <em class='brace'>}</em>
|
|
<a id='L1518' name='L1518'></a>1518 <strong class='reserved'>else</strong>
|
|
<a id='L1519' name='L1519'></a>1519 <em class='brace'>{</em>
|
|
<a id='L1520' name='L1520'></a>1520 <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</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> ("%s is being shut down.\nSave modified file %s?"), <a href='../Y/PACKAGE_NAME.html' title='Multiple used in 16 places.'>PACKAGE_NAME</a>,
|
|
<a id='L1521' name='L1521'></a>1521 <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>);
|
|
<a id='L1522' name='L1522'></a>1522 <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> ("Quit"), <a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Yes"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&No"));
|
|
<a id='L1523' name='L1523'></a>1523
|
|
<a id='L1524' name='L1524'></a>1524 <em class='comment'>// Esc is No</em>
|
|
<a id='L1525' name='L1525'></a>1525 <strong class='reserved'>if</strong> (<a href='../Y/act.html' title='Multiple used in 69 places.'>act</a> == -1)
|
|
<a id='L1526' name='L1526'></a>1526 <a href='../Y/act.html' title='Multiple used in 69 places.'>act</a> = 1;
|
|
<a id='L1527' name='L1527'></a>1527 <em class='brace'>}</em>
|
|
<a id='L1528' name='L1528'></a>1528
|
|
<a id='L1529' name='L1529'></a>1529 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/msg.html' title='Multiple used in 342 places.'>msg</a>);
|
|
<a id='L1530' name='L1530'></a>1530
|
|
<a id='L1531' name='L1531'></a>1531 <strong class='reserved'>switch</strong> (<a href='../Y/act.html' title='Multiple used in 69 places.'>act</a>)
|
|
<a id='L1532' name='L1532'></a>1532 <em class='brace'>{</em>
|
|
<a id='L1533' name='L1533'></a>1533 <strong class='reserved'>case</strong> 0: <em class='comment'>// Yes</em>
|
|
<a id='L1534' name='L1534'></a>1534 <strong class='reserved'>if</strong> (!<a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/midnight_shutdown.html' title='Multiple used in 21 places.'>midnight_shutdown</a> && !<a href='../S/src--editor--editcmd.c.html#L361' title='Defined at 361 in src/editor/editcmd.c.'>edit_check_newline</a> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>))
|
|
<a id='L1535' name='L1535'></a>1535 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1536' name='L1536'></a>1536 <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='L1537' name='L1537'></a>1537 <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='L1538' name='L1538'></a>1538 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--editcmd.c.html#L428' title='Defined at 428 in src/editor/editcmd.c.'>edit_save_cmd</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>) || <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/midnight_shutdown.html' title='Multiple used in 21 places.'>midnight_shutdown</a>)
|
|
<a id='L1539' name='L1539'></a>1539 <strong class='reserved'>return</strong> <a href='../Y/mc_global.html' title='Multiple used in 662 places.'>mc_global</a>.<a href='../Y/midnight_shutdown.html' title='Multiple used in 21 places.'>midnight_shutdown</a>;
|
|
<a id='L1540' name='L1540'></a>1540 <strong class='reserved'>break</strong>;
|
|
<a id='L1541' name='L1541'></a>1541 <strong class='reserved'>case</strong> 1: <em class='comment'>// No</em>
|
|
<a id='L1542' name='L1542'></a>1542 <strong class='reserved'>default</strong>:
|
|
<a id='L1543' name='L1543'></a>1543 <strong class='reserved'>break</strong>;
|
|
<a id='L1544' name='L1544'></a>1544 <strong class='reserved'>case</strong> 2: <em class='comment'>// Cancel</em>
|
|
<a id='L1545' name='L1545'></a>1545 <strong class='reserved'>case</strong> -1: <em class='comment'>// Esc</em>
|
|
<a id='L1546' name='L1546'></a>1546 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1547' name='L1547'></a>1547 <em class='brace'>}</em>
|
|
<a id='L1548' name='L1548'></a>1548
|
|
<a id='L1549' name='L1549'></a>1549 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1550' name='L1550'></a>1550 <em class='brace'>}</em>
|
|
<a id='L1551' name='L1551'></a>1551
|
|
<a id='L1552' name='L1552'></a>1552 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1553' name='L1553'></a>1553 <em class='comment'>/** save block, returns TRUE on success */</em>
|
|
<a id='L1554' name='L1554'></a>1554
|
|
<a id='L1555' name='L1555'></a>1555 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1556' name='L1556'></a>1556 <a href='../R/edit_save_block.html' title='Multiple referred from 4 places.'>edit_save_block</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/filename.html' title='Multiple used in 201 places.'>filename</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>)
|
|
<em class='comment'>/* <a href='#L1497'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1622'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1556 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1557' name='L1557'></a>1557 <em class='brace'>{</em>
|
|
<a id='L1558' name='L1558'></a>1558 <strong class='reserved'>int</strong> <a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>;
|
|
<a id='L1559' name='L1559'></a>1559 <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='L1560' name='L1560'></a>1560 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = 1;
|
|
<a id='L1561' name='L1561'></a>1561
|
|
<a id='L1562' name='L1562'></a>1562 <a href='../Y/vpath.html' title='Multiple used in 942 places.'>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/filename.html' title='Multiple used in 201 places.'>filename</a>);
|
|
<a id='L1563' name='L1563'></a>1563 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/O_CREAT.html' title='Multiple used in 17 places.'>O_CREAT</a> | <a href='../Y/O_WRONLY.html' title='Multiple used in 16 places.'>O_WRONLY</a> | <a href='../Y/O_TRUNC.html' title='Multiple used in 10 places.'>O_TRUNC</a>,
|
|
<a id='L1564' name='L1564'></a>1564 <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 href='../D/O_BINARY.html' title='Multiple defined in 3 places.'>O_BINARY</a>);
|
|
<a id='L1565' name='L1565'></a>1565 <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/vpath.html' title='Multiple used in 942 places.'>vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1566' name='L1566'></a>1566 <strong class='reserved'>if</strong> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a> == -1)
|
|
<a id='L1567' name='L1567'></a>1567 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1568' name='L1568'></a>1568
|
|
<a id='L1569' name='L1569'></a>1569 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/column_highlight.html' title='Multiple used in 53 places.'>column_highlight</a>)
|
|
<a id='L1570' name='L1570'></a>1570 <em class='brace'>{</em>
|
|
<a id='L1571' name='L1571'></a>1571 <strong class='reserved'>int</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L1572' name='L1572'></a>1572
|
|
<a id='L1573' name='L1573'></a>1573 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/mc_write.html' title='Multiple used in 14 places.'>mc_write</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</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>));
|
|
<a id='L1574' name='L1574'></a>1574 <strong class='reserved'>if</strong> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> > 0)
|
|
<a id='L1575' name='L1575'></a>1575 <em class='brace'>{</em>
|
|
<a id='L1576' name='L1576'></a>1576 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../S/src--vfs--tar--tar-internal.h.html#L183' title='Defined at 183 in src/vfs/tar/tar-internal.h.'>block</a>;
|
|
<a id='L1577' name='L1577'></a>1577 <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L1578' name='L1578'></a>1578
|
|
<a id='L1579' name='L1579'></a>1579 <a href='../S/src--vfs--tar--tar-internal.h.html#L183' title='Defined at 183 in src/vfs/tar/tar-internal.h.'>block</a> = <a href='../S/src--editor--editcmd.c.html#L570' title='Defined at 570 in src/editor/editcmd.c.'>edit_get_block</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>, <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>);
|
|
<a id='L1580' name='L1580'></a>1580 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--vfs--tar--tar-internal.h.html#L183' title='Defined at 183 in src/vfs/tar/tar-internal.h.'>block</a>-><a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>;
|
|
<a id='L1581' name='L1581'></a>1581 <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <a href='../S/src--vfs--tar--tar-internal.h.html#L183' title='Defined at 183 in src/vfs/tar/tar-internal.h.'>block</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>;
|
|
<a id='L1582' name='L1582'></a>1582
|
|
<a id='L1583' name='L1583'></a>1583 <strong class='reserved'>while</strong> (<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> != 0)
|
|
<a id='L1584' name='L1584'></a>1584 <em class='brace'>{</em>
|
|
<a id='L1585' name='L1585'></a>1585 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/mc_write.html' title='Multiple used in 14 places.'>mc_write</a> (<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>);
|
|
<a id='L1586' name='L1586'></a>1586 <strong class='reserved'>if</strong> (<a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> < 0)
|
|
<a id='L1587' name='L1587'></a>1587 <strong class='reserved'>break</strong>;
|
|
<a id='L1588' name='L1588'></a>1588 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> += <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L1589' name='L1589'></a>1589 <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> -= <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L1590' name='L1590'></a>1590 <em class='brace'>}</em>
|
|
<a id='L1591' name='L1591'></a>1591
|
|
<a id='L1592' name='L1592'></a>1592 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../S/src--vfs--tar--tar-internal.h.html#L183' title='Defined at 183 in src/vfs/tar/tar-internal.h.'>block</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1593' name='L1593'></a>1593 <em class='brace'>}</em>
|
|
<a id='L1594' name='L1594'></a>1594 <em class='brace'>}</em>
|
|
<a id='L1595' name='L1595'></a>1595 <strong class='reserved'>else</strong>
|
|
<a id='L1596' name='L1596'></a>1596 <em class='brace'>{</em>
|
|
<a id='L1597' name='L1597'></a>1597 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>;
|
|
<a id='L1598' name='L1598'></a>1598 <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 href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>;
|
|
<a id='L1599' name='L1599'></a>1599
|
|
<a id='L1600' name='L1600'></a>1600 <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> = <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a> - <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>;
|
|
<a id='L1601' name='L1601'></a>1601 <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='L1602' name='L1602'></a>1602 <strong class='reserved'>while</strong> (<a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a> != <a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>)
|
|
<a id='L1603' name='L1603'></a>1603 <em class='brace'>{</em>
|
|
<a id='L1604' name='L1604'></a>1604 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/end.html' title='Multiple used in 162 places.'>end</a>;
|
|
<a id='L1605' name='L1605'></a>1605
|
|
<a id='L1606' name='L1606'></a>1606 <a href='../Y/end.html' title='Multiple used in 162 places.'>end</a> = <a href='../Y/MIN.html' title='Multiple used in 81 places.'>MIN</a> (<a href='../S/src--editor--etags.c.html#L88' title='Defined at 88 in src/editor/etags.c.'>finish</a>, <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a> + <a href='../D/TEMP_BUF_LEN.html' title='Multiple defined in 2 places.'>TEMP_BUF_LEN</a>);
|
|
<a id='L1607' name='L1607'></a>1607 <strong class='reserved'>for</strong> (; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../Y/end.html' title='Multiple used in 162 places.'>end</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L1608' name='L1608'></a>1608 <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 href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</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/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1609' name='L1609'></a>1609 <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> -= <a href='../Y/mc_write.html' title='Multiple used in 14 places.'>mc_write</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='../Y/end.html' title='Multiple used in 162 places.'>end</a> - <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a>);
|
|
<a id='L1610' name='L1610'></a>1610 <a href='../S/src--editor--etags.c.html#L199' title='Defined at 199 in src/editor/etags.c.'>start</a> = <a href='../Y/end.html' title='Multiple used in 162 places.'>end</a>;
|
|
<a id='L1611' name='L1611'></a>1611 <em class='brace'>}</em>
|
|
<a id='L1612' name='L1612'></a>1612 <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='L1613' name='L1613'></a>1613 <em class='brace'>}</em>
|
|
<a id='L1614' name='L1614'></a>1614 <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='L1615' name='L1615'></a>1615
|
|
<a id='L1616' name='L1616'></a>1616 <strong class='reserved'>return</strong> (<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> == 0);
|
|
<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 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1620' name='L1620'></a>1620
|
|
<a id='L1621' name='L1621'></a>1621 <strong class='reserved'>void</strong>
|
|
<a id='L1622' name='L1622'></a>1622 <a href='../R/edit_paste_from_history.html' title='Multiple referred from 2 places.'>edit_paste_from_history</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='#L1556'><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='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1622 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1623' name='L1623'></a>1623 <em class='brace'>{</em>
|
|
<a id='L1624' name='L1624'></a>1624 (<strong class='reserved'>void</strong>) <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>;
|
|
<a id='L1625' name='L1625'></a>1625
|
|
<a id='L1626' name='L1626'></a>1626 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("This function is not implemented"));
|
|
<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 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1632' name='L1632'></a>1632 <a href='../R/edit_copy_to_X_buf_cmd.html' title='Multiple referred from 2 places.'>edit_copy_to_X_buf_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='#L1622'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1656'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1632 src/editor/editcmd.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 id='L1636' name='L1636'></a>1636 <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>, &<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='L1637' name='L1637'></a>1637 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1638' name='L1638'></a>1638
|
|
<a id='L1639' name='L1639'></a>1639 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--editcmd.c.html#L608' title='Defined at 608 in src/editor/editcmd.c.'>edit_save_block_to_clip_file</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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>))
|
|
<a id='L1640' name='L1640'></a>1640 <em class='brace'>{</em>
|
|
<a id='L1641' name='L1641'></a>1641 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Unable to save to file"));
|
|
<a id='L1642' name='L1642'></a>1642 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1643' name='L1643'></a>1643 <em class='brace'>}</em>
|
|
<a id='L1644' name='L1644'></a>1644 <em class='comment'>// try use external clipboard utility</em>
|
|
<a id='L1645' name='L1645'></a>1645 <a href='../S/lib--event--raise.c.html#L49' title='Defined at 49 in lib/event/raise.c.'>mc_event_raise</a> (<a href='../S/lib--event-types.h.html#L9' title='Defined at 9 in lib/event-types.h.'>MCEVENT_GROUP_CORE</a>, "clipboard_file_to_ext_clip", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1646' name='L1646'></a>1646
|
|
<a id='L1647' name='L1647'></a>1647 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/drop_selection_on_copy.html' title='Multiple used in 4 places.'>drop_selection_on_copy</a>)
|
|
<a id='L1648' name='L1648'></a>1648 <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='L1649' name='L1649'></a>1649
|
|
<a id='L1650' name='L1650'></a>1650 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1651' name='L1651'></a>1651 <em class='brace'>}</em>
|
|
<a id='L1652' name='L1652'></a>1652
|
|
<a id='L1653' name='L1653'></a>1653 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1654' name='L1654'></a>1654
|
|
<a id='L1655' name='L1655'></a>1655 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1656' name='L1656'></a>1656 <a href='../R/edit_cut_to_X_buf_cmd.html' title='Multiple referred from 2 places.'>edit_cut_to_X_buf_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='#L1632'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1680'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1656 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1657' name='L1657'></a>1657 <em class='brace'>{</em>
|
|
<a id='L1658' name='L1658'></a>1658 <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='L1659' name='L1659'></a>1659
|
|
<a id='L1660' name='L1660'></a>1660 <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>, &<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='L1661' name='L1661'></a>1661 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1662' name='L1662'></a>1662
|
|
<a id='L1663' name='L1663'></a>1663 <strong class='reserved'>if</strong> (!<a href='../S/src--editor--editcmd.c.html#L608' title='Defined at 608 in src/editor/editcmd.c.'>edit_save_block_to_clip_file</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/end_mark.html' title='Multiple used in 77 places.'>end_mark</a>))
|
|
<a id='L1664' name='L1664'></a>1664 <em class='brace'>{</em>
|
|
<a id='L1665' name='L1665'></a>1665 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Unable to save to file"));
|
|
<a id='L1666' name='L1666'></a>1666 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1667' name='L1667'></a>1667 <em class='brace'>}</em>
|
|
<a id='L1668' name='L1668'></a>1668 <em class='comment'>// try use external clipboard utility</em>
|
|
<a id='L1669' name='L1669'></a>1669 <a href='../S/lib--event--raise.c.html#L49' title='Defined at 49 in lib/event/raise.c.'>mc_event_raise</a> (<a href='../S/lib--event-types.h.html#L9' title='Defined at 9 in lib/event-types.h.'>MCEVENT_GROUP_CORE</a>, "clipboard_file_to_ext_clip", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1670' name='L1670'></a>1670
|
|
<a id='L1671' name='L1671'></a>1671 <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='L1672' name='L1672'></a>1672 <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='L1673' name='L1673'></a>1673
|
|
<a id='L1674' name='L1674'></a>1674 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</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
|
|
<a id='L1679' name='L1679'></a>1679 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1680' name='L1680'></a>1680 <a href='../R/edit_paste_from_X_buf_cmd.html' title='Multiple referred from 2 places.'>edit_paste_from_X_buf_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='#L1656'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1701'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1680 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1681' name='L1681'></a>1681 <em class='brace'>{</em>
|
|
<a id='L1682' name='L1682'></a>1682 <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/tmp.html' title='Multiple used in 260 places.'>tmp</a>;
|
|
<a id='L1683' name='L1683'></a>1683 <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='L1684' name='L1684'></a>1684
|
|
<a id='L1685' name='L1685'></a>1685 <em class='comment'>// try use external clipboard utility</em>
|
|
<a id='L1686' name='L1686'></a>1686 <a href='../S/lib--event--raise.c.html#L49' title='Defined at 49 in lib/event/raise.c.'>mc_event_raise</a> (<a href='../S/lib--event-types.h.html#L9' title='Defined at 9 in lib/event-types.h.'>MCEVENT_GROUP_CORE</a>, "clipboard_file_from_ext_clip", <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1687' name='L1687'></a>1687 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a> = <a href='../S/lib--mcconfig--paths.c.html#L304' title='Defined at 304 in lib/mcconfig/paths.c.'>mc_config_get_full_vpath</a> (<a href='../S/lib--fileloc.h.html#L83' title='Defined at 83 in lib/fileloc.h.'>EDIT_HOME_CLIP_FILE</a>);
|
|
<a id='L1688' name='L1688'></a>1688 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</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/tmp.html' title='Multiple used in 260 places.'>tmp</a>) >= 0);
|
|
<a id='L1689' name='L1689'></a>1689 <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/tmp.html' title='Multiple used in 260 places.'>tmp</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1690' name='L1690'></a>1690
|
|
<a id='L1691' name='L1691'></a>1691 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1692' name='L1692'></a>1692 <em class='brace'>}</em>
|
|
<a id='L1693' name='L1693'></a>1693
|
|
<a id='L1694' name='L1694'></a>1694 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1695' name='L1695'></a>1695 <em class='comment'>/**</em>
|
|
<a id='L1696' name='L1696'></a>1696 <em class='comment'> * Ask user for the line and go to that line.</em>
|
|
<a id='L1697' name='L1697'></a>1697 <em class='comment'> * Negative numbers mean line from the end (i.e. -1 is the last line).</em>
|
|
<a id='L1698' name='L1698'></a>1698 <em class='comment'> */</em>
|
|
<a id='L1699' name='L1699'></a>1699
|
|
<a id='L1700' name='L1700'></a>1700 <strong class='reserved'>void</strong>
|
|
<a id='L1701' name='L1701'></a>1701 <a href='../R/edit_goto_cmd.html' title='Multiple referred from 2 places.'>edit_goto_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='#L1680'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1739'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1701 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1702' name='L1702'></a>1702 <em class='brace'>{</em>
|
|
<a id='L1703' name='L1703'></a>1703 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/first_run.html' title='Multiple used in 6 places.'>first_run</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1704' name='L1704'></a>1704
|
|
<a id='L1705' name='L1705'></a>1705 <strong class='reserved'>char</strong> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
|
|
<a id='L1706' name='L1706'></a>1706 <strong class='reserved'>long</strong> <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>;
|
|
<a id='L1707' name='L1707'></a>1707 <strong class='reserved'>char</strong> *<a href='../Y/error.html' title='Multiple used in 270 places.'>error</a>;
|
|
<a id='L1708' name='L1708'></a>1708
|
|
<a id='L1709' name='L1709'></a>1709 <a href='../Y/f.html' title='Multiple used in 318 places.'>f</a> = <a href='../S/lib--widget--wtools.c.html#L473' title='Defined at 473 in lib/widget/wtools.c.'>input_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Goto line"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter line:"), <a href='../S/src--history.h.html#L16' title='Defined at 16 in src/history.h.'>MC_HISTORY_EDIT_GOTO_LINE</a>,
|
|
<a id='L1710' name='L1710'></a>1710 <a href='../Y/first_run.html' title='Multiple used in 6 places.'>first_run</a> ? <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> : <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>, <a href='../S/lib--widget--input.h.html#L32' title='Defined at 32 in lib/widget/input.h.'>INPUT_COMPLETE_NONE</a>);
|
|
<a id='L1711' name='L1711'></a>1711 <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 href='../Y/f.html' title='Multiple used in 318 places.'>f</a> == '\0')
|
|
<a id='L1712' name='L1712'></a>1712 <em class='brace'>{</em>
|
|
<a id='L1713' name='L1713'></a>1713 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L1714' name='L1714'></a>1714 <strong class='reserved'>return</strong>;
|
|
<a id='L1715' name='L1715'></a>1715 <em class='brace'>}</em>
|
|
<a id='L1716' name='L1716'></a>1716
|
|
<a id='L1717' name='L1717'></a>1717 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/strtol.html' title='Multiple used in 11 places.'>strtol</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>, &<a href='../Y/error.html' title='Multiple used in 270 places.'>error</a>, 0);
|
|
<a id='L1718' name='L1718'></a>1718 <strong class='reserved'>if</strong> (*<a href='../Y/error.html' title='Multiple used in 270 places.'>error</a> != '\0')
|
|
<a id='L1719' name='L1719'></a>1719 <em class='brace'>{</em>
|
|
<a id='L1720' name='L1720'></a>1720 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L1721' name='L1721'></a>1721 <strong class='reserved'>return</strong>;
|
|
<a id='L1722' name='L1722'></a>1722 <em class='brace'>}</em>
|
|
<a id='L1723' name='L1723'></a>1723
|
|
<a id='L1724' name='L1724'></a>1724 <strong class='reserved'>if</strong> (<a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> < 0)
|
|
<a id='L1725' name='L1725'></a>1725 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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/l.html' title='Multiple used in 406 places.'>l</a> + 2;
|
|
<a id='L1726' name='L1726'></a>1726
|
|
<a id='L1727' name='L1727'></a>1727 <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/l.html' title='Multiple used in 406 places.'>l</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 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 - 1);
|
|
<a id='L1728' name='L1728'></a>1728 <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/l.html' title='Multiple used in 406 places.'>l</a> - 1);
|
|
<a id='L1729' name='L1729'></a>1729 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1730' name='L1730'></a>1730
|
|
<a id='L1731' name='L1731'></a>1731 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>);
|
|
<a id='L1732' name='L1732'></a>1732 <a href='../Y/first_run.html' title='Multiple used in 6 places.'>first_run</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1733' name='L1733'></a>1733 <em class='brace'>}</em>
|
|
<a id='L1734' name='L1734'></a>1734
|
|
<a id='L1735' name='L1735'></a>1735 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1736' name='L1736'></a>1736 <em class='comment'>/** Return TRUE on success */</em>
|
|
<a id='L1737' name='L1737'></a>1737
|
|
<a id='L1738' name='L1738'></a>1738 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1739' name='L1739'></a>1739 <a href='../R/edit_save_block_cmd.html' title='Multiple referred from 2 places.'>edit_save_block_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='#L1701'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1773'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1739 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1740' name='L1740'></a>1740 <em class='brace'>{</em>
|
|
<a id='L1741' name='L1741'></a>1741 <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='L1742' name='L1742'></a>1742 <strong class='reserved'>char</strong> *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>, *<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>;
|
|
<a id='L1743' name='L1743'></a>1743 <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/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1744' name='L1744'></a>1744
|
|
<a id='L1745' name='L1745'></a>1745 <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>, &<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='L1746' name='L1746'></a>1746 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L1747' name='L1747'></a>1747
|
|
<a id='L1748' name='L1748'></a>1748 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</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#L83' title='Defined at 83 in lib/fileloc.h.'>EDIT_HOME_CLIP_FILE</a>);
|
|
<a id='L1749' name='L1749'></a>1749 <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> = <a href='../S/lib--widget--wtools.c.html#L483' title='Defined at 483 in lib/widget/wtools.c.'>input_expand_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Save block"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter file name:"), <a href='../S/src--history.h.html#L14' title='Defined at 14 in src/history.h.'>MC_HISTORY_EDIT_SAVE_BLOCK</a>,
|
|
<a id='L1750' name='L1750'></a>1750 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>, <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a>);
|
|
<a id='L1751' name='L1751'></a>1751 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1752' name='L1752'></a>1752 <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>-><a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>);
|
|
<a id='L1753' name='L1753'></a>1753
|
|
<a id='L1754' name='L1754'></a>1754 <strong class='reserved'>if</strong> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != '\0')
|
|
<a id='L1755' name='L1755'></a>1755 <em class='brace'>{</em>
|
|
<a id='L1756' name='L1756'></a>1756 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editcmd.c.html#L1556' title='Defined at 1556 in src/editor/editcmd.c.'>edit_save_block</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</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='L1757' name='L1757'></a>1757 <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='L1758' name='L1758'></a>1758 <strong class='reserved'>else</strong>
|
|
<a id='L1759' name='L1759'></a>1759 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot save block"));
|
|
<a id='L1760' name='L1760'></a>1760
|
|
<a id='L1761' name='L1761'></a>1761 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1762' name='L1762'></a>1762 <em class='brace'>}</em>
|
|
<a id='L1763' name='L1763'></a>1763
|
|
<a id='L1764' name='L1764'></a>1764 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1765' name='L1765'></a>1765
|
|
<a id='L1766' name='L1766'></a>1766 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1767' name='L1767'></a>1767 <em class='brace'>}</em>
|
|
<a id='L1768' name='L1768'></a>1768
|
|
<a id='L1769' name='L1769'></a>1769 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1770' name='L1770'></a>1770
|
|
<a id='L1771' name='L1771'></a>1771 <em class='comment'>/** returns TRUE on success */</em>
|
|
<a id='L1772' name='L1772'></a>1772 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L1773' name='L1773'></a>1773 <a href='../R/edit_insert_file_cmd.html' title='Multiple referred from 2 places.'>edit_insert_file_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='#L1739'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1808'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1773 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1774' name='L1774'></a>1774 <em class='brace'>{</em>
|
|
<a id='L1775' name='L1775'></a>1775 <strong class='reserved'>char</strong> *<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>;
|
|
<a id='L1776' name='L1776'></a>1776 <strong class='reserved'>char</strong> *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>;
|
|
<a id='L1777' name='L1777'></a>1777 <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/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L1778' name='L1778'></a>1778
|
|
<a id='L1779' name='L1779'></a>1779 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</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#L83' title='Defined at 83 in lib/fileloc.h.'>EDIT_HOME_CLIP_FILE</a>);
|
|
<a id='L1780' name='L1780'></a>1780 <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> = <a href='../S/lib--widget--wtools.c.html#L483' title='Defined at 483 in lib/widget/wtools.c.'>input_expand_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Insert file"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter file name:"),
|
|
<a id='L1781' name='L1781'></a>1781 <a href='../S/src--history.h.html#L15' title='Defined at 15 in src/history.h.'>MC_HISTORY_EDIT_INSERT_FILE</a>, <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>, <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a>);
|
|
<a id='L1782' name='L1782'></a>1782 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1783' name='L1783'></a>1783
|
|
<a id='L1784' name='L1784'></a>1784 <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>-><a href='../Y/start_display.html' title='Multiple used in 35 places.'>start_display</a>);
|
|
<a id='L1785' name='L1785'></a>1785
|
|
<a id='L1786' name='L1786'></a>1786 <strong class='reserved'>if</strong> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> != '\0')
|
|
<a id='L1787' name='L1787'></a>1787 <em class='brace'>{</em>
|
|
<a id='L1788' name='L1788'></a>1788 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>;
|
|
<a id='L1789' name='L1789'></a>1789
|
|
<a id='L1790' name='L1790'></a>1790 <a href='../Y/exp_vpath.html' title='Multiple used in 27 places.'>exp_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/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1791' name='L1791'></a>1791 <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>) >= 0);
|
|
<a id='L1792' name='L1792'></a>1792 <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/exp_vpath.html' title='Multiple used in 27 places.'>exp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1793' name='L1793'></a>1793
|
|
<a id='L1794' name='L1794'></a>1794 <strong class='reserved'>if</strong> (!<a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>)
|
|
<a id='L1795' name='L1795'></a>1795 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot insert file"));
|
|
<a id='L1796' name='L1796'></a>1796 <em class='brace'>}</em>
|
|
<a id='L1797' name='L1797'></a>1797
|
|
<a id='L1798' name='L1798'></a>1798 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1799' name='L1799'></a>1799
|
|
<a id='L1800' name='L1800'></a>1800 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1801' name='L1801'></a>1801 <strong class='reserved'>return</strong> <a href='../Y/ret.html' title='Multiple used in 887 places.'>ret</a>;
|
|
<a id='L1802' name='L1802'></a>1802 <em class='brace'>}</em>
|
|
<a id='L1803' name='L1803'></a>1803
|
|
<a id='L1804' name='L1804'></a>1804 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1805' name='L1805'></a>1805 <em class='comment'>/** sorts a block, returns -1 on system fail, 1 on cancel and 0 on success */</em>
|
|
<a id='L1806' name='L1806'></a>1806
|
|
<a id='L1807' name='L1807'></a>1807 <strong class='reserved'>int</strong>
|
|
<a id='L1808' name='L1808'></a>1808 <a href='../R/edit_sort_cmd.html' title='Multiple referred from 2 places.'>edit_sort_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='#L1773'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1879'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1808 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1809' name='L1809'></a>1809 <em class='brace'>{</em>
|
|
<a id='L1810' name='L1810'></a>1810 <strong class='reserved'>char</strong> *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>, *<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>, *<a href='../Y/tmp_edit_block_name.html' title='Multiple used in 4 places.'>tmp_edit_block_name</a>, *<a href='../Y/tmp_edit_temp_name.html' title='Multiple used in 4 places.'>tmp_edit_temp_name</a>;
|
|
<a id='L1811' name='L1811'></a>1811 <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='L1812' name='L1812'></a>1812 <strong class='reserved'>int</strong> <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>;
|
|
<a id='L1813' name='L1813'></a>1813
|
|
<a id='L1814' name='L1814'></a>1814 <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>, &<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='L1815' name='L1815'></a>1815 <em class='brace'>{</em>
|
|
<a id='L1816' name='L1816'></a>1816 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("You must first highlight a block of text"));
|
|
<a id='L1817' name='L1817'></a>1817 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1818' name='L1818'></a>1818 <em class='brace'>}</em>
|
|
<a id='L1819' name='L1819'></a>1819
|
|
<a id='L1820' name='L1820'></a>1820 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</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='L1821' name='L1821'></a>1821 <a href='../S/src--editor--editcmd.c.html#L1556' title='Defined at 1556 in src/editor/editcmd.c.'>edit_save_block</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</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='L1822' name='L1822'></a>1822 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1823' name='L1823'></a>1823
|
|
<a id='L1824' name='L1824'></a>1824 <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> = <a href='../S/lib--widget--wtools.c.html#L473' title='Defined at 473 in lib/widget/wtools.c.'>input_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Run sort"),
|
|
<a id='L1825' name='L1825'></a>1825 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter sort options (see sort(1) manpage) separated by whitespace:"),
|
|
<a id='L1826' name='L1826'></a>1826 <a href='../S/src--history.h.html#L17' title='Defined at 17 in src/history.h.'>MC_HISTORY_EDIT_SORT</a>, <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>, <a href='../S/lib--widget--input.h.html#L32' title='Defined at 32 in lib/widget/input.h.'>INPUT_COMPLETE_NONE</a>);
|
|
<a id='L1827' name='L1827'></a>1827
|
|
<a id='L1828' name='L1828'></a>1828 <strong class='reserved'>if</strong> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L1829' name='L1829'></a>1829 <strong class='reserved'>return</strong> 1;
|
|
<a id='L1830' name='L1830'></a>1830
|
|
<a id='L1831' name='L1831'></a>1831 <a href='../Y/tmp_edit_block_name.html' title='Multiple used in 4 places.'>tmp_edit_block_name</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='L1832' name='L1832'></a>1832 <a href='../Y/tmp_edit_temp_name.html' title='Multiple used in 4 places.'>tmp_edit_temp_name</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#L85' title='Defined at 85 in lib/fileloc.h.'>EDIT_HOME_TEMP_FILE</a>);
|
|
<a id='L1833' name='L1833'></a>1833 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> (" sort ", <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>, " ", <a href='../Y/tmp_edit_block_name.html' title='Multiple used in 4 places.'>tmp_edit_block_name</a>, " > ", <a href='../Y/tmp_edit_temp_name.html' title='Multiple used in 4 places.'>tmp_edit_temp_name</a>,
|
|
<a id='L1834' name='L1834'></a>1834 (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1835' name='L1835'></a>1835 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp_edit_temp_name.html' title='Multiple used in 4 places.'>tmp_edit_temp_name</a>);
|
|
<a id='L1836' name='L1836'></a>1836 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp_edit_block_name.html' title='Multiple used in 4 places.'>tmp_edit_block_name</a>);
|
|
<a id='L1837' name='L1837'></a>1837 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1838' name='L1838'></a>1838
|
|
<a id='L1839' name='L1839'></a>1839 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> = <a href='../Y/system.html' title='Multiple used in 3 places.'>system</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1840' name='L1840'></a>1840 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1841' name='L1841'></a>1841 <strong class='reserved'>if</strong> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> != 0)
|
|
<a id='L1842' name='L1842'></a>1842 <em class='brace'>{</em>
|
|
<a id='L1843' name='L1843'></a>1843 <strong class='reserved'>if</strong> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> == -1 || <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> == 127)
|
|
<a id='L1844' name='L1844'></a>1844 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot execute sort command"));
|
|
<a id='L1845' name='L1845'></a>1845 <strong class='reserved'>else</strong>
|
|
<a id='L1846' name='L1846'></a>1846 <em class='brace'>{</em>
|
|
<a id='L1847' name='L1847'></a>1847 <strong class='reserved'>char</strong> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>[8];
|
|
<a id='L1848' name='L1848'></a>1848
|
|
<a id='L1849' name='L1849'></a>1849 <a href='../Y/sprintf.html' title='Multiple used in 5 places.'>sprintf</a> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, "%d ", <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>);
|
|
<a id='L1850' name='L1850'></a>1850 <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> ("Sort returned non-zero: %s"), <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>);
|
|
<a id='L1851' name='L1851'></a>1851 <em class='brace'>}</em>
|
|
<a id='L1852' name='L1852'></a>1852
|
|
<a id='L1853' name='L1853'></a>1853 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1854' name='L1854'></a>1854 <em class='brace'>}</em>
|
|
<a id='L1855' name='L1855'></a>1855
|
|
<a id='L1856' name='L1856'></a>1856 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1857' name='L1857'></a>1857
|
|
<a id='L1858' name='L1858'></a>1858 <strong class='reserved'>if</strong> (!<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='L1859' name='L1859'></a>1859 <strong class='reserved'>return</strong> 1;
|
|
<a id='L1860' name='L1860'></a>1860
|
|
<a id='L1861' name='L1861'></a>1861 <em class='brace'>{</em>
|
|
<a id='L1862' name='L1862'></a>1862 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>;
|
|
<a id='L1863' name='L1863'></a>1863
|
|
<a id='L1864' name='L1864'></a>1864 <a href='../Y/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a> = <a href='../S/lib--mcconfig--paths.c.html#L304' title='Defined at 304 in lib/mcconfig/paths.c.'>mc_config_get_full_vpath</a> (<a href='../S/lib--fileloc.h.html#L85' title='Defined at 85 in lib/fileloc.h.'>EDIT_HOME_TEMP_FILE</a>);
|
|
<a id='L1865' name='L1865'></a>1865 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>);
|
|
<a id='L1866' name='L1866'></a>1866 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1867' name='L1867'></a>1867 <em class='brace'>}</em>
|
|
<a id='L1868' name='L1868'></a>1868
|
|
<a id='L1869' name='L1869'></a>1869 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1870' name='L1870'></a>1870 <em class='brace'>}</em>
|
|
<a id='L1871' name='L1871'></a>1871
|
|
<a id='L1872' name='L1872'></a>1872 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1873' name='L1873'></a>1873 <em class='comment'>/**</em>
|
|
<a id='L1874' name='L1874'></a>1874 <em class='comment'> * Ask user for a command, execute it and paste its output back to the</em>
|
|
<a id='L1875' name='L1875'></a>1875 <em class='comment'> * editor.</em>
|
|
<a id='L1876' name='L1876'></a>1876 <em class='comment'> */</em>
|
|
<a id='L1877' name='L1877'></a>1877
|
|
<a id='L1878' name='L1878'></a>1878 <strong class='reserved'>int</strong>
|
|
<a id='L1879' name='L1879'></a>1879 <a href='../R/edit_ext_cmd.html' title='Multiple referred from 2 places.'>edit_ext_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='#L1808'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1926'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1879 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1880' name='L1880'></a>1880 <em class='brace'>{</em>
|
|
<a id='L1881' name='L1881'></a>1881 <strong class='reserved'>char</strong> *<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>, *<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>, *<a href='../Y/tmp_edit_temp_file.html' title='Multiple used in 4 places.'>tmp_edit_temp_file</a>;
|
|
<a id='L1882' name='L1882'></a>1882 <strong class='reserved'>int</strong> <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a>;
|
|
<a id='L1883' name='L1883'></a>1883
|
|
<a id='L1884' name='L1884'></a>1884 <a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a> =
|
|
<a id='L1885' name='L1885'></a>1885 <a href='../S/lib--widget--wtools.c.html#L473' title='Defined at 473 in lib/widget/wtools.c.'>input_dialog</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Paste output of external command"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Enter shell command(s):"),
|
|
<a id='L1886' name='L1886'></a>1886 <a href='../S/src--history.h.html#L18' title='Defined at 18 in src/history.h.'>MC_HISTORY_EDIT_PASTE_EXTCMD</a>, <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>,
|
|
<a id='L1887' name='L1887'></a>1887 <a href='../S/lib--widget--input.h.html#L33' title='Defined at 33 in lib/widget/input.h.'>INPUT_COMPLETE_FILENAMES</a> | <a href='../S/lib--widget--input.h.html#L36' title='Defined at 36 in lib/widget/input.h.'>INPUT_COMPLETE_VARIABLES</a> | <a href='../S/lib--widget--input.h.html#L37' title='Defined at 37 in lib/widget/input.h.'>INPUT_COMPLETE_USERNAMES</a>
|
|
<a id='L1888' name='L1888'></a>1888 | <a href='../S/lib--widget--input.h.html#L34' title='Defined at 34 in lib/widget/input.h.'>INPUT_COMPLETE_HOSTNAMES</a> | <a href='../S/lib--widget--input.h.html#L38' title='Defined at 38 in lib/widget/input.h.'>INPUT_COMPLETE_CD</a> | <a href='../S/lib--widget--input.h.html#L35' title='Defined at 35 in lib/widget/input.h.'>INPUT_COMPLETE_COMMANDS</a>
|
|
<a id='L1889' name='L1889'></a>1889 | <a href='../S/lib--widget--input.h.html#L39' title='Defined at 39 in lib/widget/input.h.'>INPUT_COMPLETE_SHELL_ESC</a>);
|
|
<a id='L1890' name='L1890'></a>1890
|
|
<a id='L1891' name='L1891'></a>1891 <strong class='reserved'>if</strong> (!<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>)
|
|
<a id='L1892' name='L1892'></a>1892 <strong class='reserved'>return</strong> 1;
|
|
<a id='L1893' name='L1893'></a>1893
|
|
<a id='L1894' name='L1894'></a>1894 <a href='../Y/tmp_edit_temp_file.html' title='Multiple used in 4 places.'>tmp_edit_temp_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#L85' title='Defined at 85 in lib/fileloc.h.'>EDIT_HOME_TEMP_FILE</a>);
|
|
<a id='L1895' name='L1895'></a>1895 <a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>, " > ", <a href='../Y/tmp_edit_temp_file.html' title='Multiple used in 4 places.'>tmp_edit_temp_file</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1896' name='L1896'></a>1896 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp_edit_temp_file.html' title='Multiple used in 4 places.'>tmp_edit_temp_file</a>);
|
|
<a id='L1897' name='L1897'></a>1897 <a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> = <a href='../Y/system.html' title='Multiple used in 3 places.'>system</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1898' name='L1898'></a>1898 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/tmp.html' title='Multiple used in 260 places.'>tmp</a>);
|
|
<a id='L1899' name='L1899'></a>1899 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/exp.html' title='Multiple used in 53 places.'>exp</a>);
|
|
<a id='L1900' name='L1900'></a>1900
|
|
<a id='L1901' name='L1901'></a>1901 <strong class='reserved'>if</strong> (<a href='../Y/e.html' title='Multiple used in 237 places.'>e</a> != 0)
|
|
<a id='L1902' name='L1902'></a>1902 <em class='brace'>{</em>
|
|
<a id='L1903' name='L1903'></a>1903 <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='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cannot execute external command"));
|
|
<a id='L1904' name='L1904'></a>1904 <strong class='reserved'>return</strong> -1;
|
|
<a id='L1905' name='L1905'></a>1905 <em class='brace'>}</em>
|
|
<a id='L1906' name='L1906'></a>1906
|
|
<a id='L1907' name='L1907'></a>1907 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1908' name='L1908'></a>1908
|
|
<a id='L1909' name='L1909'></a>1909 <em class='brace'>{</em>
|
|
<a id='L1910' name='L1910'></a>1910 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>;
|
|
<a id='L1911' name='L1911'></a>1911
|
|
<a id='L1912' name='L1912'></a>1912 <a href='../Y/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a> = <a href='../S/lib--mcconfig--paths.c.html#L304' title='Defined at 304 in lib/mcconfig/paths.c.'>mc_config_get_full_vpath</a> (<a href='../S/lib--fileloc.h.html#L85' title='Defined at 85 in lib/fileloc.h.'>EDIT_HOME_TEMP_FILE</a>);
|
|
<a id='L1913' name='L1913'></a>1913 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>);
|
|
<a id='L1914' name='L1914'></a>1914 <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/tmp_vpath.html' title='Multiple used in 129 places.'>tmp_vpath</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L1915' name='L1915'></a>1915 <em class='brace'>}</em>
|
|
<a id='L1916' name='L1916'></a>1916
|
|
<a id='L1917' name='L1917'></a>1917 <strong class='reserved'>return</strong> 0;
|
|
<a id='L1918' name='L1918'></a>1918 <em class='brace'>}</em>
|
|
<a id='L1919' name='L1919'></a>1919
|
|
<a id='L1920' name='L1920'></a>1920 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1921' name='L1921'></a>1921 <em class='comment'>/** if block is 1, a block must be highlighted and the shell command</em>
|
|
<a id='L1922' name='L1922'></a>1922 <em class='comment'> processes it. If block is 0 the shell command is a straight system</em>
|
|
<a id='L1923' name='L1923'></a>1923 <em class='comment'> command, that just produces some output which is to be inserted */</em>
|
|
<a id='L1924' name='L1924'></a>1924
|
|
<a id='L1925' name='L1925'></a>1925 <strong class='reserved'>void</strong>
|
|
<a id='L1926' name='L1926'></a>1926 <a href='../R/edit_block_process_cmd.html' title='Multiple referred from 2 places.'>edit_block_process_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'>int</strong> <a href='../Y/macro_number.html' title='Multiple used in 3 places.'>macro_number</a>)
|
|
<em class='comment'>/* <a href='#L1879'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1942'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1926 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1927' name='L1927'></a>1927 <em class='brace'>{</em>
|
|
<a id='L1928' name='L1928'></a>1928 <strong class='reserved'>char</strong> *<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>;
|
|
<a id='L1929' name='L1929'></a>1929 <strong class='reserved'>char</strong> *<a href='../Y/macros_fname.html' title='Multiple used in 16 places.'>macros_fname</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1930' name='L1930'></a>1930
|
|
<a id='L1931' name='L1931'></a>1931 <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a> = <a href='../Y/g_strdup_printf.html' title='Multiple used in 95 places.'>g_strdup_printf</a> ("%s.%i.sh", <a href='../S/lib--fileloc.h.html#L82' title='Defined at 82 in lib/fileloc.h.'>EDIT_HOME_MACRO_FILE</a>, <a href='../Y/macro_number.html' title='Multiple used in 3 places.'>macro_number</a>);
|
|
<a id='L1932' name='L1932'></a>1932 <a href='../Y/macros_fname.html' title='Multiple used in 16 places.'>macros_fname</a> = <a href='../Y/g_build_filename.html' title='Multiple used in 33 places.'>g_build_filename</a> (<a href='../S/lib--mcconfig--paths.c.html#L217' title='Defined at 217 in lib/mcconfig/paths.c.'>mc_config_get_data_path</a> (), <a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>, (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L1933' name='L1933'></a>1933 <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/macros_fname.html' title='Multiple used in 16 places.'>macros_fname</a>, 0);
|
|
<a id='L1934' name='L1934'></a>1934 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/fname.html' title='Multiple used in 307 places.'>fname</a>);
|
|
<a id='L1935' name='L1935'></a>1935 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/macros_fname.html' title='Multiple used in 16 places.'>macros_fname</a>);
|
|
<a id='L1936' name='L1936'></a>1936 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1937' name='L1937'></a>1937 <em class='brace'>}</em>
|
|
<a id='L1938' name='L1938'></a>1938
|
|
<a id='L1939' name='L1939'></a>1939 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1940' name='L1940'></a>1940
|
|
<a id='L1941' name='L1941'></a>1941 <strong class='reserved'>void</strong>
|
|
<a id='L1942' name='L1942'></a>1942 <a href='../R/edit_mail_dialog.html' title='Multiple referred from 2 places.'>edit_mail_dialog</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='#L1926'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1983'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1942 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1943' name='L1943'></a>1943 <em class='brace'>{</em>
|
|
<a id='L1944' name='L1944'></a>1944 <strong class='reserved'>char</strong> *<a href='../Y/mail_to.html' title='Multiple used in 4 places.'>mail_to</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1945' name='L1945'></a>1945 <strong class='reserved'>char</strong> *<a href='../Y/mail_subject.html' title='Multiple used in 4 places.'>mail_subject</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1946' name='L1946'></a>1946 <strong class='reserved'>char</strong> *<a href='../Y/mail_cc.html' title='Multiple used in 4 places.'>mail_cc</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>;
|
|
<a id='L1947' name='L1947'></a>1947
|
|
<a id='L1948' name='L1948'></a>1948 <a href='../D/quick_widget_t.html' title='Multiple defined in 2 places.'>quick_widget_t</a> <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>[] = <em class='brace'>{</em>
|
|
<a id='L1949' name='L1949'></a>1949 <a href='../S/lib--widget--quick.h.html#L84' title='Defined at 84 in lib/widget/quick.h.'>QUICK_LABEL</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("mail -s <subject> -c <cc> <to>"), <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L1950' name='L1950'></a>1950 <a href='../S/lib--widget--quick.h.html#L62' title='Defined at 62 in lib/widget/quick.h.'>QUICK_LABELED_INPUT</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("To"), <a href='../S/lib--widget--quick.h.html#L259' title='Defined at 259 in lib/widget/quick.h.'>input_label_above</a>, <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>, "mail-dlg-input-3",
|
|
<a id='L1951' name='L1951'></a>1951 &<a href='../Y/mail_to.html' title='Multiple used in 4 places.'>mail_to</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--input.h.html#L37' title='Defined at 37 in lib/widget/input.h.'>INPUT_COMPLETE_USERNAMES</a>),
|
|
<a id='L1952' name='L1952'></a>1952 <a href='../S/lib--widget--quick.h.html#L62' title='Defined at 62 in lib/widget/quick.h.'>QUICK_LABELED_INPUT</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Subject"), <a href='../S/lib--widget--quick.h.html#L259' title='Defined at 259 in lib/widget/quick.h.'>input_label_above</a>, <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>, "mail-dlg-input-2",
|
|
<a id='L1953' name='L1953'></a>1953 &<a href='../Y/mail_subject.html' title='Multiple used in 4 places.'>mail_subject</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--input.h.html#L32' title='Defined at 32 in lib/widget/input.h.'>INPUT_COMPLETE_NONE</a>),
|
|
<a id='L1954' name='L1954'></a>1954 <a href='../S/lib--widget--quick.h.html#L62' title='Defined at 62 in lib/widget/quick.h.'>QUICK_LABELED_INPUT</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Copies to"), <a href='../S/lib--widget--quick.h.html#L259' title='Defined at 259 in lib/widget/quick.h.'>input_label_above</a>, <a href='../S/lib--widget--input.h.html#L16' title='Defined at 16 in lib/widget/input.h.'>INPUT_LAST_TEXT</a>, "mail-dlg-input",
|
|
<a id='L1955' name='L1955'></a>1955 &<a href='../Y/mail_cc.html' title='Multiple used in 4 places.'>mail_cc</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../S/lib--widget--input.h.html#L37' title='Defined at 37 in lib/widget/input.h.'>INPUT_COMPLETE_USERNAMES</a>),
|
|
<a id='L1956' name='L1956'></a>1956 <a href='../S/lib--widget--quick.h.html#L214' title='Defined at 214 in lib/widget/quick.h.'>QUICK_BUTTONS_OK_CANCEL</a>,
|
|
<a id='L1957' name='L1957'></a>1957 <a href='../S/lib--widget--quick.h.html#L219' title='Defined at 219 in lib/widget/quick.h.'>QUICK_END</a>,
|
|
<a id='L1958' name='L1958'></a>1958 <em class='brace'>}</em>;
|
|
<a id='L1959' name='L1959'></a>1959
|
|
<a id='L1960' name='L1960'></a>1960 <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> = <em class='brace'>{</em> -1, -1, 0, 50 <em class='brace'>}</em>;
|
|
<a id='L1961' name='L1961'></a>1961
|
|
<a id='L1962' name='L1962'></a>1962 <a href='../S/lib--widget--quick.h.html#L343' title='Defined at 343 in lib/widget/quick.h.'>quick_dialog_t</a> <a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a> = <em class='brace'>{</em>
|
|
<a id='L1963' name='L1963'></a>1963 .<a href='../Y/rect.html' title='Multiple used in 436 places.'>rect</a> = <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>,
|
|
<a id='L1964' name='L1964'></a>1964 .<a href='../Y/title.html' title='Multiple used in 184 places.'>title</a> = <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Mail"),
|
|
<a id='L1965' name='L1965'></a>1965 .<a href='../Y/help.html' title='Multiple used in 47 places.'>help</a> = "[Input Line Keys]",
|
|
<a id='L1966' name='L1966'></a>1966 .<a href='../Y/widgets.html' title='Multiple used in 126 places.'>widgets</a> = <a href='../Y/quick_widgets.html' title='Multiple used in 67 places.'>quick_widgets</a>,
|
|
<a id='L1967' name='L1967'></a>1967 .<a href='../Y/callback.html' title='Multiple used in 108 places.'>callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L1968' name='L1968'></a>1968 .<a href='../Y/mouse_callback.html' title='Multiple used in 45 places.'>mouse_callback</a> = <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>,
|
|
<a id='L1969' name='L1969'></a>1969 <em class='brace'>}</em>;
|
|
<a id='L1970' name='L1970'></a>1970
|
|
<a id='L1971' name='L1971'></a>1971 <strong class='reserved'>if</strong> (<a href='../S/lib--widget--quick.h.html#L354' title='Defined at 354 in lib/widget/quick.h.'>quick_dialog</a> (&<a href='../Y/qdlg.html' title='Multiple used in 54 places.'>qdlg</a>) != <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>)
|
|
<a id='L1972' name='L1972'></a>1972 <em class='brace'>{</em>
|
|
<a id='L1973' name='L1973'></a>1973 <a href='../S/src--editor--editcmd.c.html#L623' title='Defined at 623 in src/editor/editcmd.c.'>pipe_mail</a> (&<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/mail_to.html' title='Multiple used in 4 places.'>mail_to</a>, <a href='../Y/mail_subject.html' title='Multiple used in 4 places.'>mail_subject</a>, <a href='../Y/mail_cc.html' title='Multiple used in 4 places.'>mail_cc</a>);
|
|
<a id='L1974' name='L1974'></a>1974 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mail_to.html' title='Multiple used in 4 places.'>mail_to</a>);
|
|
<a id='L1975' name='L1975'></a>1975 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mail_subject.html' title='Multiple used in 4 places.'>mail_subject</a>);
|
|
<a id='L1976' name='L1976'></a>1976 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/mail_cc.html' title='Multiple used in 4 places.'>mail_cc</a>);
|
|
<a id='L1977' name='L1977'></a>1977 <em class='brace'>}</em>
|
|
<a id='L1978' name='L1978'></a>1978 <em class='brace'>}</em>
|
|
<a id='L1979' name='L1979'></a>1979
|
|
<a id='L1980' name='L1980'></a>1980 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1981' name='L1981'></a>1981
|
|
<a id='L1982' name='L1982'></a>1982 <strong class='reserved'>void</strong>
|
|
<a id='L1983' name='L1983'></a>1983 <a href='../R/edit_select_codepage_cmd.html' title='Multiple referred from 2 places.'>edit_select_codepage_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='#L1942'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L1995'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1983 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1984' name='L1984'></a>1984 <em class='brace'>{</em>
|
|
<a id='L1985' name='L1985'></a>1985 <strong class='reserved'>if</strong> (<a href='../S/src--selcodepage.c.html#L131' title='Defined at 131 in src/selcodepage.c.'>do_select_codepage</a> ())
|
|
<a id='L1986' name='L1986'></a>1986 <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='L1987' name='L1987'></a>1987
|
|
<a id='L1988' name='L1988'></a>1988 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L1989' name='L1989'></a>1989 <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='L1990' name='L1990'></a>1990 <em class='brace'>}</em>
|
|
<a id='L1991' name='L1991'></a>1991
|
|
<a id='L1992' name='L1992'></a>1992 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L1993' name='L1993'></a>1993
|
|
<a id='L1994' name='L1994'></a>1994 <strong class='reserved'>void</strong>
|
|
<a id='L1995' name='L1995'></a>1995 <a href='../R/edit_insert_literal_cmd.html' title='Multiple referred from 2 places.'>edit_insert_literal_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='#L1983'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2007'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+1995 src/editor/editcmd.c' /> */</em>
|
|
<a id='L1996' name='L1996'></a>1996 <em class='brace'>{</em>
|
|
<a id='L1997' name='L1997'></a>1997 <strong class='reserved'>int</strong> <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>;
|
|
<a id='L1998' name='L1998'></a>1998
|
|
<a id='L1999' name='L1999'></a>1999 <a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a> =
|
|
<a id='L2000' name='L2000'></a>2000 <a href='../S/src--editor--editcmd.c.html#L2068' title='Defined at 2068 in src/editor/editcmd.c.'>editcmd_dialog_raw_key_query</a> (<a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Insert literal"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Press any key:"), <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
|
|
<a id='L2001' name='L2001'></a>2001 <a href='../S/src--editor--edit.c.html#L3282' title='Defined at 3282 in src/editor/edit.c.'>edit_execute_key_command</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -1, <a href='../S/lib--util.c.html#L1157' title='Defined at 1157 in lib/util.c.'>ascii_alpha_to_cntrl</a> (<a href='../Y/char_for_insertion.html' title='Multiple used in 23 places.'>char_for_insertion</a>));
|
|
<a id='L2002' name='L2002'></a>2002 <em class='brace'>}</em>
|
|
<a id='L2003' name='L2003'></a>2003
|
|
<a id='L2004' name='L2004'></a>2004 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L2005' name='L2005'></a>2005
|
|
<a id='L2006' name='L2006'></a>2006 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L2007' name='L2007'></a>2007 <a href='../R/edit_load_forward_cmd.html' title='Multiple referred from 2 places.'>edit_load_forward_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='#L1995'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2036'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+2007 src/editor/editcmd.c' /> */</em>
|
|
<a id='L2008' name='L2008'></a>2008 <em class='brace'>{</em>
|
|
<a id='L2009' name='L2009'></a>2009 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> != 0
|
|
<a id='L2010' name='L2010'></a>2010 && <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 id='L2011' name='L2011'></a>2011 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Current text was modified without a file save.\n"
|
|
<a id='L2012' name='L2012'></a>2012 "Continue discards these changes."),
|
|
<a id='L2013' name='L2013'></a>2013 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("C&ontinue"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"))
|
|
<a id='L2014' name='L2014'></a>2014 == 1)
|
|
<a id='L2015' name='L2015'></a>2015 <em class='brace'>{</em>
|
|
<a id='L2016' name='L2016'></a>2016 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L2017' name='L2017'></a>2017 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L2018' name='L2018'></a>2018 <em class='brace'>}</em>
|
|
<a id='L2019' name='L2019'></a>2019
|
|
<a id='L2020' name='L2020'></a>2020 <strong class='reserved'>if</strong> (<a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> + 1 >= <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='L2021' name='L2021'></a>2021 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L2022' name='L2022'></a>2022
|
|
<a id='L2023' name='L2023'></a>2023 <strong class='reserved'>if</strong> (<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> + 1].<a href='../Y/line_number.html' title='Multiple used in 12 places.'>line_number</a> < 1)
|
|
<a id='L2024' name='L2024'></a>2024 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L2025' name='L2025'></a>2025
|
|
<a id='L2026' name='L2026'></a>2026 <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a>++;
|
|
<a id='L2027' name='L2027'></a>2027 <strong class='reserved'>if</strong> (<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/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L2028' name='L2028'></a>2028 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit.c.html#L2255' title='Defined at 2255 in src/editor/edit.c.'>edit_reload_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</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 id='L2029' name='L2029'></a>2029
|
|
<a id='L2030' name='L2030'></a>2030 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L2031' name='L2031'></a>2031 <em class='brace'>}</em>
|
|
<a id='L2032' name='L2032'></a>2032
|
|
<a id='L2033' name='L2033'></a>2033 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L2034' name='L2034'></a>2034
|
|
<a id='L2035' name='L2035'></a>2035 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L2036' name='L2036'></a>2036 <a href='../R/edit_load_back_cmd.html' title='Multiple referred from 2 places.'>edit_load_back_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='#L2007'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L2068'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+2036 src/editor/editcmd.c' /> */</em>
|
|
<a id='L2037' name='L2037'></a>2037 <em class='brace'>{</em>
|
|
<a id='L2038' name='L2038'></a>2038 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/modified.html' title='Multiple used in 42 places.'>modified</a> != 0
|
|
<a id='L2039' name='L2039'></a>2039 && <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 id='L2040' name='L2040'></a>2040 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Current text was modified without a file save.\n"
|
|
<a id='L2041' name='L2041'></a>2041 "Continue discards these changes."),
|
|
<a id='L2042' name='L2042'></a>2042 <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("C&ontinue"), <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&Cancel"))
|
|
<a id='L2043' name='L2043'></a>2043 == 1)
|
|
<a id='L2044' name='L2044'></a>2044 <em class='brace'>{</em>
|
|
<a id='L2045' name='L2045'></a>2045 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><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='L2046' name='L2046'></a>2046 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L2047' name='L2047'></a>2047 <em class='brace'>}</em>
|
|
<a id='L2048' name='L2048'></a>2048
|
|
<a id='L2049' name='L2049'></a>2049 <em class='comment'>// we are in the bottom of the stack, NO WAY!</em>
|
|
<a id='L2050' name='L2050'></a>2050 <strong class='reserved'>if</strong> (<a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a> == 0)
|
|
<a id='L2051' name='L2051'></a>2051 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L2052' name='L2052'></a>2052
|
|
<a id='L2053' name='L2053'></a>2053 <a href='../Y/edit_stack_iterator.html' title='Multiple used in 21 places.'>edit_stack_iterator</a>--;
|
|
<a id='L2054' name='L2054'></a>2054 <strong class='reserved'>if</strong> (<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/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L2055' name='L2055'></a>2055 <strong class='reserved'>return</strong> <a href='../S/src--editor--edit.c.html#L2255' title='Defined at 2255 in src/editor/edit.c.'>edit_reload_line</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</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 id='L2056' name='L2056'></a>2056
|
|
<a id='L2057' name='L2057'></a>2057 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L2058' name='L2058'></a>2058 <em class='brace'>}</em>
|
|
<a id='L2059' name='L2059'></a>2059
|
|
<a id='L2060' name='L2060'></a>2060 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L2061' name='L2061'></a>2061
|
|
<a id='L2062' name='L2062'></a>2062 <em class='comment'>/* gets a raw key from the keyboard. Passing cancel = 1 draws</em>
|
|
<a id='L2063' name='L2063'></a>2063 <em class='comment'> a cancel button thus allowing c-c etc. Alternatively, cancel = 0</em>
|
|
<a id='L2064' name='L2064'></a>2064 <em class='comment'> will return the next key pressed. ctrl-a (=B_CANCEL), ctrl-g, ctrl-c,</em>
|
|
<a id='L2065' name='L2065'></a>2065 <em class='comment'> and Esc are cannot returned */</em>
|
|
<a id='L2066' name='L2066'></a>2066
|
|
<a id='L2067' name='L2067'></a>2067 <strong class='reserved'>int</strong>
|
|
<a id='L2068' name='L2068'></a>2068 <a href='../R/editcmd_dialog_raw_key_query.html' title='Multiple referred from 4 places.'>editcmd_dialog_raw_key_query</a> (<strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/heading.html' title='Multiple used in 4 places.'>heading</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/query.html' title='Multiple used in 4 places.'>query</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/cancel.html' title='Multiple used in 5 places.'>cancel</a>)
|
|
<em class='comment'>/* <a href='#L2036'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L96'><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> <input type='text' readonly onfocus='this.select();' value='+2068 src/editor/editcmd.c' /> */</em>
|
|
<a id='L2069' name='L2069'></a>2069 <em class='brace'>{</em>
|
|
<a id='L2070' name='L2070'></a>2070 <strong class='reserved'>int</strong> <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/wq.html' title='Multiple used in 4 places.'>wq</a>;
|
|
<a id='L2071' name='L2071'></a>2071 <strong class='reserved'>int</strong> <a href='../Y/y.html' title='Multiple used in 587 places.'>y</a> = 2;
|
|
<a id='L2072' name='L2072'></a>2072 <a href='../D/WDialog.html' title='Multiple defined in 2 places.'>WDialog</a> *<a href='../Y/raw_dlg.html' title='Multiple used in 6 places.'>raw_dlg</a>;
|
|
<a id='L2073' name='L2073'></a>2073 <a href='../D/WGroup.html' title='Multiple defined in 2 places.'>WGroup</a> *<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>;
|
|
<a id='L2074' name='L2074'></a>2074
|
|
<a id='L2075' name='L2075'></a>2075 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--strutil--strutil.c.html#L653' title='Defined at 653 in lib/strutil/strutil.c.'>str_term_width1</a> (<a href='../Y/heading.html' title='Multiple used in 4 places.'>heading</a>) + 6;
|
|
<a id='L2076' name='L2076'></a>2076 <a href='../Y/wq.html' title='Multiple used in 4 places.'>wq</a> = <a href='../S/lib--strutil--strutil.c.html#L653' title='Defined at 653 in lib/strutil/strutil.c.'>str_term_width1</a> (<a href='../Y/query.html' title='Multiple used in 4 places.'>query</a>);
|
|
<a id='L2077' name='L2077'></a>2077 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../Y/MAX.html' title='Multiple used in 122 places.'>MAX</a> (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../Y/wq.html' title='Multiple used in 4 places.'>wq</a> + 3 * 2 + 1 + 2);
|
|
<a id='L2078' name='L2078'></a>2078
|
|
<a id='L2079' name='L2079'></a>2079 <a href='../Y/raw_dlg.html' title='Multiple used in 6 places.'>raw_dlg</a> = <a href='../S/lib--widget--dialog.c.html#L368' title='Defined at 368 in lib/widget/dialog.c.'>dlg_create</a> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>, 0, 0, <a href='../Y/cancel.html' title='Multiple used in 5 places.'>cancel</a> ? 7 : 5, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>, <a href='../S/lib--widget--widget-common.h.html#L102' title='Defined at 102 in lib/widget/widget-common.h.'>WPOS_CENTER</a> | <a href='../S/lib--widget--widget-common.h.html#L103' title='Defined at 103 in lib/widget/widget-common.h.'>WPOS_TRYUP</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>,
|
|
<a id='L2080' name='L2080'></a>2080 <a href='../Y/dialog_colors.html' title='Multiple used in 38 places.'>dialog_colors</a>, <a href='../S/src--editor--editcmd.c.html#L757' title='Defined at 757 in src/editor/editcmd.c.'>editcmd_dialog_raw_key_query_cb</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 href='../Y/heading.html' title='Multiple used in 4 places.'>heading</a>);
|
|
<a id='L2081' name='L2081'></a>2081 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a> = <a href='../S/lib--widget--group.h.html#L16' title='Defined at 16 in lib/widget/group.h.'>GROUP</a> (<a href='../Y/raw_dlg.html' title='Multiple used in 6 places.'>raw_dlg</a>);
|
|
<a id='L2082' name='L2082'></a>2082 <a href='../S/lib--widget--widget-common.h.html#L23' title='Defined at 23 in lib/widget/widget-common.h.'>widget_want_tab</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/raw_dlg.html' title='Multiple used in 6 places.'>raw_dlg</a>), <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
|
|
<a id='L2083' name='L2083'></a>2083
|
|
<a id='L2084' name='L2084'></a>2084 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--label.c.html#L133' title='Defined at 133 in lib/widget/label.c.'>label_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, 3, <a href='../Y/query.html' title='Multiple used in 4 places.'>query</a>));
|
|
<a id='L2085' name='L2085'></a>2085 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (
|
|
<a id='L2086' name='L2086'></a>2086 <a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--input.c.html#L955' title='Defined at 955 in lib/widget/input.c.'>input_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, 3 + <a href='../Y/wq.html' title='Multiple used in 4 places.'>wq</a> + 1, <a href='../Y/input_colors.html' title='Multiple used in 13 places.'>input_colors</a>, <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> - (6 + <a href='../Y/wq.html' title='Multiple used in 4 places.'>wq</a> + 1), "", 0, <a href='../S/lib--widget--input.h.html#L32' title='Defined at 32 in lib/widget/input.h.'>INPUT_COMPLETE_NONE</a>));
|
|
<a id='L2087' name='L2087'></a>2087 <strong class='reserved'>if</strong> (<a href='../Y/cancel.html' title='Multiple used in 5 places.'>cancel</a>)
|
|
<a id='L2088' name='L2088'></a>2088 <em class='brace'>{</em>
|
|
<a id='L2089' name='L2089'></a>2089 <a href='../S/lib--widget--group.h.html#L79' title='Defined at 79 in lib/widget/group.h.'>group_add_widget</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--hline.c.html#L147' title='Defined at 147 in lib/widget/hline.c.'>hline_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>++, -1, -1));
|
|
<a id='L2090' name='L2090'></a>2090 <em class='comment'>// Button w/o hotkey to allow use any key as raw or macro one</em>
|
|
<a id='L2091' name='L2091'></a>2091 <a href='../S/lib--widget--group.c.html#L764' title='Defined at 764 in lib/widget/group.c.'>group_add_widget_autopos</a> (<a href='../Y/g.html' title='Multiple used in 537 places.'>g</a>, <a href='../S/lib--widget--button.c.html#L207' title='Defined at 207 in lib/widget/button.c.'>button_new</a> (<a href='../Y/y.html' title='Multiple used in 587 places.'>y</a>, 1, <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>, <a href='../S/lib--widget--button.h.html#L25' title='Defined at 25 in lib/widget/button.h.'>NORMAL_BUTTON</a>, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("Cancel"), <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>),
|
|
<a id='L2092' name='L2092'></a>2092 <a href='../S/lib--widget--widget-common.h.html#L106' title='Defined at 106 in lib/widget/widget-common.h.'>WPOS_KEEP_TOP</a> | <a href='../S/lib--widget--widget-common.h.html#L100' title='Defined at 100 in lib/widget/widget-common.h.'>WPOS_CENTER_HORZ</a>, <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
|
|
<a id='L2093' name='L2093'></a>2093 <em class='brace'>}</em>
|
|
<a id='L2094' name='L2094'></a>2094
|
|
<a id='L2095' name='L2095'></a>2095 <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> = <a href='../S/lib--widget--dialog.c.html#L557' title='Defined at 557 in lib/widget/dialog.c.'>dlg_run</a> (<a href='../Y/raw_dlg.html' title='Multiple used in 6 places.'>raw_dlg</a>);
|
|
<a id='L2096' name='L2096'></a>2096 <a href='../S/lib--widget--widget-common.h.html#L394' title='Defined at 394 in lib/widget/widget-common.h.'>widget_destroy</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/raw_dlg.html' title='Multiple used in 6 places.'>raw_dlg</a>));
|
|
<a id='L2097' name='L2097'></a>2097
|
|
<a id='L2098' name='L2098'></a>2098 <strong class='reserved'>return</strong> (<a href='../Y/cancel.html' title='Multiple used in 5 places.'>cancel</a> && (<a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> == <a href='../D/ESC_CHAR.html' title='Multiple defined in 2 places.'>ESC_CHAR</a> || <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a> == <a href='../S/lib--widget--dialog.h.html#L26' title='Defined at 26 in lib/widget/dialog.h.'>B_CANCEL</a>)) ? 0 : <a href='../Y/w.html' title='Multiple used in 1387 places.'>w</a>;
|
|
<a id='L2099' name='L2099'></a>2099 <em class='brace'>}</em>
|
|
<a id='L2100' name='L2100'></a>2100
|
|
<a id='L2101' name='L2101'></a>2101 <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='#L96'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L2068'><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> <input type='text' readonly onfocus='this.select();' value='+2101 src/editor/editcmd.c' /> */</em>
|
|
</body>
|
|
</html>
|