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

187 lines
24 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/diffviewer/internal.h</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='#TOP'><img class='icon' src='../icons/first.png' alt='[^]' /></a></li>
<li><a href='#BOTTOM'><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--diffviewer.html'>diffviewer</a>/internal.h</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--diffviewer.html'>diffviewer</a>/internal.h</h2>
<em class='comment'>/* <img class='icon' src='../icons/n_left.png' alt='[previous]' /><img class='icon' src='../icons/n_right.png' alt='[next]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><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/diffviewer/internal.h' /> */</em>
<hr />
<h2 class='header'><a href='../J/internal.h.html' title='Multiple included from 40 places.'>INCLUDED FROM</a></h2>
<hr />
<pre>
<a id='L1' name='L1'></a> 1 <em class='sharp'>#ifndef</em> <a href='../S/src--diffviewer--internal.h.html#L2' title='Defined at 2 in src/diffviewer/internal.h.'>MC__DIFFVIEW_INTERNAL_H</a>
<a id='L2' name='L2'></a> 2 <em class='sharp'>#define</em> <a href='../S/src--diffviewer--internal.h.html#L1' title='Referred from 1 in src/diffviewer/internal.h.'>MC__DIFFVIEW_INTERNAL_H</a>
<a id='L3' name='L3'></a> 3
<a id='L4' name='L4'></a> 4 <em class='sharp'>#include</em> "<a href='lib--global.h.html'>lib/global.h</a>"
<a id='L5' name='L5'></a> 5 <em class='sharp'>#include</em> "<a href='lib--mcconfig.h.html'>lib/mcconfig.h</a>"
<a id='L6' name='L6'></a> 6 <em class='sharp'>#include</em> "<a href='lib--search.h.html'>lib/search.h</a>"
<a id='L7' name='L7'></a> 7 <em class='sharp'>#include</em> "<a href='lib--tty--color.h.html'>lib/tty/color.h</a>"
<a id='L8' name='L8'></a> 8 <em class='sharp'>#include</em> "<a href='lib--widget.h.html'>lib/widget.h</a>"
<a id='L9' name='L9'></a> 9
<a id='L10' name='L10'></a> 10 <em class='comment'>/*** typedefs(not structures) and defined constants **********************************************/</em>
<a id='L11' name='L11'></a> 11
<a id='L12' name='L12'></a> 12 <strong class='reserved'>typedef</strong> <strong class='reserved'>int</strong> (*<a href='../Y/DFUNC.html' title='Multiple used in 3 places.'>DFUNC</a>) (<strong class='reserved'>void</strong> *<a href='../Y/ctx.html' title='Multiple used in 598 places.'>ctx</a>, <strong class='reserved'>int</strong> <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a>, <strong class='reserved'>int</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>, <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/off.html' title='Multiple used in 54 places.'>off</a>, <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/sz.html' title='Multiple used in 79 places.'>sz</a>, <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/str.html' title='Multiple used in 654 places.'>str</a>);
<a id='L13' name='L13'></a> 13 <strong class='reserved'>typedef</strong> <strong class='reserved'>int</strong> <a href='../R/PAIR.html' title='Multiple referred from 8 places.'>PAIR</a>[2];
<a id='L14' name='L14'></a> 14
<a id='L15' name='L15'></a> 15 <em class='sharp'>#define</em> <a href='../R/error_dialog.html' title='Multiple referred from 3 places.'>error_dialog</a>(<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>) <a href='../S/lib--widget--wtools.c.html#L238' title='Defined at 238 in lib/widget/wtools.c.'>query_dialog</a> (<a href='../Y/h.html' title='Multiple used in 496 places.'>h</a>, <a href='../Y/s.html' title='Multiple used in 822 places.'>s</a>, <a href='../S/lib--widget--wtools.h.html#L31' title='Defined at 31 in lib/widget/wtools.h.'>D_ERROR</a>, 1, <a href='../D/_.html' title='Multiple defined in 2 places.'>_</a> ("&amp;Dismiss"))
<a id='L16' name='L16'></a> 16
<a id='L17' name='L17'></a> 17 <em class='comment'>/*** enums ***************************************************************************************/</em>
<a id='L18' name='L18'></a> 18
<a id='L19' name='L19'></a> 19 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L20' name='L20'></a> 20 <em class='brace'>{</em>
<a id='L21' name='L21'></a> 21 <a href='../R/DATA_SRC_MEM.html' title='Multiple referred from 8 places.'>DATA_SRC_MEM</a> = 0,
<a id='L22' name='L22'></a> 22 <a href='../R/DATA_SRC_TMP.html' title='Multiple referred from 4 places.'>DATA_SRC_TMP</a> = 1,
<a id='L23' name='L23'></a> 23 <a href='../S/src--diffviewer--ydiff.c.html#L2387' title='Referred from 2387 in src/diffviewer/ydiff.c.'>DATA_SRC_ORG</a> = 2
<a id='L24' name='L24'></a> 24 <em class='brace'>}</em> <a href='../R/DSRC.html' title='Multiple referred from 4 places.'>DSRC</a>;
<a id='L25' name='L25'></a> 25
<a id='L26' name='L26'></a> 26 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L27' name='L27'></a> 27 <em class='brace'>{</em>
<a id='L28' name='L28'></a> 28 <a href='../R/DIFF_LEFT.html' title='Multiple referred from 68 places.'>DIFF_LEFT</a> = 0,
<a id='L29' name='L29'></a> 29 <a href='../R/DIFF_RIGHT.html' title='Multiple referred from 58 places.'>DIFF_RIGHT</a> = 1,
<a id='L30' name='L30'></a> 30 <a href='../R/DIFF_COUNT.html' title='Multiple referred from 6 places.'>DIFF_COUNT</a> = 2
<a id='L31' name='L31'></a> 31 <em class='brace'>}</em> <a href='../R/diff_place_t.html' title='Multiple referred from 11 places.'>diff_place_t</a>;
<a id='L32' name='L32'></a> 32
<a id='L33' name='L33'></a> 33 <strong class='reserved'>typedef</strong> <strong class='reserved'>enum</strong>
<a id='L34' name='L34'></a> 34 <em class='brace'>{</em>
<a id='L35' name='L35'></a> 35 DIFF_NONE = 0,
<a id='L36' name='L36'></a> 36 <a href='../R/DIFF_ADD.html' title='Multiple referred from 2 places.'>DIFF_ADD</a> = 1,
<a id='L37' name='L37'></a> 37 <a href='../R/DIFF_DEL.html' title='Multiple referred from 2 places.'>DIFF_DEL</a> = 2,
<a id='L38' name='L38'></a> 38 <a href='../R/DIFF_CHG.html' title='Multiple referred from 2 places.'>DIFF_CHG</a> = 3
<a id='L39' name='L39'></a> 39 <em class='brace'>}</em> DiffState;
<a id='L40' name='L40'></a> 40
<a id='L41' name='L41'></a> 41 <em class='comment'>/*** structures declarations (and typedefs of structures)*****************************************/</em>
<a id='L42' name='L42'></a> 42
<a id='L43' name='L43'></a> 43 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L44' name='L44'></a> 44 <em class='brace'>{</em>
<a id='L45' name='L45'></a> 45 <strong class='reserved'>int</strong> <a href='../Y/fd.html' title='Multiple used in 250 places.'>fd</a>;
<a id='L46' name='L46'></a> 46 <strong class='reserved'>int</strong> <a href='../Y/pos.html' title='Multiple used in 315 places.'>pos</a>;
<a id='L47' name='L47'></a> 47 <strong class='reserved'>int</strong> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>;
<a id='L48' name='L48'></a> 48 <strong class='reserved'>char</strong> *<a href='../Y/buf.html' title='Multiple used in 655 places.'>buf</a>;
<a id='L49' name='L49'></a> 49 <strong class='reserved'>int</strong> <a href='../Y/flags.html' title='Multiple used in 398 places.'>flags</a>;
<a id='L50' name='L50'></a> 50 <strong class='reserved'>void</strong> *<a href='../Y/data.html' title='Multiple used in 916 places.'>data</a>;
<a id='L51' name='L51'></a> 51 <em class='brace'>}</em> <a href='../R/FBUF.html' title='Multiple referred from 28 places.'>FBUF</a>;
<a id='L52' name='L52'></a> 52
<a id='L53' name='L53'></a> 53 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L54' name='L54'></a> 54 <em class='brace'>{</em>
<a id='L55' name='L55'></a> 55 <strong class='reserved'>int</strong> <a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>[2][2];
<a id='L56' name='L56'></a> 56 <strong class='reserved'>int</strong> <a href='../Y/cmd.html' title='Multiple used in 105 places.'>cmd</a>;
<a id='L57' name='L57'></a> 57 <em class='brace'>}</em> <a href='../R/DIFFCMD.html' title='Multiple referred from 4 places.'>DIFFCMD</a>;
<a id='L58' name='L58'></a> 58
<a id='L59' name='L59'></a> 59 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L60' name='L60'></a> 60 <em class='brace'>{</em>
<a id='L61' name='L61'></a> 61 <strong class='reserved'>int</strong> <a href='../Y/off.html' title='Multiple used in 54 places.'>off</a>;
<a id='L62' name='L62'></a> 62 <strong class='reserved'>int</strong> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>;
<a id='L63' name='L63'></a> 63 <em class='brace'>}</em> <a href='../Y/BRACKET.html' title='Multiple used in 8 places.'>BRACKET</a>[<a href='../R/DIFF_COUNT.html' title='Multiple referred from 6 places.'>DIFF_COUNT</a>];
<a id='L64' name='L64'></a> 64
<a id='L65' name='L65'></a> 65 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L66' name='L66'></a> 66 <em class='brace'>{</em>
<a id='L67' name='L67'></a> 67 <strong class='reserved'>int</strong> <a href='../Y/ch.html' title='Multiple used in 230 places.'>ch</a>;
<a id='L68' name='L68'></a> 68 <strong class='reserved'>int</strong> <a href='../Y/line.html' title='Multiple used in 319 places.'>line</a>;
<a id='L69' name='L69'></a> 69 <strong class='reserved'>union</strong>
<a id='L70' name='L70'></a> 70 <em class='brace'>{</em>
<a id='L71' name='L71'></a> 71 <a href='../Y/off_t.html' title='Multiple used in 615 places.'>off_t</a> <a href='../Y/off.html' title='Multiple used in 54 places.'>off</a>;
<a id='L72' name='L72'></a> 72 <a href='../Y/size_t.html' title='Multiple used in 711 places.'>size_t</a> <a href='../Y/len.html' title='Multiple used in 1039 places.'>len</a>;
<a id='L73' name='L73'></a> 73 <em class='brace'>}</em> <a href='../Y/u.html' title='Multiple used in 189 places.'>u</a>;
<a id='L74' name='L74'></a> 74 <strong class='reserved'>void</strong> *<a href='../Y/p.html' title='Multiple used in 1572 places.'>p</a>;
<a id='L75' name='L75'></a> 75 <em class='brace'>}</em> <a href='../R/DIFFLN.html' title='Multiple referred from 36 places.'>DIFFLN</a>;
<a id='L76' name='L76'></a> 76
<a id='L77' name='L77'></a> 77 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong>
<a id='L78' name='L78'></a> 78 <em class='brace'>{</em>
<a id='L79' name='L79'></a> 79 <a href='../S/src--diffviewer--internal.h.html#L51' title='Defined at 51 in src/diffviewer/internal.h.'>FBUF</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>;
<a id='L80' name='L80'></a> 80 <a href='../Y/GArray.html' title='Multiple used in 83 places.'>GArray</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>;
<a id='L81' name='L81'></a> 81 <a href='../S/src--diffviewer--internal.h.html#L24' title='Defined at 24 in src/diffviewer/internal.h.'>DSRC</a> <a href='../Y/dsrc.html' title='Multiple used in 18 places.'>dsrc</a>;
<a id='L82' name='L82'></a> 82 <em class='brace'>}</em> <a href='../R/PRINTER_CTX.html' title='Multiple referred from 4 places.'>PRINTER_CTX</a>;
<a id='L83' name='L83'></a> 83
<a id='L84' name='L84'></a> 84 <strong class='reserved'>typedef</strong> <strong class='reserved'>struct</strong> <a href='../R/WDiff.html' title='Multiple referred from 46 places.'>WDiff</a>
<a id='L85' name='L85'></a> 85 <em class='brace'>{</em>
<a id='L86' name='L86'></a> 86 <a href='../D/Widget.html' title='Multiple defined in 2 places.'>Widget</a> <a href='../Y/widget.html' title='Multiple used in 164 places.'>widget</a>;
<a id='L87' name='L87'></a> 87
<a id='L88' name='L88'></a> 88 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/args.html' title='Multiple used in 109 places.'>args</a>; <em class='comment'>// Args passed to diff</em>
<a id='L89' name='L89'></a> 89 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *<a href='../Y/file.html' title='Multiple used in 345 places.'>file</a>[<a href='../D/DIFF_COUNT.html' title='Multiple defined in 2 places.'>DIFF_COUNT</a>]; <em class='comment'>// filenames</em>
<a id='L90' name='L90'></a> 90 <strong class='reserved'>char</strong> *<a href='../Y/label.html' title='Multiple used in 143 places.'>label</a>[<a href='../D/DIFF_COUNT.html' title='Multiple defined in 2 places.'>DIFF_COUNT</a>];
<a id='L91' name='L91'></a> 91 <a href='../S/src--diffviewer--internal.h.html#L51' title='Defined at 51 in src/diffviewer/internal.h.'>FBUF</a> *<a href='../Y/f.html' title='Multiple used in 318 places.'>f</a>[<a href='../D/DIFF_COUNT.html' title='Multiple defined in 2 places.'>DIFF_COUNT</a>];
<a id='L92' name='L92'></a> 92 <strong class='reserved'>const</strong> <strong class='reserved'>char</strong> *backup_sufix;
<a id='L93' name='L93'></a> 93 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/merged.html' title='Multiple used in 15 places.'>merged</a>[<a href='../D/DIFF_COUNT.html' title='Multiple defined in 2 places.'>DIFF_COUNT</a>];
<a id='L94' name='L94'></a> 94 <a href='../Y/GArray.html' title='Multiple used in 83 places.'>GArray</a> *<a href='../Y/a.html' title='Multiple used in 466 places.'>a</a>[<a href='../D/DIFF_COUNT.html' title='Multiple defined in 2 places.'>DIFF_COUNT</a>];
<a id='L95' name='L95'></a> 95 <a href='../Y/GPtrArray.html' title='Multiple used in 93 places.'>GPtrArray</a> *<a href='../Y/hdiff.html' title='Multiple used in 26 places.'>hdiff</a>;
<a id='L96' name='L96'></a> 96 <strong class='reserved'>int</strong> <a href='../Y/ndiff.html' title='Multiple used in 11 places.'>ndiff</a>; <em class='comment'>// number of hunks</em>
<a id='L97' name='L97'></a> 97 <a href='../S/src--diffviewer--internal.h.html#L24' title='Defined at 24 in src/diffviewer/internal.h.'>DSRC</a> <a href='../Y/dsrc.html' title='Multiple used in 18 places.'>dsrc</a>; <em class='comment'>// data source: memory or temporary file</em>
<a id='L98' name='L98'></a> 98
<a id='L99' name='L99'></a> 99 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/view_quit.html' title='Multiple used in 5 places.'>view_quit</a>; <em class='comment'>// Quit flag</em>
<a id='L100' name='L100'></a> 100
<a id='L101' name='L101'></a> 101 <strong class='reserved'>int</strong> <a href='../Y/height.html' title='Multiple used in 53 places.'>height</a>;
<a id='L102' name='L102'></a> 102 <strong class='reserved'>int</strong> <a href='../Y/half1.html' title='Multiple used in 6 places.'>half1</a>;
<a id='L103' name='L103'></a> 103 <strong class='reserved'>int</strong> <a href='../Y/half2.html' title='Multiple used in 5 places.'>half2</a>;
<a id='L104' name='L104'></a> 104 <strong class='reserved'>int</strong> <a href='../Y/width1.html' title='Multiple used in 54 places.'>width1</a>;
<a id='L105' name='L105'></a> 105 <strong class='reserved'>int</strong> <a href='../Y/width2.html' title='Multiple used in 23 places.'>width2</a>;
<a id='L106' name='L106'></a> 106 <strong class='reserved'>int</strong> <a href='../Y/bias.html' title='Multiple used in 10 places.'>bias</a>;
<a id='L107' name='L107'></a> 107 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/new_frame.html' title='Multiple used in 13 places.'>new_frame</a>;
<a id='L108' name='L108'></a> 108 <strong class='reserved'>int</strong> <a href='../Y/skip_rows.html' title='Multiple used in 32 places.'>skip_rows</a>;
<a id='L109' name='L109'></a> 109 <strong class='reserved'>int</strong> <a href='../Y/skip_cols.html' title='Multiple used in 11 places.'>skip_cols</a>;
<a id='L110' name='L110'></a> 110 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/display_symbols.html' title='Multiple used in 11 places.'>display_symbols</a>;
<a id='L111' name='L111'></a> 111 <strong class='reserved'>int</strong> <a href='../Y/display_numbers.html' title='Multiple used in 21 places.'>display_numbers</a>;
<a id='L112' name='L112'></a> 112 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/show_cr.html' title='Multiple used in 12 places.'>show_cr</a>;
<a id='L113' name='L113'></a> 113 <strong class='reserved'>int</strong> <a href='../Y/tab_size.html' title='Multiple used in 18 places.'>tab_size</a>;
<a id='L114' name='L114'></a> 114 <a href='../S/src--diffviewer--internal.h.html#L31' title='Defined at 31 in src/diffviewer/internal.h.'>diff_place_t</a> <a href='../Y/ord.html' title='Multiple used in 52 places.'>ord</a>;
<a id='L115' name='L115'></a> 115 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/full.html' title='Multiple used in 7 places.'>full</a>;
<a id='L116' name='L116'></a> 116
<a id='L117' name='L117'></a> 117 <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>;
<a id='L118' name='L118'></a> 118 <em class='comment'>// converter for translation of text</em>
<a id='L119' name='L119'></a> 119 <a href='../Y/GIConv.html' title='Multiple used in 62 places.'>GIConv</a> <a href='../Y/converter.html' title='Multiple used in 63 places.'>converter</a>;
<a id='L120' name='L120'></a> 120
<a id='L121' name='L121'></a> 121 <strong class='reserved'>struct</strong>
<a id='L122' name='L122'></a> 122 <em class='brace'>{</em>
<a id='L123' name='L123'></a> 123 <strong class='reserved'>int</strong> <a href='../Y/quality.html' title='Multiple used in 6 places.'>quality</a>;
<a id='L124' name='L124'></a> 124 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/strip_trailing_cr.html' title='Multiple used in 5 places.'>strip_trailing_cr</a>;
<a id='L125' name='L125'></a> 125 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ignore_tab_expansion.html' title='Multiple used in 5 places.'>ignore_tab_expansion</a>;
<a id='L126' name='L126'></a> 126 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ignore_space_change.html' title='Multiple used in 5 places.'>ignore_space_change</a>;
<a id='L127' name='L127'></a> 127 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ignore_all_space.html' title='Multiple used in 5 places.'>ignore_all_space</a>;
<a id='L128' name='L128'></a> 128 <a href='../Y/gboolean.html' title='Multiple used in 1942 places.'>gboolean</a> <a href='../Y/ignore_case.html' title='Multiple used in 12 places.'>ignore_case</a>;
<a id='L129' name='L129'></a> 129 <em class='brace'>}</em> <a href='../Y/opt.html' title='Multiple used in 29 places.'>opt</a>;
<a id='L130' name='L130'></a> 130
<a id='L131' name='L131'></a> 131 <em class='comment'>// Search variables</em>
<a id='L132' name='L132'></a> 132 <strong class='reserved'>struct</strong>
<a id='L133' name='L133'></a> 133 <em class='brace'>{</em>
<a id='L134' name='L134'></a> 134 <a href='../S/lib--search.h.html#L123' title='Defined at 123 in lib/search.h.'>mc_search_t</a> *<a href='../Y/handle.html' title='Multiple used in 149 places.'>handle</a>;
<a id='L135' name='L135'></a> 135 <a href='../Y/gchar.html' title='Multiple used in 321 places.'>gchar</a> *<a href='../Y/last_string.html' title='Multiple used in 6 places.'>last_string</a>;
<a id='L136' name='L136'></a> 136
<a id='L137' name='L137'></a> 137 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/last_found_line.html' title='Multiple used in 6 places.'>last_found_line</a>;
<a id='L138' name='L138'></a> 138 <a href='../Y/ssize_t.html' title='Multiple used in 180 places.'>ssize_t</a> <a href='../Y/last_accessed_num_line.html' title='Multiple used in 26 places.'>last_accessed_num_line</a>;
<a id='L139' name='L139'></a> 139 <em class='brace'>}</em> <a href='../Y/search.html' title='Multiple used in 198 places.'>search</a>;
<a id='L140' name='L140'></a> 140 <em class='brace'>}</em> <a href='../R/WDiff.html' title='Multiple referred from 46 places.'>WDiff</a>;
<a id='L141' name='L141'></a> 141
<a id='L142' name='L142'></a> 142 <em class='comment'>/*** global variables defined in .c file *********************************************************/</em>
<a id='L143' name='L143'></a> 143
<a id='L144' name='L144'></a> 144 <em class='comment'>/*** declarations of public functions ************************************************************/</em>
<a id='L145' name='L145'></a> 145
<a id='L146' name='L146'></a> 146 <em class='comment'>/* search.c */</em>
<a id='L147' name='L147'></a> 147 <strong class='reserved'>void</strong> <a href='../S/src--diffviewer--search.c.html#L243' title='Defined at 243 in src/diffviewer/search.c.'>dview_search_cmd</a> (<a href='../D/WDiff.html' title='Multiple defined in 2 places.'>WDiff</a> *<a href='../Y/dview.html' title='Multiple used in 409 places.'>dview</a>);
<a id='L148' name='L148'></a> 148 <strong class='reserved'>void</strong> <a href='../S/src--diffviewer--search.c.html#L271' title='Defined at 271 in src/diffviewer/search.c.'>dview_continue_search_cmd</a> (<a href='../D/WDiff.html' title='Multiple defined in 2 places.'>WDiff</a> *<a href='../Y/dview.html' title='Multiple used in 409 places.'>dview</a>);
<a id='L149' name='L149'></a> 149
<a id='L150' name='L150'></a> 150 <em class='sharp'>#endif</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]' /><img class='icon' src='../icons/n_first.png' alt='[first]' /><img class='icon' src='../icons/n_last.png' alt='[last]' /><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='+150 src/diffviewer/internal.h' /> */</em>
</body>
</html>