mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
409 lines
68 KiB
HTML
409 lines
68 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/bookmark.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='#L68'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
|
|
<li><a href='#L338'><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>/bookmark.c</span></li>
|
|
</ul></div>
|
|
<!-- end of fixed guide -->
|
|
<div align='right'>Manual pages:
|
|
<a href=man/mc.html>mc</a> • <a href=man/mcdiff.html>mcdiff</a> • <a href=man/mcedit.html>mcedit</a> • <a href=man/mcview.html>mcview</a>
|
|
</div>
|
|
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/src.html'>src</a>/<a href='../files/src--editor.html'>editor</a>/bookmark.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='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><img class='icon' src='../icons/n_top.png' alt='[top]' /><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+1 src/editor/bookmark.c' /> */</em>
|
|
<hr />
|
|
<h2 class='header'>DEFINITIONS</h2>
|
|
This source file includes following definitions.
|
|
<ol>
|
|
<li><a href='#L68' title='Defined at 68.'>double_marks</a></li>
|
|
<li><a href='#L82' title='Defined at 82.'>book_mark_find</a></li>
|
|
<li><a href='#L154' title='Defined at 154.'>book_mark_query_color</a></li>
|
|
<li><a href='#L176' title='Defined at 176.'>book_mark_insert</a></li>
|
|
<li><a href='#L218' title='Defined at 218.'>book_mark_clear</a></li>
|
|
<li><a href='#L252' title='Defined at 252.'>book_mark_flush</a></li>
|
|
<li><a href='#L283' title='Defined at 283.'>book_mark_inc</a></li>
|
|
<li><a href='#L299' title='Defined at 299.'>book_mark_dec</a></li>
|
|
<li><a href='#L315' title='Defined at 315.'>book_mark_serialize</a></li>
|
|
<li><a href='#L338' title='Defined at 338.'>book_mark_restore</a></li>
|
|
</ol>
|
|
<hr />
|
|
<pre>
|
|
<a id='L1' name='L1'></a> 1 <em class='comment'>/*</em>
|
|
<a id='L2' name='L2'></a> 2 <em class='comment'> Editor book mark handling</em>
|
|
<a id='L3' name='L3'></a> 3 <em class='comment'></em>
|
|
<a id='L4' name='L4'></a> 4 <em class='comment'> Copyright (C) 2001-2025</em>
|
|
<a id='L5' name='L5'></a> 5 <em class='comment'> Free Software Foundation, Inc.</em>
|
|
<a id='L6' name='L6'></a> 6 <em class='comment'></em>
|
|
<a id='L7' name='L7'></a> 7 <em class='comment'> Written by:</em>
|
|
<a id='L8' name='L8'></a> 8 <em class='comment'> Paul Sheer, 1996, 1997</em>
|
|
<a id='L9' name='L9'></a> 9 <em class='comment'></em>
|
|
<a id='L10' name='L10'></a> 10 <em class='comment'> This file is part of the Midnight Commander.</em>
|
|
<a id='L11' name='L11'></a> 11 <em class='comment'></em>
|
|
<a id='L12' name='L12'></a> 12 <em class='comment'> The Midnight Commander is free software: you can redistribute it</em>
|
|
<a id='L13' name='L13'></a> 13 <em class='comment'> and/or modify it under the terms of the GNU General Public License as</em>
|
|
<a id='L14' name='L14'></a> 14 <em class='comment'> published by the Free Software Foundation, either version 3 of the License,</em>
|
|
<a id='L15' name='L15'></a> 15 <em class='comment'> or (at your option) any later version.</em>
|
|
<a id='L16' name='L16'></a> 16 <em class='comment'></em>
|
|
<a id='L17' name='L17'></a> 17 <em class='comment'> The Midnight Commander is distributed in the hope that it will be useful,</em>
|
|
<a id='L18' name='L18'></a> 18 <em class='comment'> but WITHOUT ANY WARRANTY; without even the implied warranty of</em>
|
|
<a id='L19' name='L19'></a> 19 <em class='comment'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</em>
|
|
<a id='L20' name='L20'></a> 20 <em class='comment'> GNU General Public License for more details.</em>
|
|
<a id='L21' name='L21'></a> 21 <em class='comment'></em>
|
|
<a id='L22' name='L22'></a> 22 <em class='comment'> You should have received a copy of the GNU General Public License</em>
|
|
<a id='L23' name='L23'></a> 23 <em class='comment'> along with this program. If not, see <https://www.gnu.org/licenses/>.</em>
|
|
<a id='L24' name='L24'></a> 24 <em class='comment'> */</em>
|
|
<a id='L25' name='L25'></a> 25
|
|
<a id='L26' name='L26'></a> 26 <em class='comment'>/** \file</em>
|
|
<a id='L27' name='L27'></a> 27 <em class='comment'> * \brief Source: editor book mark handling</em>
|
|
<a id='L28' name='L28'></a> 28 <em class='comment'> * \author Paul Sheer</em>
|
|
<a id='L29' name='L29'></a> 29 <em class='comment'> * \date 1996, 1997</em>
|
|
<a id='L30' name='L30'></a> 30 <em class='comment'> */</em>
|
|
<a id='L31' name='L31'></a> 31
|
|
<a id='L32' name='L32'></a> 32 <em class='sharp'>#include</em> <config.h>
|
|
<a id='L33' name='L33'></a> 33
|
|
<a id='L34' name='L34'></a> 34 <em class='sharp'>#include</em> <ctype.h>
|
|
<a id='L35' name='L35'></a> 35 <em class='sharp'>#include</em> <stdarg.h>
|
|
<a id='L36' name='L36'></a> 36 <em class='sharp'>#include</em> <stdio.h>
|
|
<a id='L37' name='L37'></a> 37 <em class='sharp'>#include</em> <stdlib.h>
|
|
<a id='L38' name='L38'></a> 38 <em class='sharp'>#include</em> <string.h>
|
|
<a id='L39' name='L39'></a> 39
|
|
<a id='L40' name='L40'></a> 40 <em class='sharp'>#include</em> <sys/types.h>
|
|
<a id='L41' name='L41'></a> 41 <em class='sharp'>#include</em> <sys/stat.h>
|
|
<a id='L42' name='L42'></a> 42 <em class='sharp'>#include</em> <unistd.h>
|
|
<a id='L43' name='L43'></a> 43
|
|
<a id='L44' name='L44'></a> 44 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
|
|
<a id='L45' name='L45'></a> 45 <em class='sharp'>#include</em> "<a href='../I/util.h.html'>lib/util.h</a>" <em class='comment'>// MAX_SAVED_BOOKMARKS</em>
|
|
<a id='L46' name='L46'></a> 46
|
|
<a id='L47' name='L47'></a> 47 <em class='sharp'>#include</em> "<a href='src--editor--editwidget.h.html'>editwidget.h</a>"
|
|
<a id='L48' name='L48'></a> 48
|
|
<a id='L49' name='L49'></a> 49 <em class='comment'>/*** global variables ****************************************************************************/</em>
|
|
<a id='L50' name='L50'></a> 50
|
|
<a id='L51' name='L51'></a> 51 <em class='comment'>/*** file scope macro definitions ****************************************************************/</em>
|
|
<a id='L52' name='L52'></a> 52
|
|
<a id='L53' name='L53'></a> 53 <em class='comment'>/*** file scope type declarations ****************************************************************/</em>
|
|
<a id='L54' name='L54'></a> 54
|
|
<a id='L55' name='L55'></a> 55 <em class='comment'>/*** forward declarations (file scope functions) *************************************************/</em>
|
|
<a id='L56' name='L56'></a> 56
|
|
<a id='L57' name='L57'></a> 57 <em class='comment'>/*** file scope variables ************************************************************************/</em>
|
|
<a id='L58' name='L58'></a> 58
|
|
<a id='L59' name='L59'></a> 59 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L60' name='L60'></a> 60 <em class='comment'>/*** file scope functions ************************************************************************/</em>
|
|
<a id='L61' name='L61'></a> 61 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L62' name='L62'></a> 62
|
|
<a id='L63' name='L63'></a> 63 <em class='comment'>/** note, if there is more than one bookmark on a line, then they are</em>
|
|
<a id='L64' name='L64'></a> 64 <em class='comment'> appended after each other and the last one is always the one found</em>
|
|
<a id='L65' name='L65'></a> 65 <em class='comment'> by book_mark_found() i.e. last in is the one seen */</em>
|
|
<a id='L66' name='L66'></a> 66
|
|
<a id='L67' name='L67'></a> 67 <strong class='reserved'>static</strong> <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *
|
|
<a id='L68' name='L68'></a> 68 <a href='../R/double_marks.html' title='Multiple referred from 4 places.'>double_marks</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>)
|
|
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><a href='#L82'><img class='icon' src='../icons/right.png' alt='[next]' /></a><img class='icon' src='../icons/n_first.png' alt='[first]' /><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+68 src/editor/bookmark.c' /> */</em>
|
|
<a id='L69' name='L69'></a> 69 <em class='brace'>{</em>
|
|
<a id='L70' name='L70'></a> 70 (<strong class='reserved'>void</strong>) <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>;
|
|
<a id='L71' name='L71'></a> 71
|
|
<a id='L72' name='L72'></a> 72 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L73' name='L73'></a> 73 <strong class='reserved'>while</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</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 id='L74' name='L74'></a> 74 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>;
|
|
<a id='L75' name='L75'></a> 75 <strong class='reserved'>return</strong> <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L76' name='L76'></a> 76 <em class='brace'>}</em>
|
|
<a id='L77' name='L77'></a> 77
|
|
<a id='L78' name='L78'></a> 78 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L79' name='L79'></a> 79 <em class='comment'>/** returns the first bookmark on or before this line */</em>
|
|
<a id='L80' name='L80'></a> 80
|
|
<a id='L81' name='L81'></a> 81 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *
|
|
<a id='L82' name='L82'></a> 82 <a href='../R/book_mark_find.html' title='Multiple referred from 9 places.'>book_mark_find</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<em class='comment'>/* <a href='#L68'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L154'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+82 src/editor/bookmark.c' /> */</em>
|
|
<a id='L83' name='L83'></a> 83 <em class='brace'>{</em>
|
|
<a id='L84' name='L84'></a> 84 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L85' name='L85'></a> 85
|
|
<a id='L86' name='L86'></a> 86 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L87' name='L87'></a> 87 <em class='brace'>{</em>
|
|
<a id='L88' name='L88'></a> 88 <em class='comment'>// must have an imaginary top bookmark at line -1 to make things less complicated</em>
|
|
<a id='L89' name='L89'></a> 89 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/g_new0.html' title='Multiple used in 88 places.'>g_new0</a> (<a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a>, 1);
|
|
<a id='L90' name='L90'></a> 90 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = -1;
|
|
<a id='L91' name='L91'></a> 91 <strong class='reserved'>return</strong> <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>;
|
|
<a id='L92' name='L92'></a> 92 <em class='brace'>}</em>
|
|
<a id='L93' name='L93'></a> 93
|
|
<a id='L94' name='L94'></a> 94 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</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 href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
|
|
<a id='L95' name='L95'></a> 95 <em class='brace'>{</em>
|
|
<a id='L96' name='L96'></a> 96 <strong class='reserved'>if</strong> (<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/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L97' name='L97'></a> 97 <strong class='reserved'>break</strong>; <em class='comment'>// gone past it going downward</em>
|
|
<a id='L98' name='L98'></a> 98
|
|
<a id='L99' name='L99'></a> 99 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L100' name='L100'></a> 100 <em class='brace'>{</em>
|
|
<a id='L101' name='L101'></a> 101 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> > <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L102' name='L102'></a> 102 <em class='brace'>{</em>
|
|
<a id='L103' name='L103'></a> 103 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L104' name='L104'></a> 104 <strong class='reserved'>return</strong> <a href='../S/src--editor--bookmark.c.html#L68' title='Defined at 68 in src/editor/bookmark.c.'>double_marks</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='L105' name='L105'></a> 105 <em class='brace'>}</em>
|
|
<a id='L106' name='L106'></a> 106 <em class='brace'>}</em>
|
|
<a id='L107' name='L107'></a> 107 <strong class='reserved'>else</strong>
|
|
<a id='L108' name='L108'></a> 108 <em class='brace'>{</em>
|
|
<a id='L109' name='L109'></a> 109 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L110' name='L110'></a> 110 <strong class='reserved'>return</strong> <a href='../S/src--editor--bookmark.c.html#L68' title='Defined at 68 in src/editor/bookmark.c.'>double_marks</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='L111' name='L111'></a> 111 <em class='brace'>}</em>
|
|
<a id='L112' name='L112'></a> 112 <em class='brace'>}</em>
|
|
<a id='L113' name='L113'></a> 113
|
|
<a id='L114' name='L114'></a> 114 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</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 href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>)
|
|
<a id='L115' name='L115'></a> 115 <em class='brace'>{</em>
|
|
<a id='L116' name='L116'></a> 116 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a> && <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> <= <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L117' name='L117'></a> 117 <strong class='reserved'>break</strong>; <em class='comment'>// gone past it going upward</em>
|
|
<a id='L118' name='L118'></a> 118
|
|
<a id='L119' name='L119'></a> 119 <strong class='reserved'>if</strong> (<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/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L120' name='L120'></a> 120 <em class='brace'>{</em>
|
|
<a id='L121' name='L121'></a> 121 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L122' name='L122'></a> 122 <em class='brace'>{</em>
|
|
<a id='L123' name='L123'></a> 123 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> > <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L124' name='L124'></a> 124 <em class='brace'>{</em>
|
|
<a id='L125' name='L125'></a> 125 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L126' name='L126'></a> 126 <strong class='reserved'>return</strong> <a href='../S/src--editor--bookmark.c.html#L68' title='Defined at 68 in src/editor/bookmark.c.'>double_marks</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='L127' name='L127'></a> 127 <em class='brace'>}</em>
|
|
<a id='L128' name='L128'></a> 128 <em class='brace'>}</em>
|
|
<a id='L129' name='L129'></a> 129 <strong class='reserved'>else</strong>
|
|
<a id='L130' name='L130'></a> 130 <em class='brace'>{</em>
|
|
<a id='L131' name='L131'></a> 131 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L132' name='L132'></a> 132 <strong class='reserved'>return</strong> <a href='../S/src--editor--bookmark.c.html#L68' title='Defined at 68 in src/editor/bookmark.c.'>double_marks</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='L133' name='L133'></a> 133 <em class='brace'>}</em>
|
|
<a id='L134' name='L134'></a> 134 <em class='brace'>}</em>
|
|
<a id='L135' name='L135'></a> 135 <em class='brace'>}</em>
|
|
<a id='L136' name='L136'></a> 136
|
|
<a id='L137' name='L137'></a> 137 <strong class='reserved'>return</strong> <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <em class='comment'>// can't get here</em>
|
|
<a id='L138' name='L138'></a> 138 <em class='brace'>}</em>
|
|
<a id='L139' name='L139'></a> 139
|
|
<a id='L140' name='L140'></a> 140 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L141' name='L141'></a> 141 <em class='comment'>/*** public functions ****************************************************************************/</em>
|
|
<a id='L142' name='L142'></a> 142 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L143' name='L143'></a> 143
|
|
<a id='L144' name='L144'></a> 144 <em class='comment'>/**</em>
|
|
<a id='L145' name='L145'></a> 145 <em class='comment'> * Check if bookmark bookmark exists at this line of this color</em>
|
|
<a id='L146' name='L146'></a> 146 <em class='comment'> *</em>
|
|
<a id='L147' name='L147'></a> 147 <em class='comment'> * @param edit editor object</em>
|
|
<a id='L148' name='L148'></a> 148 <em class='comment'> * @param line line where book mark is</em>
|
|
<a id='L149' name='L149'></a> 149 <em class='comment'> * @param c color of book mark</em>
|
|
<a id='L150' name='L150'></a> 150 <em class='comment'> * @return TRUE if bookmark exists at this line of color c, FALSE otherwise</em>
|
|
<a id='L151' name='L151'></a> 151 <em class='comment'> */</em>
|
|
<a id='L152' name='L152'></a> 152
|
|
<a id='L153' name='L153'></a> 153 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L154' name='L154'></a> 154 <a href='../R/book_mark_query_color.html' title='Multiple referred from 5 places.'>book_mark_query_color</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
|
|
<em class='comment'>/* <a href='#L82'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L176'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+154 src/editor/bookmark.c' /> */</em>
|
|
<a id='L155' name='L155'></a> 155 <em class='brace'>{</em>
|
|
<a id='L156' name='L156'></a> 156 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L157' name='L157'></a> 157 <em class='brace'>{</em>
|
|
<a id='L158' name='L158'></a> 158 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L159' name='L159'></a> 159
|
|
<a id='L160' name='L160'></a> 160 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</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 href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>)
|
|
<a id='L161' name='L161'></a> 161 <em class='brace'>{</em>
|
|
<a id='L162' name='L162'></a> 162 <strong class='reserved'>if</strong> (<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/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L163' name='L163'></a> 163 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L164' name='L164'></a> 164 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
|
|
<a id='L165' name='L165'></a> 165 <strong class='reserved'>return</strong> <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L166' name='L166'></a> 166 <em class='brace'>}</em>
|
|
<a id='L167' name='L167'></a> 167 <em class='brace'>}</em>
|
|
<a id='L168' name='L168'></a> 168
|
|
<a id='L169' name='L169'></a> 169 <strong class='reserved'>return</strong> <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L170' name='L170'></a> 170 <em class='brace'>}</em>
|
|
<a id='L171' name='L171'></a> 171
|
|
<a id='L172' name='L172'></a> 172 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L173' name='L173'></a> 173 <em class='comment'>/** insert a bookmark at this line */</em>
|
|
<a id='L174' name='L174'></a> 174
|
|
<a id='L175' name='L175'></a> 175 <strong class='reserved'>void</strong>
|
|
<a id='L176' name='L176'></a> 176 <a href='../R/book_mark_insert.html' title='Multiple referred from 4 places.'>book_mark_insert</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
|
|
<em class='comment'>/* <a href='#L154'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L218'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+176 src/editor/bookmark.c' /> */</em>
|
|
<a id='L177' name='L177'></a> 177 <em class='brace'>{</em>
|
|
<a id='L178' name='L178'></a> 178 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, *<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
|
|
<a id='L179' name='L179'></a> 179
|
|
<a id='L180' name='L180'></a> 180 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
|
|
<a id='L181' name='L181'></a> 181 <em class='sharp'>#if</em> 0
|
|
<a id='L182' name='L182'></a> 182 <strong class='reserved'>if</strong> (<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/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<a id='L183' name='L183'></a> 183 <em class='brace'>{</em>
|
|
<a id='L184' name='L184'></a> 184 <em class='comment'>// already exists, so just change the color </em>
|
|
<a id='L185' name='L185'></a> 185 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> != <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
|
|
<a id='L186' name='L186'></a> 186 <em class='brace'>{</em>
|
|
<a id='L187' name='L187'></a> 187 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
|
|
<a id='L188' name='L188'></a> 188 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L26' title='Defined at 26 in src/editor/edit-impl.h.'>REDRAW_LINE</a>;
|
|
<a id='L189' name='L189'></a> 189 <em class='brace'>}</em>
|
|
<a id='L190' name='L190'></a> 190 <strong class='reserved'>return</strong>;
|
|
<a id='L191' name='L191'></a> 191 <em class='brace'>}</em>
|
|
<a id='L192' name='L192'></a> 192 <em class='sharp'>#endif</em>
|
|
<a id='L193' name='L193'></a> 193 <em class='comment'>// create list entry</em>
|
|
<a id='L194' name='L194'></a> 194 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/g_new.html' title='Multiple used in 58 places.'>g_new</a> (<a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a>, 1);
|
|
<a id='L195' name='L195'></a> 195 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> = <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
|
|
<a id='L196' name='L196'></a> 196 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> = <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>;
|
|
<a id='L197' name='L197'></a> 197 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>;
|
|
<a id='L198' name='L198'></a> 198 <em class='comment'>// insert into list</em>
|
|
<a id='L199' name='L199'></a> 199 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L200' name='L200'></a> 200 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L201' name='L201'></a> 201 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> = <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
|
|
<a id='L202' name='L202'></a> 202 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> = <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
|
|
<a id='L203' name='L203'></a> 203
|
|
<a id='L204' name='L204'></a> 204 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L26' title='Defined at 26 in src/editor/edit-impl.h.'>REDRAW_LINE</a>;
|
|
<a id='L205' name='L205'></a> 205 <em class='brace'>}</em>
|
|
<a id='L206' name='L206'></a> 206
|
|
<a id='L207' name='L207'></a> 207 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L208' name='L208'></a> 208 <em class='comment'>/**</em>
|
|
<a id='L209' name='L209'></a> 209 <em class='comment'> * Remove a bookmark if there is one at this line matching this color - c of -1 clear all</em>
|
|
<a id='L210' name='L210'></a> 210 <em class='comment'> *</em>
|
|
<a id='L211' name='L211'></a> 211 <em class='comment'> * @param edit editor object</em>
|
|
<a id='L212' name='L212'></a> 212 <em class='comment'> * @param line line where book mark is</em>
|
|
<a id='L213' name='L213'></a> 213 <em class='comment'> * @param c color of book mark or -1 to clear all book marks on this line</em>
|
|
<a id='L214' name='L214'></a> 214 <em class='comment'> * @return FALSE if not found, TRUE otherwise</em>
|
|
<a id='L215' name='L215'></a> 215 <em class='comment'> */</em>
|
|
<a id='L216' name='L216'></a> 216
|
|
<a id='L217' name='L217'></a> 217 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a>
|
|
<a id='L218' name='L218'></a> 218 <a href='../R/book_mark_clear.html' title='Multiple referred from 3 places.'>book_mark_clear</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
|
|
<em class='comment'>/* <a href='#L176'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L252'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+218 src/editor/bookmark.c' /> */</em>
|
|
<a id='L219' name='L219'></a> 219 <em class='brace'>{</em>
|
|
<a id='L220' name='L220'></a> 220 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, *<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
|
|
<a id='L221' name='L221'></a> 221 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>;
|
|
<a id='L222' name='L222'></a> 222
|
|
<a id='L223' name='L223'></a> 223 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L224' name='L224'></a> 224 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L225' name='L225'></a> 225
|
|
<a id='L226' name='L226'></a> 226 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</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 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='L227' name='L227'></a> 227 <em class='brace'>{</em>
|
|
<a id='L228' name='L228'></a> 228 <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/prev.html' title='Multiple used in 95 places.'>prev</a>;
|
|
<a id='L229' name='L229'></a> 229 <strong class='reserved'>if</strong> (<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/line.html' title='Multiple used in 319 places.'>line</a> && (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> || <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == -1))
|
|
<a id='L230' name='L230'></a> 230 <em class='brace'>{</em>
|
|
<a id='L231' name='L231'></a> 231 <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a> = <a href='../Y/TRUE.html' title='Multiple used in 1990 places.'>TRUE</a>;
|
|
<a id='L232' name='L232'></a> 232 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>;
|
|
<a id='L233' name='L233'></a> 233 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>;
|
|
<a id='L234' name='L234'></a> 234 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L235' name='L235'></a> 235 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>;
|
|
<a id='L236' name='L236'></a> 236 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>);
|
|
<a id='L237' name='L237'></a> 237 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L26' title='Defined at 26 in src/editor/edit-impl.h.'>REDRAW_LINE</a>;
|
|
<a id='L238' name='L238'></a> 238 <strong class='reserved'>break</strong>;
|
|
<a id='L239' name='L239'></a> 239 <em class='brace'>}</em>
|
|
<a id='L240' name='L240'></a> 240 <em class='brace'>}</em>
|
|
<a id='L241' name='L241'></a> 241 <em class='comment'>// if there is only our dummy book mark left, clear it for speed</em>
|
|
<a id='L242' name='L242'></a> 242 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/line.html' title='Multiple used in 319 places.'>line</a> == -1 && <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L243' name='L243'></a> 243 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>);
|
|
<a id='L244' name='L244'></a> 244
|
|
<a id='L245' name='L245'></a> 245 <strong class='reserved'>return</strong> <a href='../Y/r.html' title='Multiple used in 859 places.'>r</a>;
|
|
<a id='L246' name='L246'></a> 246 <em class='brace'>}</em>
|
|
<a id='L247' name='L247'></a> 247
|
|
<a id='L248' name='L248'></a> 248 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L249' name='L249'></a> 249 <em class='comment'>/** clear all bookmarks matching this color, if c is -1 clears all */</em>
|
|
<a id='L250' name='L250'></a> 250
|
|
<a id='L251' name='L251'></a> 251 <strong class='reserved'>void</strong>
|
|
<a id='L252' name='L252'></a> 252 <a href='../R/book_mark_flush.html' title='Multiple referred from 5 places.'>book_mark_flush</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a>)
|
|
<em class='comment'>/* <a href='#L218'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L283'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+252 src/editor/bookmark.c' /> */</em>
|
|
<a id='L253' name='L253'></a> 253 <em class='brace'>{</em>
|
|
<a id='L254' name='L254'></a> 254 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>, *<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>;
|
|
<a id='L255' name='L255'></a> 255
|
|
<a id='L256' name='L256'></a> 256 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L257' name='L257'></a> 257 <strong class='reserved'>return</strong>;
|
|
<a id='L258' name='L258'></a> 258
|
|
<a id='L259' name='L259'></a> 259 <strong class='reserved'>while</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L260' name='L260'></a> 260 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>;
|
|
<a id='L261' name='L261'></a> 261
|
|
<a id='L262' name='L262'></a> 262 <strong class='reserved'>for</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a> = <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</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 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='L263' name='L263'></a> 263 <em class='brace'>{</em>
|
|
<a id='L264' name='L264'></a> 264 <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/next.html' title='Multiple used in 212 places.'>next</a>;
|
|
<a id='L265' name='L265'></a> 265 <strong class='reserved'>if</strong> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> || <a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == -1)
|
|
<a id='L266' name='L266'></a> 266 <em class='brace'>{</em>
|
|
<a id='L267' name='L267'></a> 267 <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> = <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>;
|
|
<a id='L268' name='L268'></a> 268 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L269' name='L269'></a> 269 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a> = <a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>-><a href='../Y/prev.html' title='Multiple used in 95 places.'>prev</a>;
|
|
<a id='L270' name='L270'></a> 270 <a href='../Y/g_free.html' title='Multiple used in 1114 places.'>g_free</a> (<a href='../Y/q.html' title='Multiple used in 361 places.'>q</a>);
|
|
<a id='L271' name='L271'></a> 271 <em class='brace'>}</em>
|
|
<a id='L272' name='L272'></a> 272 <em class='brace'>}</em>
|
|
<a id='L273' name='L273'></a> 273 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L274' name='L274'></a> 274 <a href='../S/lib--util.h.html#L25' title='Defined at 25 in lib/util.h.'>MC_PTR_FREE</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a>);
|
|
<a id='L275' name='L275'></a> 275
|
|
<a id='L276' name='L276'></a> 276 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/force.html' title='Multiple used in 133 places.'>force</a> |= <a href='../S/src--editor--edit-impl.h.html#L31' title='Defined at 31 in src/editor/edit-impl.h.'>REDRAW_PAGE</a>;
|
|
<a id='L277' name='L277'></a> 277 <em class='brace'>}</em>
|
|
<a id='L278' name='L278'></a> 278
|
|
<a id='L279' name='L279'></a> 279 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L280' name='L280'></a> 280 <em class='comment'>/** shift down bookmarks after this line */</em>
|
|
<a id='L281' name='L281'></a> 281
|
|
<a id='L282' name='L282'></a> 282 <strong class='reserved'>void</strong>
|
|
<a id='L283' name='L283'></a> 283 <a href='../R/book_mark_inc.html' title='Multiple referred from 3 places.'>book_mark_inc</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<em class='comment'>/* <a href='#L252'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L299'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+283 src/editor/bookmark.c' /> */</em>
|
|
<a id='L284' name='L284'></a> 284 <em class='brace'>{</em>
|
|
<a id='L285' name='L285'></a> 285 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L286' name='L286'></a> 286 <em class='brace'>{</em>
|
|
<a id='L287' name='L287'></a> 287 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L288' name='L288'></a> 288
|
|
<a id='L289' name='L289'></a> 289 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
|
|
<a id='L290' name='L290'></a> 290 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</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 href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
|
|
<a id='L291' name='L291'></a> 291 <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 id='L292' name='L292'></a> 292 <em class='brace'>}</em>
|
|
<a id='L293' name='L293'></a> 293 <em class='brace'>}</em>
|
|
<a id='L294' name='L294'></a> 294
|
|
<a id='L295' name='L295'></a> 295 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L296' name='L296'></a> 296 <em class='comment'>/** shift up bookmarks after this line */</em>
|
|
<a id='L297' name='L297'></a> 297
|
|
<a id='L298' name='L298'></a> 298 <strong class='reserved'>void</strong>
|
|
<a id='L299' name='L299'></a> 299 <a href='../R/book_mark_dec.html' title='Multiple referred from 3 places.'>book_mark_dec</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>long</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>)
|
|
<em class='comment'>/* <a href='#L283'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L315'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+299 src/editor/bookmark.c' /> */</em>
|
|
<a id='L300' name='L300'></a> 300 <em class='brace'>{</em>
|
|
<a id='L301' name='L301'></a> 301 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L302' name='L302'></a> 302 <em class='brace'>{</em>
|
|
<a id='L303' name='L303'></a> 303 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L304' name='L304'></a> 304
|
|
<a id='L305' name='L305'></a> 305 <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>);
|
|
<a id='L306' name='L306'></a> 306 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</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 href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
|
|
<a id='L307' name='L307'></a> 307 <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 id='L308' name='L308'></a> 308 <em class='brace'>}</em>
|
|
<a id='L309' name='L309'></a> 309 <em class='brace'>}</em>
|
|
<a id='L310' name='L310'></a> 310
|
|
<a id='L311' name='L311'></a> 311 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L312' name='L312'></a> 312 <em class='comment'>/** prepare line positions of bookmarks to be saved to file */</em>
|
|
<a id='L313' name='L313'></a> 313
|
|
<a id='L314' name='L314'></a> 314 <strong class='reserved'>void</strong>
|
|
<a id='L315' name='L315'></a> 315 <a href='../R/book_mark_serialize.html' title='Multiple referred from 2 places.'>book_mark_serialize</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/color.html' title='Multiple used in 171 places.'>color</a>)
|
|
<em class='comment'>/* <a href='#L299'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><a href='#L338'><img class='icon' src='../icons/right.png' alt='[next]' /></a><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+315 src/editor/bookmark.c' /> */</em>
|
|
<a id='L316' name='L316'></a> 316 <em class='brace'>{</em>
|
|
<a id='L317' name='L317'></a> 317 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L318' name='L318'></a> 318 <a href='../Y/g_array_set_size.html' title='Multiple used in 7 places.'>g_array_set_size</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a>, 0);
|
|
<a id='L319' name='L319'></a> 319
|
|
<a id='L320' name='L320'></a> 320 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/book_mark.html' title='Multiple used in 37 places.'>book_mark</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L321' name='L321'></a> 321 <em class='brace'>{</em>
|
|
<a id='L322' name='L322'></a> 322 <a href='../D/edit_book_mark_t.html' title='Multiple defined in 2 places.'>edit_book_mark_t</a> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
|
|
<a id='L323' name='L323'></a> 323
|
|
<a id='L324' name='L324'></a> 324 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a> == <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L325' name='L325'></a> 325 <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a> =
|
|
<a id='L326' name='L326'></a> 326 <a href='../Y/g_array_sized_new.html' title='Multiple used in 7 places.'>g_array_sized_new</a> (<a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <a href='../Y/FALSE.html' title='Multiple used in 1723 places.'>FALSE</a>, <strong class='reserved'>sizeof</strong> (<a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a>), <a href='../S/lib--util.h.html#L23' title='Defined at 23 in lib/util.h.'>MAX_SAVED_BOOKMARKS</a>);
|
|
<a id='L327' name='L327'></a> 327
|
|
<a id='L328' name='L328'></a> 328 <strong class='reserved'>for</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../S/src--editor--bookmark.c.html#L82' title='Defined at 82 in src/editor/bookmark.c.'>book_mark_find</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, 0); <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>; <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a> = <a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/next.html' title='Multiple used in 212 places.'>next</a>)
|
|
<a id='L329' name='L329'></a> 329 <strong class='reserved'>if</strong> (<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>-><a href='../Y/c.html' title='Multiple used in 818 places.'>c</a> == <a href='../Y/color.html' title='Multiple used in 171 places.'>color</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> >= 0)
|
|
<a id='L330' name='L330'></a> 330 <a href='../Y/g_array_append_val.html' title='Multiple used in 39 places.'>g_array_append_val</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</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 id='L331' name='L331'></a> 331 <em class='brace'>}</em>
|
|
<a id='L332' name='L332'></a> 332 <em class='brace'>}</em>
|
|
<a id='L333' name='L333'></a> 333
|
|
<a id='L334' name='L334'></a> 334 <em class='comment'>/* --------------------------------------------------------------------------------------------- */</em>
|
|
<a id='L335' name='L335'></a> 335 <em class='comment'>/** restore bookmarks from saved line positions */</em>
|
|
<a id='L336' name='L336'></a> 336
|
|
<a id='L337' name='L337'></a> 337 <strong class='reserved'>void</strong>
|
|
<a id='L338' name='L338'></a> 338 <a href='../R/book_mark_restore.html' title='Multiple referred from 2 places.'>book_mark_restore</a> (<a href='../D/WEdit.html' title='Multiple defined in 2 places.'>WEdit</a> *<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <strong class='reserved'>int</strong> <a href='../Y/color.html' title='Multiple used in 171 places.'>color</a>)
|
|
<em class='comment'>/* <a href='#L315'><img class='icon' src='../icons/left.png' alt='[previous]' /></a><img class='icon' src='../icons/n_right.png' alt='[next]' /><a href='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><img class='icon' src='../icons/n_last.png' alt='[last]' /><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><a href='#BOTTOM'><img class='icon' src='../icons/bottom.png' alt='[bottom]' /></a><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+338 src/editor/bookmark.c' /> */</em>
|
|
<a id='L339' name='L339'></a> 339 <em class='brace'>{</em>
|
|
<a id='L340' name='L340'></a> 340 <strong class='reserved'>if</strong> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a> != <a href='../Y/NULL.html' title='Multiple used in 5498 places.'>NULL</a>)
|
|
<a id='L341' name='L341'></a> 341 <em class='brace'>{</em>
|
|
<a id='L342' name='L342'></a> 342 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>;
|
|
<a id='L343' name='L343'></a> 343
|
|
<a id='L344' name='L344'></a> 344 <strong class='reserved'>for</strong> (<a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> = 0; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a> < <a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a>-><a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>; <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>++)
|
|
<a id='L345' name='L345'></a> 345 <a href='../S/src--editor--bookmark.c.html#L176' title='Defined at 176 in src/editor/bookmark.c.'>book_mark_insert</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>, <a href='../Y/g_array_index.html' title='Multiple used in 55 places.'>g_array_index</a> (<a href='../Y/edit.html' title='Multiple used in 2245 places.'>edit</a>-><a href='../Y/serialized_bookmarks.html' title='Multiple used in 14 places.'>serialized_bookmarks</a>, <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a>, <a href='../Y/i.html' title='Multiple used in 1934 places.'>i</a>), <a href='../Y/color.html' title='Multiple used in 171 places.'>color</a>);
|
|
<a id='L346' name='L346'></a> 346 <em class='brace'>}</em>
|
|
<a id='L347' name='L347'></a> 347 <em class='brace'>}</em>
|
|
<a id='L348' name='L348'></a> 348
|
|
<a id='L349' name='L349'></a> 349 <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='#L68'><img class='icon' src='../icons/first.png' alt='[first]' /></a><a href='#L338'><img class='icon' src='../icons/last.png' alt='[last]' /></a><a href='#TOP'><img class='icon' src='../icons/top.png' alt='[top]' /></a><img class='icon' src='../icons/n_bottom.png' alt='[bottom]' /><a href='../mains.html'><img class='icon' src='../icons/index.png' alt='[index]' /></a><a href='../help.html'><img class='icon' src='../icons/help.png' alt='[help]' /></a> <input type='text' readonly onfocus='this.select();' value='+349 src/editor/bookmark.c' /> */</em>
|
|
</body>
|
|
</html>
|