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

601 lines
106 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/format.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='#L72'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#L469'><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>/format.c</span></li>
</ul></div>
<!-- end of fixed guide -->
<div align='right'>Manual pages:
<a href=man/mc.html>mc</a> &bullet; <a href=man/mcdiff.html>mcdiff</a> &bullet; <a href=man/mcedit.html>mcedit</a> &bullet; <a href=man/mcview.html>mcview</a>
</div>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/<a href='../files/src--editor.html'>editor</a>/format.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='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+1 src/editor/format.c' /> */</em>
<hr />
<h2 class='header'>DEFINITIONS</h2>
This source file includes following definitions.
<ol>
<li><a href='#L72' title='Defined at 72.'>line_start</a></li>
<li><a href='#L94' title='Defined at 94.'>bad_line_start</a></li>
<li><a href='#L123' title='Defined at 123.'>begin_paragraph</a></li>
<li><a href='#L148' title='Defined at 148.'>end_paragraph</a></li>
<li><a href='#L169' title='Defined at 169.'>get_paragraph</a></li>
<li><a href='#L192' title='Defined at 192.'>strip_newlines</a></li>
<li><a href='#L207' title='Defined at 207.'>next_tab_pos</a></li>
<li><a href='#L216' title='Defined at 216.'>line_pixel_length</a></li>
<li><a href='#L266' title='Defined at 266.'>next_word_start</a></li>
<li><a href='#L294' title='Defined at 294.'>word_start</a></li>
<li><a href='#L319' title='Defined at 319.'>format_this</a></li>
<li><a href='#L354' title='Defined at 354.'>replace_at</a></li>
<li><a href='#L364' title='Defined at 364.'>edit_indent_width</a></li>
<li><a href='#L379' title='Defined at 379.'>edit_insert_indent</a></li>
<li><a href='#L396' title='Defined at 396.'>put_paragraph</a></li>
<li><a href='#L449' title='Defined at 449.'>test_indent</a></li>
<li><a href='#L469' title='Defined at 469.'>format_paragraph</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'> Dynamic paragraph formatting.</em>
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 2011-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'> Copyright (C) 1996 Paul Sheer</em>
<a id='L8' name='L8'></a> 8 <em class='comment'></em>
<a id='L9' name='L9'></a> 9 <em class='comment'> Written by:</em>
<a id='L10' name='L10'></a> 10 <em class='comment'> Paul Sheer, 1996</em>
<a id='L11' name='L11'></a> 11 <em class='comment'> Andrew Borodin &lt;aborodin@vmail.ru&gt;, 2013, 2014</em>
<a id='L12' name='L12'></a> 12 <em class='comment'></em>
<a id='L13' name='L13'></a> 13 <em class='comment'> This file is part of the Midnight Commander.</em>
<a id='L14' name='L14'></a> 14 <em class='comment'></em>
<a id='L15' name='L15'></a> 15 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
<a id='L16' name='L16'></a> 16 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
<a id='L17' name='L17'></a> 17 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
<a id='L18' name='L18'></a> 18 <em class='comment'> or (at your option) any later version.</em>
<a id='L19' name='L19'></a> 19 <em class='comment'></em>
<a id='L20' name='L20'></a> 20 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
<a id='L21' name='L21'></a> 21 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
<a id='L22' name='L22'></a> 22 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
<a id='L23' name='L23'></a> 23 <em class='comment'> GNU General Public License for more details.</em>
<a id='L24' name='L24'></a> 24 <em class='comment'></em>
<a id='L25' name='L25'></a> 25 <em class='comment'> You should have received a copy of the GNU General Public License</em>
<a id='L26' name='L26'></a> 26 <em class='comment'> along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</em>
<a id='L27' name='L27'></a> 27 <em class='comment'> */</em>
<a id='L28' name='L28'></a> 28
<a id='L29' name='L29'></a> 29 <em class='comment'>/** \file</em>
<a id='L30' name='L30'></a> 30 <em class='comment'> * \brief Source: Dynamic paragraph formatting</em>
<a id='L31' name='L31'></a> 31 <em class='comment'> * \author Paul Sheer</em>
<a id='L32' name='L32'></a> 32 <em class='comment'> * \date 1996</em>
<a id='L33' name='L33'></a> 33 <em class='comment'> * \author Andrew Borodin</em>
<a id='L34' name='L34'></a> 34 <em class='comment'> * \date 2013, 2014</em>
<a id='L35' name='L35'></a> 35 <em class='comment'> */</em>
<a id='L36' name='L36'></a> 36
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> &lt;config.h&gt;
<a id='L38' name='L38'></a> 38
<a id='L39' name='L39'></a> 39 <em class='sharp'>#include</em> &lt;stdio.h&gt;
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> &lt;stdarg.h&gt;
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> &lt;sys/types.h&gt;
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> &lt;unistd.h&gt;
<a id='L43' name='L43'></a> 43 <em class='sharp'>#include</em> &lt;string.h&gt;
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> &lt;ctype.h&gt;
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> &lt;sys/stat.h&gt;
<a id='L46' name='L46'></a> 46
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> &lt;stdlib.h&gt;
<a id='L48' name='L48'></a> 48
<a id='L49' name='L49'></a> 49 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L50' name='L50'></a> 50 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>" <em class='comment'>// whitespace()</em>
<a id='L51' name='L51'></a> 51
<a id='L52' name='L52'></a> 52 <em class='sharp'>#include</em> "<a href='src--editor--edit-impl.h.html'>edit-impl.h</a>"
<a id='L53' name='L53'></a> 53 <em class='sharp'>#include</em> "<a href='src--editor--editwidget.h.html'>editwidget.h</a>"
<a id='L54' name='L54'></a> 54
<a id='L55' name='L55'></a> 55 <em class='comment'>/*** global variables ****************************************************************************/</em>
<a id='L56' name='L56'></a> 56
<a id='L57' name='L57'></a> 57 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
<a id='L58' name='L58'></a> 58
<a id='L59' name='L59'></a> 59 <em class='sharp'>#define</em> <a href='../R/FONT_MEAN_WIDTH.html' title='Multiple referred from 3 places.'>FONT_MEAN_WIDTH</a> 1
<a id='L60' name='L60'></a> 60
<a id='L61' name='L61'></a> 61 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
<a id='L62' name='L62'></a> 62
<a id='L63' name='L63'></a> 63 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <em class='comment'>/*** file scope variables ************************************************************************/</em>
<a id='L66' name='L66'></a> 66
<a id='L67' name='L67'></a> 67 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L68' name='L68'></a> 68 <em class='comment'>/*** file scope functions ************************************************************************/</em>
<a id='L69' name='L69'></a> 69 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L70' name='L70'></a> 70
<a id='L71' name='L71'></a> 71 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L72' name='L72'></a> 72 <a href='../R/line_start.html' title='Multiple referred from 8 places.'>line_start</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'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L94'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+72 src/editor/format.c' /> */</em>
<a id='L73' name='L73'></a> 73 <em class='brace'>{</em>
<a id='L74' name='L74'></a> 74 <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='L75' name='L75'></a> 75 <strong class='reserved'>long</strong> <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>;
<a id='L76' name='L76'></a> 76
<a id='L77' name='L77'></a> 77 <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> = <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>-&gt;<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>;
<a id='L78' name='L78'></a> 78 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>-&gt;<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L79' name='L79'></a> 79
<a id='L80' name='L80'></a> 80 <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &lt; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>)
<a id='L81' name='L81'></a> 81 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.c.html#L670' title='Defined at 670 in src/editor/editbuffer.c.'>edit_buffer_get_backward_offset</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a> - <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
<a id='L82' name='L82'></a> 82 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> &gt; <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>)
<a id='L83' name='L83'></a> 83 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</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/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> - <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>, 0);
<a id='L84' name='L84'></a> 84
<a id='L85' name='L85'></a> 85 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--editbuffer.c.html#L349' title='Defined at 349 in src/editor/editbuffer.c.'>edit_buffer_get_bol</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L86' name='L86'></a> 86 <strong class='reserved'>while</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("\t ", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L87' name='L87'></a> 87 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
<a id='L88' name='L88'></a> 88 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L89' name='L89'></a> 89 <em class='brace'>}</em>
<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
<a id='L93' name='L93'></a> 93 <strong class='reserved'>static</strong> <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
<a id='L94' name='L94'></a> 94 <a href='../R/bad_line_start.html' title='Multiple referred from 2 places.'>bad_line_start</a> (<strong class='reserved'>const</strong> <a href='../S/src--editor--editbuffer.h.html#L23' title='Defined at 23 in src/editor/editbuffer.h.'>edit_buffer_t</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)
<em class='comment'>/* <a href='#L72'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L123'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+94 src/editor/format.c' /> */</em>
<a id='L95' name='L95'></a> 95 <em class='brace'>{</em>
<a id='L96' name='L96'></a> 96 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L97' name='L97'></a> 97
<a id='L98' name='L98'></a> 98 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L99' name='L99'></a> 99 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '.')
<a id='L100' name='L100'></a> 100 <em class='brace'>{</em>
<a id='L101' name='L101'></a> 101 <em class='comment'>// `...' is acceptable</em>
<a id='L102' name='L102'></a> 102 <strong class='reserved'>return</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/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> + 1) == '.'
<a id='L103' name='L103'></a> 103 &amp;&amp; <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> + 2) == '.');
<a id='L104' name='L104'></a> 104 <em class='brace'>}</em>
<a id='L105' name='L105'></a> 105 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '-')
<a id='L106' name='L106'></a> 106 <em class='brace'>{</em>
<a id='L107' name='L107'></a> 107 <em class='comment'>// `---' is acceptable</em>
<a id='L108' name='L108'></a> 108 <strong class='reserved'>return</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/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> + 1) == '-'
<a id='L109' name='L109'></a> 109 &amp;&amp; <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> + 2) == '-');
<a id='L110' name='L110'></a> 110 <em class='brace'>}</em>
<a id='L111' name='L111'></a> 111
<a id='L112' name='L112'></a> 112 <strong class='reserved'>return</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>
<a id='L113' name='L113'></a> 113 &amp;&amp; <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>, <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='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 <em class='comment'>/**</em>
<a id='L118' name='L118'></a> 118 <em class='comment'> * Find the start of the current paragraph for the purpose of formatting.</em>
<a id='L119' name='L119'></a> 119 <em class='comment'> * Return position in the file.</em>
<a id='L120' name='L120'></a> 120 <em class='comment'> */</em>
<a id='L121' name='L121'></a> 121
<a id='L122' name='L122'></a> 122 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L123' name='L123'></a> 123 <a href='../S/src--editor--format.c.html#L483' title='Referred from 483 in src/editor/format.c.'>begin_paragraph</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/force.html' title='Multiple used in 133 places.'>force</a>, <strong class='reserved'>long</strong> *<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>)
<em class='comment'>/* <a href='#L94'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L148'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+123 src/editor/format.c' /> */</em>
<a id='L124' name='L124'></a> 124 <em class='brace'>{</em>
<a id='L125' name='L125'></a> 125 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L126' name='L126'></a> 126
<a id='L127' name='L127'></a> 127 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &gt;= 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--)
<a id='L128' name='L128'></a> 128 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<a id='L129' name='L129'></a> 129 || (<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;&amp; <a href='../S/src--editor--format.c.html#L94' title='Defined at 94 in src/editor/format.c.'>bad_line_start</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/src--editor--format.c.html#L72' title='Defined at 72 in src/editor/format.c.'>line_start</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>))))
<a id='L130' name='L130'></a> 130 <em class='brace'>{</em>
<a id='L131' name='L131'></a> 131 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++;
<a id='L132' name='L132'></a> 132 <strong class='reserved'>break</strong>;
<a id='L133' name='L133'></a> 133 <em class='brace'>}</em>
<a id='L134' name='L134'></a> 134
<a id='L135' name='L135'></a> 135 *<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> - <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L136' name='L136'></a> 136
<a id='L137' name='L137'></a> 137 <strong class='reserved'>return</strong> <a href='../S/src--editor--editbuffer.c.html#L670' title='Defined at 670 in src/editor/editbuffer.c.'>edit_buffer_get_backward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>,
<a id='L138' name='L138'></a> 138 <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>), *<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>);
<a id='L139' name='L139'></a> 139 <em class='brace'>}</em>
<a id='L140' name='L140'></a> 140
<a id='L141' name='L141'></a> 141 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L142' name='L142'></a> 142 <em class='comment'>/**</em>
<a id='L143' name='L143'></a> 143 <em class='comment'> * Find the end of the current paragraph for the purpose of formatting.</em>
<a id='L144' name='L144'></a> 144 <em class='comment'> * Return position in the file.</em>
<a id='L145' name='L145'></a> 145 <em class='comment'> */</em>
<a id='L146' name='L146'></a> 146
<a id='L147' name='L147'></a> 147 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L148' name='L148'></a> 148 <a href='../S/src--editor--format.c.html#L484' title='Referred from 484 in src/editor/format.c.'>end_paragraph</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/force.html' title='Multiple used in 133 places.'>force</a>)
<em class='comment'>/* <a href='#L123'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L169'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+148 src/editor/format.c' /> */</em>
<a id='L149' name='L149'></a> 149 <em class='brace'>{</em>
<a id='L150' name='L150'></a> 150 <strong class='reserved'>long</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L151' name='L151'></a> 151
<a id='L152' name='L152'></a> 152 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a> + 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt;= <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L153' name='L153'></a> 153 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>)
<a id='L154' name='L154'></a> 154 || (<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> &amp;&amp; <a href='../S/src--editor--format.c.html#L94' title='Defined at 94 in src/editor/format.c.'>bad_line_start</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/src--editor--format.c.html#L72' title='Defined at 72 in src/editor/format.c.'>line_start</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>))))
<a id='L155' name='L155'></a> 155 <em class='brace'>{</em>
<a id='L156' name='L156'></a> 156 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--;
<a id='L157' name='L157'></a> 157 <strong class='reserved'>break</strong>;
<a id='L158' name='L158'></a> 158 <em class='brace'>}</em>
<a id='L159' name='L159'></a> 159
<a id='L160' name='L160'></a> 160 <strong class='reserved'>return</strong> <a href='../S/src--editor--editbuffer.c.html#L371' title='Defined at 371 in src/editor/editbuffer.c.'>edit_buffer_get_eol</a> (
<a id='L161' name='L161'></a> 161 &amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>,
<a id='L162' name='L162'></a> 162 <a href='../S/src--editor--editbuffer.c.html#L638' title='Defined at 638 in src/editor/editbuffer.c.'>edit_buffer_get_forward_offset</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../S/src--editor--editbuffer.h.html#L92' title='Defined at 92 in src/editor/editbuffer.h.'>edit_buffer_get_current_bol</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>),
<a id='L163' name='L163'></a> 163 <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>, 0));
<a id='L164' name='L164'></a> 164 <em class='brace'>}</em>
<a id='L165' name='L165'></a> 165
<a id='L166' name='L166'></a> 166 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L167' name='L167'></a> 167
<a id='L168' name='L168'></a> 168 <strong class='reserved'>static</strong> <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *
<a id='L169' name='L169'></a> 169 <a href='../S/src--editor--format.c.html#L487' title='Referred from 487 in src/editor/format.c.'>get_paragraph</a> (<strong class='reserved'>const</strong> <a href='../S/src--editor--editbuffer.h.html#L23' title='Defined at 23 in src/editor/editbuffer.h.'>edit_buffer_t</a> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>)
<em class='comment'>/* <a href='#L148'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L192'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+169 src/editor/format.c' /> */</em>
<a id='L170' name='L170'></a> 170 <em class='brace'>{</em>
<a id='L171' name='L171'></a> 171 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L172' name='L172'></a> 172
<a id='L173' name='L173'></a> 173 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../Y/g_string_sized_new.html' title='Multiple used in 62 places.'>g_string_sized_new</a> (128);
<a id='L174' name='L174'></a> 174
<a id='L175' name='L175'></a> 175 <strong class='reserved'>for</strong> (; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> &lt; <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L176' name='L176'></a> 176 <em class='brace'>{</em>
<a id='L177' name='L177'></a> 177 <strong class='reserved'>if</strong> (<a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> &amp;&amp; <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - 1) == '\n')
<a id='L178' name='L178'></a> 178 <strong class='reserved'>while</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("\t ", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L179' name='L179'></a> 179 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
<a id='L180' name='L180'></a> 180
<a id='L181' name='L181'></a> 181 <a href='../Y/g_string_append_c.html' title='Multiple used in 120 places.'>g_string_append_c</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</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/p.html' title='Multiple used in 1572 places.'>p</a>));
<a id='L182' name='L182'></a> 182 <em class='brace'>}</em>
<a id='L183' name='L183'></a> 183
<a id='L184' name='L184'></a> 184 <a href='../Y/g_string_append_c.html' title='Multiple used in 120 places.'>g_string_append_c</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, '\n');
<a id='L185' name='L185'></a> 185
<a id='L186' name='L186'></a> 186 <strong class='reserved'>return</strong> <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L187' name='L187'></a> 187 <em class='brace'>}</em>
<a id='L188' name='L188'></a> 188
<a id='L189' name='L189'></a> 189 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L190' name='L190'></a> 190
<a id='L191' name='L191'></a> 191 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L192' name='L192'></a> 192 <a href='../S/src--editor--format.c.html#L323' title='Referred from 323 in src/editor/format.c.'>strip_newlines</a> (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<em class='comment'>/* <a href='#L169'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L207'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+192 src/editor/format.c' /> */</em>
<a id='L193' name='L193'></a> 193 <em class='brace'>{</em>
<a id='L194' name='L194'></a> 194 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L195' name='L195'></a> 195
<a id='L196' name='L196'></a> 196 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>; <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>-- != 0; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L197' name='L197'></a> 197 <strong class='reserved'>if</strong> (*<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == '\n')
<a id='L198' name='L198'></a> 198 *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = ' ';
<a id='L199' name='L199'></a> 199 <em class='brace'>}</em>
<a id='L200' name='L200'></a> 200
<a id='L201' name='L201'></a> 201 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L202' name='L202'></a> 202 <em class='comment'>/**</em>
<a id='L203' name='L203'></a> 203 <em class='comment'> This function calculates the number of chars in a line specified to length l in pixels</em>
<a id='L204' name='L204'></a> 204 <em class='comment'> */</em>
<a id='L205' name='L205'></a> 205
<a id='L206' name='L206'></a> 206 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L207' name='L207'></a> 207 <a href='../S/src--editor--format.c.html#L234' title='Referred from 234 in src/editor/format.c.'>next_tab_pos</a> (<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>)
<em class='comment'>/* <a href='#L192'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L216'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+207 src/editor/format.c' /> */</em>
<a id='L208' name='L208'></a> 208 <em class='brace'>{</em>
<a id='L209' name='L209'></a> 209 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> += <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a> - <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> % <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a>;
<a id='L210' name='L210'></a> 210 <strong class='reserved'>return</strong> <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>;
<a id='L211' name='L211'></a> 211 <em class='brace'>}</em>
<a id='L212' name='L212'></a> 212
<a id='L213' name='L213'></a> 213 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L214' name='L214'></a> 214
<a id='L215' name='L215'></a> 215 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L216' name='L216'></a> 216 <a href='../S/src--editor--format.c.html#L332' title='Referred from 332 in src/editor/format.c.'>line_pixel_length</a> (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <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/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)
<em class='comment'>/* <a href='#L207'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L266'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+216 src/editor/format.c' /> */</em>
<a id='L217' name='L217'></a> 217 <em class='brace'>{</em>
<a id='L218' name='L218'></a> 218 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/xn.html' title='Multiple used in 4 places.'>xn</a>, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>; <em class='comment'>// position counters</em>
<a id='L219' name='L219'></a> 219 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 0; <em class='comment'>// character length in bytes</em>
<a id='L220' name='L220'></a> 220
<a id='L221' name='L221'></a> 221 <strong class='reserved'>for</strong> (<a href='../Y/xn.html' title='Multiple used in 4 places.'>xn</a> = 0, <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = 0; <a href='../Y/xn.html' title='Multiple used in 4 places.'>xn</a> &lt;= <a href='../Y/l.html' title='Multiple used in 406 places.'>l</a>; <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> = <a href='../Y/xn.html' title='Multiple used in 4 places.'>xn</a>)
<a id='L222' name='L222'></a> 222 <em class='brace'>{</em>
<a id='L223' name='L223'></a> 223 <strong class='reserved'>char</strong> *<a href='../Y/tb.html' title='Multiple used in 9 places.'>tb</a>;
<a id='L224' name='L224'></a> 224
<a id='L225' name='L225'></a> 225 <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a> += <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a>;
<a id='L226' name='L226'></a> 226 <a href='../Y/tb.html' title='Multiple used in 9 places.'>tb</a> = (<strong class='reserved'>char</strong> *) <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> + <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L227' name='L227'></a> 227 <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = 1;
<a id='L228' name='L228'></a> 228
<a id='L229' name='L229'></a> 229 <strong class='reserved'>switch</strong> (<a href='../Y/tb.html' title='Multiple used in 9 places.'>tb</a>[0])
<a id='L230' name='L230'></a> 230 <em class='brace'>{</em>
<a id='L231' name='L231'></a> 231 <strong class='reserved'>case</strong> '\n':
<a id='L232' name='L232'></a> 232 <strong class='reserved'>return</strong> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L233' name='L233'></a> 233 <strong class='reserved'>case</strong> '\t':
<a id='L234' name='L234'></a> 234 <a href='../Y/xn.html' title='Multiple used in 4 places.'>xn</a> = <a href='../S/src--editor--format.c.html#L207' title='Defined at 207 in src/editor/format.c.'>next_tab_pos</a> (<a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>);
<a id='L235' name='L235'></a> 235 <strong class='reserved'>break</strong>;
<a id='L236' name='L236'></a> 236 <strong class='reserved'>default</strong>:
<a id='L237' name='L237'></a> 237 <strong class='reserved'>if</strong> (<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)
<a id='L238' name='L238'></a> 238 <em class='brace'>{</em>
<a id='L239' name='L239'></a> 239 <a href='../Y/gunichar.html' title='Multiple used in 42 places.'>gunichar</a> <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a>;
<a id='L240' name='L240'></a> 240
<a id='L241' name='L241'></a> 241 <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> = <a href='../Y/g_utf8_get_char_validated.html' title='Multiple used in 26 places.'>g_utf8_get_char_validated</a> (<a href='../Y/tb.html' title='Multiple used in 9 places.'>tb</a>, -1);
<a id='L242' name='L242'></a> 242 <strong class='reserved'>if</strong> (<a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> != (<a href='../Y/gunichar.html' title='Multiple used in 42 places.'>gunichar</a>) (-2) &amp;&amp; <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a> != (<a href='../Y/gunichar.html' title='Multiple used in 42 places.'>gunichar</a>) (-1))
<a id='L243' name='L243'></a> 243 <em class='brace'>{</em>
<a id='L244' name='L244'></a> 244 <strong class='reserved'>char</strong> *<a href='../Y/next_ch.html' title='Multiple used in 32 places.'>next_ch</a>;
<a id='L245' name='L245'></a> 245
<a id='L246' name='L246'></a> 246 <em class='comment'>// Calculate UTF-8 char length</em>
<a id='L247' name='L247'></a> 247 <a href='../Y/next_ch.html' title='Multiple used in 32 places.'>next_ch</a> = <a href='../Y/g_utf8_next_char.html' title='Multiple used in 18 places.'>g_utf8_next_char</a> (<a href='../Y/tb.html' title='Multiple used in 9 places.'>tb</a>);
<a id='L248' name='L248'></a> 248 <a href='../Y/char_length.html' title='Multiple used in 72 places.'>char_length</a> = <a href='../Y/next_ch.html' title='Multiple used in 32 places.'>next_ch</a> - <a href='../Y/tb.html' title='Multiple used in 9 places.'>tb</a>;
<a id='L249' name='L249'></a> 249
<a id='L250' name='L250'></a> 250 <strong class='reserved'>if</strong> (<a href='../Y/g_unichar_iswide.html' title='Multiple used in 12 places.'>g_unichar_iswide</a> (<a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a>))
<a id='L251' name='L251'></a> 251 <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a>++;
<a id='L252' name='L252'></a> 252 <em class='brace'>}</em>
<a id='L253' name='L253'></a> 253 <em class='brace'>}</em>
<a id='L254' name='L254'></a> 254
<a id='L255' name='L255'></a> 255 <a href='../Y/xn.html' title='Multiple used in 4 places.'>xn</a> = <a href='../Y/x.html' title='Multiple used in 677 places.'>x</a> + 1;
<a id='L256' name='L256'></a> 256 <strong class='reserved'>break</strong>;
<a id='L257' name='L257'></a> 257 <em class='brace'>}</em>
<a id='L258' name='L258'></a> 258 <em class='brace'>}</em>
<a id='L259' name='L259'></a> 259
<a id='L260' name='L260'></a> 260 <strong class='reserved'>return</strong> <a href='../Y/b.html' title='Multiple used in 653 places.'>b</a>;
<a id='L261' name='L261'></a> 261 <em class='brace'>}</em>
<a id='L262' name='L262'></a> 262
<a id='L263' name='L263'></a> 263 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L264' name='L264'></a> 264
<a id='L265' name='L265'></a> 265 <strong class='reserved'>static</strong> <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a>
<a id='L266' name='L266'></a> 266 <a href='../R/next_word_start.html' title='Multiple referred from 2 places.'>next_word_start</a> (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<em class='comment'>/* <a href='#L216'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L294'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+266 src/editor/format.c' /> */</em>
<a id='L267' name='L267'></a> 267 <em class='brace'>{</em>
<a id='L268' name='L268'></a> 268 <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='L269' name='L269'></a> 269 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/saw_ws.html' title='Multiple used in 3 places.'>saw_ws</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
<a id='L270' name='L270'></a> 270
<a id='L271' name='L271'></a> 271 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <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='L272' name='L272'></a> 272 <em class='brace'>{</em>
<a id='L273' name='L273'></a> 273 <strong class='reserved'>switch</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>])
<a id='L274' name='L274'></a> 274 <em class='brace'>{</em>
<a id='L275' name='L275'></a> 275 <strong class='reserved'>case</strong> '\n':
<a id='L276' name='L276'></a> 276 <strong class='reserved'>return</strong> -1;
<a id='L277' name='L277'></a> 277 <strong class='reserved'>case</strong> '\t':
<a id='L278' name='L278'></a> 278 <strong class='reserved'>case</strong> ' ':
<a id='L279' name='L279'></a> 279 <a href='../Y/saw_ws.html' title='Multiple used in 3 places.'>saw_ws</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
<a id='L280' name='L280'></a> 280 <strong class='reserved'>break</strong>;
<a id='L281' name='L281'></a> 281 <strong class='reserved'>default</strong>:
<a id='L282' name='L282'></a> 282 <strong class='reserved'>if</strong> (<a href='../Y/saw_ws.html' title='Multiple used in 3 places.'>saw_ws</a>)
<a id='L283' name='L283'></a> 283 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L284' name='L284'></a> 284 <strong class='reserved'>break</strong>;
<a id='L285' name='L285'></a> 285 <em class='brace'>}</em>
<a id='L286' name='L286'></a> 286 <em class='brace'>}</em>
<a id='L287' name='L287'></a> 287 <strong class='reserved'>return</strong> (-1);
<a id='L288' name='L288'></a> 288 <em class='brace'>}</em>
<a id='L289' name='L289'></a> 289
<a id='L290' name='L290'></a> 290 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L291' name='L291'></a> 291 <em class='comment'>/** find the start of a word */</em>
<a id='L292' name='L292'></a> 292
<a id='L293' name='L293'></a> 293 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>int</strong>
<a id='L294' name='L294'></a> 294 <a href='../R/word_start.html' title='Multiple referred from 33 places.'>word_start</a> (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<em class='comment'>/* <a href='#L266'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L319'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+294 src/editor/format.c' /> */</em>
<a id='L295' name='L295'></a> 295 <em class='brace'>{</em>
<a id='L296' name='L296'></a> 296 <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='L297' name='L297'></a> 297
<a id='L298' name='L298'></a> 298 <strong class='reserved'>if</strong> (<a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>]))
<a id='L299' name='L299'></a> 299 <strong class='reserved'>return</strong> <a href='../S/src--editor--format.c.html#L266' title='Defined at 266 in src/editor/format.c.'>next_word_start</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L300' name='L300'></a> 300
<a id='L301' name='L301'></a> 301 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>--)
<a id='L302' name='L302'></a> 302 <em class='brace'>{</em>
<a id='L303' name='L303'></a> 303 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
<a id='L304' name='L304'></a> 304
<a id='L305' name='L305'></a> 305 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> == 0)
<a id='L306' name='L306'></a> 306 <strong class='reserved'>return</strong> (-1);
<a id='L307' name='L307'></a> 307 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1];
<a id='L308' name='L308'></a> 308 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L309' name='L309'></a> 309 <strong class='reserved'>return</strong> (-1);
<a id='L310' name='L310'></a> 310 <strong class='reserved'>if</strong> (<a href='../S/lib--util.h.html#L48' title='Defined at 48 in lib/util.h.'>whitespace</a> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>))
<a id='L311' name='L311'></a> 311 <strong class='reserved'>return</strong> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
<a id='L312' name='L312'></a> 312 <em class='brace'>}</em>
<a id='L313' name='L313'></a> 313 <em class='brace'>}</em>
<a id='L314' name='L314'></a> 314
<a id='L315' name='L315'></a> 315 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L316' name='L316'></a> 316 <em class='comment'>/** replaces ' ' with '\n' to properly format a paragraph */</em>
<a id='L317' name='L317'></a> 317
<a id='L318' name='L318'></a> 318 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L319' name='L319'></a> 319 <a href='../S/src--editor--format.c.html#L519' title='Referred from 519 in src/editor/format.c.'>format_this</a> (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>, <strong class='reserved'>long</strong> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>)
<em class='comment'>/* <a href='#L294'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L354'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+319 src/editor/format.c' /> */</em>
<a id='L320' name='L320'></a> 320 <em class='brace'>{</em>
<a id='L321' name='L321'></a> 321 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = 0, <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>;
<a id='L322' name='L322'></a> 322
<a id='L323' name='L323'></a> 323 <a href='../S/src--editor--format.c.html#L192' title='Defined at 192 in src/editor/format.c.'>strip_newlines</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L324' name='L324'></a> 324 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a> = <a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a> * <a href='../S/src--editor--format.c.html#L59' title='Defined at 59 in src/editor/format.c.'>FONT_MEAN_WIDTH</a> - <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>;
<a id='L325' name='L325'></a> 325 <strong class='reserved'>if</strong> (<a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a> &lt; <a href='../S/src--editor--format.c.html#L59' title='Defined at 59 in src/editor/format.c.'>FONT_MEAN_WIDTH</a> * 2)
<a id='L326' name='L326'></a> 326 <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a> = <a href='../S/src--editor--format.c.html#L59' title='Defined at 59 in src/editor/format.c.'>FONT_MEAN_WIDTH</a> * 2;
<a id='L327' name='L327'></a> 327
<a id='L328' name='L328'></a> 328 <strong class='reserved'>while</strong> (<a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>)
<a id='L329' name='L329'></a> 329 <em class='brace'>{</em>
<a id='L330' name='L330'></a> 330 <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='L331' name='L331'></a> 331
<a id='L332' name='L332'></a> 332 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../S/src--editor--format.c.html#L216' title='Defined at 216 in src/editor/format.c.'>line_pixel_length</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/ww.html' title='Multiple used in 31 places.'>ww</a>, <a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>);
<a id='L333' name='L333'></a> 333 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &gt; <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<a id='L334' name='L334'></a> 334 <strong class='reserved'>break</strong>;
<a id='L335' name='L335'></a> 335 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>] == '\n')
<a id='L336' name='L336'></a> 336 <strong class='reserved'>break</strong>;
<a id='L337' name='L337'></a> 337 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--format.c.html#L294' title='Defined at 294 in src/editor/format.c.'>word_start</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L338' name='L338'></a> 338 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> == -1)
<a id='L339' name='L339'></a> 339 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../S/src--editor--format.c.html#L266' title='Defined at 266 in src/editor/format.c.'>next_word_start</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>); <em class='comment'>/* Return the end of the word if the beginning</em>
<a id='L340' name='L340'></a> 340 <em class='comment'> of the word is at the beginning of a line</em>
<a id='L341' name='L341'></a> 341 <em class='comment'> (i.e. a very long word) */</em>
<a id='L342' name='L342'></a> 342 <strong class='reserved'>else</strong>
<a id='L343' name='L343'></a> 343 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L344' name='L344'></a> 344 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> == -1) <em class='comment'>// end of paragraph</em>
<a id='L345' name='L345'></a> 345 <strong class='reserved'>break</strong>;
<a id='L346' name='L346'></a> 346 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> != 0)
<a id='L347' name='L347'></a> 347 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> - 1] = '\n';
<a id='L348' name='L348'></a> 348 <em class='brace'>}</em>
<a id='L349' name='L349'></a> 349 <em class='brace'>}</em>
<a id='L350' name='L350'></a> 350
<a id='L351' name='L351'></a> 351 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L352' name='L352'></a> 352
<a id='L353' name='L353'></a> 353 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L354' name='L354'></a> 354 <a href='../S/src--editor--format.c.html#L441' title='Referred from 441 in src/editor/format.c.'>replace_at</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/q.html' title='Multiple used in 361 places.'>q</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
<em class='comment'>/* <a href='#L319'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L364'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+354 src/editor/format.c' /> */</em>
<a id='L355' name='L355'></a> 355 <em class='brace'>{</em>
<a id='L356' name='L356'></a> 356 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L357' name='L357'></a> 357 <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='L358' name='L358'></a> 358 <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/c.html' title='Multiple used in 818 places.'>c</a>);
<a id='L359' name='L359'></a> 359 <em class='brace'>}</em>
<a id='L360' name='L360'></a> 360
<a id='L361' name='L361'></a> 361 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L362' name='L362'></a> 362
<a id='L363' name='L363'></a> 363 <strong class='reserved'>static</strong> <strong class='reserved'>long</strong>
<a id='L364' name='L364'></a> 364 <a href='../R/edit_indent_width.html' title='Multiple referred from 2 places.'>edit_indent_width</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)
<em class='comment'>/* <a href='#L354'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L379'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+364 src/editor/format.c' /> */</em>
<a id='L365' name='L365'></a> 365 <em class='brace'>{</em>
<a id='L366' name='L366'></a> 366 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L367' name='L367'></a> 367
<a id='L368' name='L368'></a> 368 <em class='comment'>// move to the end of the leading whitespace of the line</em>
<a id='L369' name='L369'></a> 369 <strong class='reserved'>while</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("\t ", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>
<a id='L370' name='L370'></a> 370 &amp;&amp; <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> &lt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> - 1)
<a id='L371' name='L371'></a> 371 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>++;
<a id='L372' name='L372'></a> 372 <em class='comment'>// count the number of columns of indentation</em>
<a id='L373' name='L373'></a> 373 <strong class='reserved'>return</strong> (<strong class='reserved'>long</strong>) <a href='../S/src--editor--edit.c.html#L2774' title='Defined at 2774 in src/editor/edit.c.'>edit_move_forward3</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, 0, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>);
<a id='L374' name='L374'></a> 374 <em class='brace'>}</em>
<a id='L375' name='L375'></a> 375
<a id='L376' name='L376'></a> 376 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L377' name='L377'></a> 377
<a id='L378' name='L378'></a> 378 <strong class='reserved'>static</strong> <strong class='reserved'>void</strong>
<a id='L379' name='L379'></a> 379 <a href='../S/src--editor--format.c.html#L421' title='Referred from 421 in src/editor/format.c.'>edit_insert_indent</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>)
<em class='comment'>/* <a href='#L364'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L396'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+379 src/editor/format.c' /> */</em>
<a id='L380' name='L380'></a> 380 <em class='brace'>{</em>
<a id='L381' name='L381'></a> 381 <strong class='reserved'>if</strong> (!<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/fill_tabs_with_spaces.html' title='Multiple used in 8 places.'>fill_tabs_with_spaces</a>)
<a id='L382' name='L382'></a> 382 <strong class='reserved'>while</strong> (<a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> &gt;= <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a>)
<a id='L383' name='L383'></a> 383 <em class='brace'>{</em>
<a id='L384' name='L384'></a> 384 <a href='../S/src--editor--edit.c.html#L2529' title='Defined at 2529 in src/editor/edit.c.'>edit_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, '\t');
<a id='L385' name='L385'></a> 385 <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> -= <a href='../S/src--editor--edit-impl.h.html#L65' title='Defined at 65 in src/editor/edit-impl.h.'>TAB_SIZE</a>;
<a id='L386' name='L386'></a> 386 <em class='brace'>}</em>
<a id='L387' name='L387'></a> 387
<a id='L388' name='L388'></a> 388 <strong class='reserved'>while</strong> (<a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>-- &gt; 0)
<a id='L389' name='L389'></a> 389 <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='L390' name='L390'></a> 390 <em class='brace'>}</em>
<a id='L391' name='L391'></a> 391
<a id='L392' name='L392'></a> 392 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L393' name='L393'></a> 393 <em class='comment'>/** replaces a block of text */</em>
<a id='L394' name='L394'></a> 394
<a id='L395' name='L395'></a> 395 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>void</strong>
<a id='L396' name='L396'></a> 396 <a href='../S/src--editor--format.c.html#L520' title='Referred from 520 in src/editor/format.c.'>put_paragraph</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <strong class='reserved'>long</strong> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>)
<em class='comment'>/* <a href='#L379'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L449'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+396 src/editor/format.c' /> */</em>
<a id='L397' name='L397'></a> 397 <em class='brace'>{</em>
<a id='L398' name='L398'></a> 398 <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='L399' name='L399'></a> 399 <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='L400' name='L400'></a> 400 <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = '\0';
<a id='L401' name='L401'></a> 401
<a id='L402' name='L402'></a> 402 <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L403' name='L403'></a> 403 <strong class='reserved'>if</strong> (<a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> != 0)
<a id='L404' name='L404'></a> 404 <strong class='reserved'>while</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("\t ", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L405' name='L405'></a> 405 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
<a id='L406' name='L406'></a> 406 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/size.html' title='Multiple used in 385 places.'>size</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>++)
<a id='L407' name='L407'></a> 407 <em class='brace'>{</em>
<a id='L408' name='L408'></a> 408 <strong class='reserved'>if</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> != 0 &amp;&amp; <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> != 0)
<a id='L409' name='L409'></a> 409 <em class='brace'>{</em>
<a id='L410' name='L410'></a> 410 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1] == '\n' &amp;&amp; <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L411' name='L411'></a> 411 <em class='brace'>{</em>
<a id='L412' name='L412'></a> 412 <strong class='reserved'>while</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("\t ", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L413' name='L413'></a> 413 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++;
<a id='L414' name='L414'></a> 414 <em class='brace'>}</em>
<a id='L415' name='L415'></a> 415 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> - 1] == '\n')
<a id='L416' name='L416'></a> 416 <em class='brace'>{</em>
<a id='L417' name='L417'></a> 417 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a>;
<a id='L418' name='L418'></a> 418
<a id='L419' name='L419'></a> 419 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L420' name='L420'></a> 420 <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L421' name='L421'></a> 421 <a href='../S/src--editor--format.c.html#L379' title='Defined at 379 in src/editor/format.c.'>edit_insert_indent</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>);
<a id='L422' name='L422'></a> 422 <strong class='reserved'>if</strong> (<a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> &gt;= <a href='../Y/curs.html' title='Multiple used in 13 places.'>curs</a>)
<a id='L423' name='L423'></a> 423 <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> += <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a> - <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L424' name='L424'></a> 424 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L425' name='L425'></a> 425 <em class='brace'>}</em>
<a id='L426' name='L426'></a> 426 <strong class='reserved'>else</strong> <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == '\n')
<a id='L427' name='L427'></a> 427 <em class='brace'>{</em>
<a id='L428' name='L428'></a> 428 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>);
<a id='L429' name='L429'></a> 429 <strong class='reserved'>while</strong> (<a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> ("\t ", <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L430' name='L430'></a> 430 <em class='brace'>{</em>
<a id='L431' name='L431'></a> 431 <a href='../S/src--editor--edit.c.html#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='L432' name='L432'></a> 432 <strong class='reserved'>if</strong> (<a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> &gt; <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>)
<a id='L433' name='L433'></a> 433 <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a>--;
<a id='L434' name='L434'></a> 434 <em class='brace'>}</em>
<a id='L435' name='L435'></a> 435 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>;
<a id='L436' name='L436'></a> 436 <em class='brace'>}</em>
<a id='L437' name='L437'></a> 437 <em class='brace'>}</em>
<a id='L438' name='L438'></a> 438
<a id='L439' name='L439'></a> 439 <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
<a id='L440' name='L440'></a> 440 <strong class='reserved'>if</strong> (<a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> != <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>])
<a id='L441' name='L441'></a> 441 <a href='../S/src--editor--format.c.html#L354' title='Defined at 354 in src/editor/format.c.'>replace_at</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/t.html' title='Multiple used in 305 places.'>t</a>[<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>]);
<a id='L442' name='L442'></a> 442 <em class='brace'>}</em>
<a id='L443' name='L443'></a> 443 <a href='../S/src--editor--edit.c.html#L2729' title='Defined at 2729 in src/editor/edit.c.'>edit_cursor_move</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/cursor.html' title='Multiple used in 20 places.'>cursor</a> - <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs1.html' title='Multiple used in 159 places.'>curs1</a>); <em class='comment'>// restore cursor position</em>
<a id='L444' name='L444'></a> 444 <em class='brace'>}</em>
<a id='L445' name='L445'></a> 445
<a id='L446' name='L446'></a> 446 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L447' name='L447'></a> 447
<a id='L448' name='L448'></a> 448 <strong class='reserved'>static</strong> <strong class='reserved'>inline</strong> <strong class='reserved'>long</strong>
<a id='L449' name='L449'></a> 449 <a href='../S/src--editor--format.c.html#L485' title='Referred from 485 in src/editor/format.c.'>test_indent</a> (<strong class='reserved'>const</strong> <a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>)
<em class='comment'>/* <a href='#L396'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L469'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+449 src/editor/format.c' /> */</em>
<a id='L450' name='L450'></a> 450 <em class='brace'>{</em>
<a id='L451' name='L451'></a> 451 <strong class='reserved'>long</strong> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>;
<a id='L452' name='L452'></a> 452
<a id='L453' name='L453'></a> 453 <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> = <a href='../S/src--editor--format.c.html#L364' title='Defined at 364 in src/editor/format.c.'>edit_indent_width</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++);
<a id='L454' name='L454'></a> 454 <strong class='reserved'>if</strong> (<a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> == 0)
<a id='L455' name='L455'></a> 455 <strong class='reserved'>return</strong> 0;
<a id='L456' name='L456'></a> 456
<a id='L457' name='L457'></a> 457 <strong class='reserved'>for</strong> (; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> &lt; <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>++)
<a id='L458' name='L458'></a> 458 <strong class='reserved'>if</strong> (<a href='../S/src--editor--editbuffer.c.html#L187' title='Defined at 187 in src/editor/editbuffer.c.'>edit_buffer_get_byte</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> - 1) == '\n'
<a id='L459' name='L459'></a> 459 &amp;&amp; <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> != <a href='../S/src--editor--format.c.html#L364' title='Defined at 364 in src/editor/format.c.'>edit_indent_width</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>))
<a id='L460' name='L460'></a> 460 <strong class='reserved'>return</strong> 0;
<a id='L461' name='L461'></a> 461 <strong class='reserved'>return</strong> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>;
<a id='L462' name='L462'></a> 462 <em class='brace'>}</em>
<a id='L463' name='L463'></a> 463
<a id='L464' name='L464'></a> 464 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L465' name='L465'></a> 465 <em class='comment'>/*** public functions ****************************************************************************/</em>
<a id='L466' name='L466'></a> 466 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
<a id='L467' name='L467'></a> 467
<a id='L468' name='L468'></a> 468 <strong class='reserved'>void</strong>
<a id='L469' name='L469'></a> 469 <a href='../R/format_paragraph.html' title='Multiple referred from 6 places.'>format_paragraph</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/force.html' title='Multiple used in 133 places.'>force</a>)
<em class='comment'>/* <a href='#L449'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+469 src/editor/format.c' /> */</em>
<a id='L470' name='L470'></a> 470 <em class='brace'>{</em>
<a id='L471' name='L471'></a> 471 <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='L472' name='L472'></a> 472 <strong class='reserved'>long</strong> <a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>;
<a id='L473' name='L473'></a> 473 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>;
<a id='L474' name='L474'></a> 474 <a href='../Y/GString.html' title='Multiple used in 317 places.'>GString</a> *<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>;
<a id='L475' name='L475'></a> 475 <strong class='reserved'>long</strong> <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>;
<a id='L476' name='L476'></a> 476 <strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *<a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>;
<a id='L477' name='L477'></a> 477
<a id='L478' name='L478'></a> 478 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/word_wrap_line_length.html' title='Multiple used in 14 places.'>word_wrap_line_length</a> &lt; 2)
<a id='L479' name='L479'></a> 479 <strong class='reserved'>return</strong>;
<a id='L480' name='L480'></a> 480 <strong class='reserved'>if</strong> (<a href='../S/src--editor--edit.c.html#L3025' title='Defined at 3025 in src/editor/edit.c.'>edit_line_is_blank</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>.<a href='../Y/curs_line.html' title='Multiple used in 54 places.'>curs_line</a>))
<a id='L481' name='L481'></a> 481 <strong class='reserved'>return</strong>;
<a id='L482' name='L482'></a> 482
<a id='L483' name='L483'></a> 483 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--format.c.html#L123' title='Defined at 123 in src/editor/format.c.'>begin_paragraph</a> (<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>, &amp;<a href='../Y/lines.html' title='Multiple used in 377 places.'>lines</a>);
<a id='L484' name='L484'></a> 484 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../S/src--editor--format.c.html#L148' title='Defined at 148 in src/editor/format.c.'>end_paragraph</a> (<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 id='L485' name='L485'></a> 485 <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> = <a href='../S/src--editor--format.c.html#L449' title='Defined at 449 in src/editor/format.c.'>test_indent</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>);
<a id='L486' name='L486'></a> 486
<a id='L487' name='L487'></a> 487 <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a> = <a href='../S/src--editor--format.c.html#L169' title='Defined at 169 in src/editor/format.c.'>get_paragraph</a> (&amp;<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/buffer.html' title='Multiple used in 996 places.'>buffer</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>, <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a> != 0);
<a id='L488' name='L488'></a> 488 <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> = <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>-&gt;<a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a> - 1;
<a id='L489' name='L489'></a> 489
<a id='L490' name='L490'></a> 490 <strong class='reserved'>if</strong> (!<a href='../Y/force.html' title='Multiple used in 133 places.'>force</a>)
<a id='L491' name='L491'></a> 491 <em class='brace'>{</em>
<a id='L492' name='L492'></a> 492 <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='L493' name='L493'></a> 493 <strong class='reserved'>char</strong> *<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>;
<a id='L494' name='L494'></a> 494
<a id='L495' name='L495'></a> 495 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>
<a id='L496' name='L496'></a> 496 &amp;&amp; <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>, <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>-&gt;<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>[0]) != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L497' name='L497'></a> 497 <em class='brace'>{</em>
<a id='L498' name='L498'></a> 498 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L499' name='L499'></a> 499 <strong class='reserved'>return</strong>;
<a id='L500' name='L500'></a> 500 <em class='brace'>}</em>
<a id='L501' name='L501'></a> 501
<a id='L502' name='L502'></a> 502 <strong class='reserved'>if</strong> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> || *<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> == '\0')
<a id='L503' name='L503'></a> 503 <a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> = <a href='../Y/g_strdup.html' title='Multiple used in 402 places.'>g_strdup</a> ("\t");
<a id='L504' name='L504'></a> 504 <strong class='reserved'>else</strong>
<a id='L505' name='L505'></a> 505 <a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a> = <a href='../Y/g_strconcat.html' title='Multiple used in 70 places.'>g_strconcat</a> (<a href='../Y/edit_options.html' title='Multiple used in 171 places.'>edit_options</a>.<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>, "\t", (<strong class='reserved'>char</strong> *) <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>);
<a id='L506' name='L506'></a> 506
<a id='L507' name='L507'></a> 507 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> &lt; <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a> - 1; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
<a id='L508' name='L508'></a> 508 <strong class='reserved'>if</strong> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>-&gt;<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' &amp;&amp; <a href='../Y/strchr.html' title='Multiple used in 117 places.'>strchr</a> (<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>, <a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>-&gt;<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 href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
<a id='L509' name='L509'></a> 509 <em class='brace'>{</em>
<a id='L510' name='L510'></a> 510 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>);
<a id='L511' name='L511'></a> 511 <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>);
<a id='L512' name='L512'></a> 512 <strong class='reserved'>return</strong>;
<a id='L513' name='L513'></a> 513 <em class='brace'>}</em>
<a id='L514' name='L514'></a> 514
<a id='L515' name='L515'></a> 515 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/stop_format_chars.html' title='Multiple used in 14 places.'>stop_format_chars</a>);
<a id='L516' name='L516'></a> 516 <em class='brace'>}</em>
<a id='L517' name='L517'></a> 517
<a id='L518' name='L518'></a> 518 <a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a> = (<strong class='reserved'>unsigned</strong> <strong class='reserved'>char</strong> *) <a href='../Y/g_string_free.html' title='Multiple used in 189 places.'>g_string_free</a> (<a href='../Y/t.html' title='Multiple used in 305 places.'>t</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>);
<a id='L519' name='L519'></a> 519 <a href='../S/src--editor--format.c.html#L319' title='Defined at 319 in src/editor/format.c.'>format_this</a> (<a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>, <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/indent.html' title='Multiple used in 22 places.'>indent</a>, <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/utf8.html' title='Multiple used in 49 places.'>utf8</a>);
<a id='L520' name='L520'></a> 520 <a href='../S/src--editor--format.c.html#L396' title='Defined at 396 in src/editor/format.c.'>put_paragraph</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>, <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, <a href='../Y/indent.html' title='Multiple used in 22 places.'>indent</a>, <a href='../Y/size.html' title='Multiple used in 385 places.'>size</a>);
<a id='L521' name='L521'></a> 521 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> ((<strong class='reserved'>char</strong> *) <a href='../Y/t2.html' title='Multiple used in 64 places.'>t2</a>);
<a id='L522' name='L522'></a> 522
<a id='L523' name='L523'></a> 523 <em class='comment'>// Scroll left as much as possible to show the formatted paragraph</em>
<a id='L524' name='L524'></a> 524 <a href='../S/src--editor--edit.c.html#L2939' title='Defined at 2939 in src/editor/edit.c.'>edit_scroll_left</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, -<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-&gt;<a href='../Y/start_col.html' title='Multiple used in 30 places.'>start_col</a>);
<a id='L525' name='L525'></a> 525 <em class='brace'>}</em>
<a id='L526' name='L526'></a> 526
<a id='L527' name='L527'></a> 527 <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='#L72'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L469'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a>&nbsp;<input type='text' readonly onfocus='this.select();' value='+527 src/editor/format.c' /> */</em>
</body>
</html>