Files
source/Y/mark1.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

76 lines
12 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>mark1</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>
<pre>
<span class='curline'><a href='../S/src--editor--edit.c.html#L942'>mark1</a> 942 src/editor/edit.c if (edit-&gt;column_highlight &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2 &amp;&amp; edit-&gt;over_col == 0</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L981'>mark1</a> 981 src/editor/edit.c if (edit-&gt;column_highlight &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2 &amp;&amp; edit-&gt;over_col == 0</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1041'>mark1</a> 1041 src/editor/edit.c if (edit-&gt;column_highlight &amp;&amp; edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1200'>mark1</a> 1200 src/editor/edit.c edit-&gt;mark1 = ac - MARK_1;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1201'>mark1</a> 1201 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1202'>mark1</a> 1202 src/editor/edit.c edit-&gt;column1 = (long) edit_move_forward3 (edit, b, 0, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1286'>mark1</a> 1286 src/editor/edit.c edit-&gt;mark1 = ac - MARK_1;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1287'>mark1</a> 1287 src/editor/edit.c b = edit_buffer_get_bol (&amp;edit-&gt;buffer, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1288'>mark1</a> 1288 src/editor/edit.c edit-&gt;column1 = (long) edit_move_forward3 (edit, b, 0, edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2032'>mark1</a> 2032 src/editor/edit.c off_t mark1, mark2;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2035'>mark1</a> 2035 src/editor/edit.c blocklen = edit_insert_column_from_file (edit, file, &amp;mark1, &amp;mark2, &amp;c1, &amp;c2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2559'>mark1</a> 2559 src/editor/edit.c edit-&gt;mark1 += (edit-&gt;mark1 &gt; edit-&gt;buffer.curs1) ? 1 : 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2591'>mark1</a> 2591 src/editor/edit.c edit-&gt;mark1 += (edit-&gt;mark1 &gt;= edit-&gt;buffer.curs1) ? 1 : 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2631'>mark1</a> 2631 src/editor/edit.c if (edit-&gt;mark2 != edit-&gt;mark1)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2636'>mark1</a> 2636 src/editor/edit.c if (edit-&gt;mark1 &gt; edit-&gt;buffer.curs1)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2638'>mark1</a> 2638 src/editor/edit.c edit-&gt;mark1--;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2680'>mark1</a> 2680 src/editor/edit.c if (edit-&gt;mark2 != edit-&gt;mark1)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2692'>mark1</a> 2692 src/editor/edit.c if (edit-&gt;mark1 &gt;= edit-&gt;buffer.curs1)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2694'>mark1</a> 2694 src/editor/edit.c edit-&gt;mark1--;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3061'>mark1</a> 3061 src/editor/edit.c edit_push_undo_action (edit, MARK_1 + edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3071'>mark1</a> 3071 src/editor/edit.c edit-&gt;mark1 = m1;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3089'>mark1</a> 3089 src/editor/edit.c if (edit-&gt;mark1 == edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3103'>mark1</a> 3103 src/editor/edit.c *start_mark = MIN (edit-&gt;mark1, edit-&gt;mark2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3104'>mark1</a> 3104 src/editor/edit.c *end_mark = MAX (edit-&gt;mark1, edit-&gt;mark2);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3108'>mark1</a> 3108 src/editor/edit.c *start_mark = MIN (edit-&gt;mark1, end_mark_curs);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3109'>mark1</a> 3109 src/editor/edit.c *end_mark = MAX (edit-&gt;mark1, end_mark_curs);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3114'>mark1</a> 3114 src/editor/edit.c &amp;&amp; ((edit-&gt;mark1 &gt; end_mark_curs &amp;&amp; edit-&gt;column1 &lt; edit-&gt;column2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3115'>mark1</a> 3115 src/editor/edit.c || (edit-&gt;mark1 &lt; end_mark_curs &amp;&amp; edit-&gt;column1 &gt; edit-&gt;column2)))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3165'>mark1</a> 3165 src/editor/edit.c edit_set_markers (edit, edit-&gt;mark1, edit-&gt;buffer.curs1, edit-&gt;column1,</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3189'>mark1</a> 3189 src/editor/edit.c edit-&gt;mark1 = pos;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3212'>mark1</a> 3212 src/editor/edit.c edit-&gt;mark1 = edit_buffer_get_current_bol (&amp;edit-&gt;buffer);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3254'>mark1</a> 3254 src/editor/edit.c edit_push_undo_action (edit, MARK_1 + edit-&gt;mark1);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3385'>mark1</a> 3385 src/editor/edit.c if (edit-&gt;highlight == 0 || (edit-&gt;mark2 != -1 &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3427'>mark1</a> 3427 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3544'>mark1</a> 3544 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3566'>mark1</a> 3566 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3739'>mark1</a> 3739 src/editor/edit.c if (edit-&gt;mark1 != edit-&gt;mark2 &amp;&amp; !edit_options.persistent_selections)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3869'>mark1</a> 3869 src/editor/edit.c if (edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3873'>mark1</a> 3873 src/editor/edit.c if (edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3884'>mark1</a> 3884 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3939'>mark1</a> 3939 src/editor/edit.c if (edit-&gt;mark1 != edit-&gt;mark2 &amp;&amp; !edit_options.persistent_selections)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1326'>mark1</a> 1326 src/editor/editcmd.c off_t mark1 = 0, mark2 = 0;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1345'>mark1</a> 1345 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, col_delta, &amp;mark1, &amp;mark2, &amp;c1, &amp;c2);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1388'>mark1</a> 1388 src/editor/editcmd.c off_t mark1, mark2;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1434'>mark1</a> 1434 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, b_width, &amp;mark1, &amp;mark2, &amp;c1, &amp;c2);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1435'>mark1</a> 1435 src/editor/editcmd.c edit_set_markers (edit, mark1, mark2, c1, c2);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L156'>mark1</a> 156 src/editor/editdraw.c edit-&gt;mark1 != edit-&gt;mark2 ? (edit-&gt;column_highlight ? 'C' : 'B') : '-', //</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L170'>mark1</a> 170 src/editor/editdraw.c edit-&gt;mark1 != edit-&gt;mark2 ? (edit-&gt;column_highlight ? 'C' : 'B') : '-', //</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L294'>mark1</a> 294 src/editor/editdraw.c edit-&gt;mark1 != edit-&gt;mark2 ? (edit-&gt;column_highlight ? 'C' : 'B') : '-',</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L389'>mark1</a> 389 src/editor/editsearch.c if (edit-&gt;mark2 &gt;= 0 &amp;&amp; edit-&gt;mark2 != edit-&gt;mark1)</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L391'>mark1</a> 391 src/editor/editsearch.c if (edit-&gt;mark2 &gt; edit-&gt;mark1)</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L394'>mark1</a> 394 src/editor/editsearch.c edit-&gt;mark1 = end_mark;</span>
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L108'>mark1</a> 108 src/editor/editwidget.h off_t mark1; // position of highlight start</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L192'>mark1</a> 192 tests/src/editor/edit_insert_column_of_text.c test_edit-&gt;mark1 = 1;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L307'>mark1</a> 307 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 0;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L331'>mark1</a> 331 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 0;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L355'>mark1</a> 355 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 0;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L379'>mark1</a> 379 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 8;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L403'>mark1</a> 403 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 9;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L427'>mark1</a> 427 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 20;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L451'>mark1</a> 451 tests/src/editor/edit_replace_cmd.c test_edit-&gt;mark1 = 20;</span>
</pre>
</body>
</html>