mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
41 lines
5.5 KiB
HTML
41 lines
5.5 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>column2</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#L1208'>column2</a> 1208 src/editor/edit.c edit->column2 = (long) edit_move_forward3 (edit, b, 0, edit->mark2);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1294'>column2</a> 1294 src/editor/edit.c edit->column2 = (long) edit_move_forward3 (edit, b, 0, edit->mark2);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3074'>column2</a> 3074 src/editor/edit.c edit->column2 = c2;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3092'>column2</a> 3092 src/editor/edit.c edit->column2 = edit->column1 = 0;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3110'>column2</a> 3110 src/editor/edit.c edit->column2 = edit->curs_col + edit->over_col;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3114'>column2</a> 3114 src/editor/edit.c && ((edit->mark1 > end_mark_curs && edit->column1 < edit->column2)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3115'>column2</a> 3115 src/editor/edit.c || (edit->mark1 < end_mark_curs && edit->column1 > edit->column2)))</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3126'>column2</a> 3126 src/editor/edit.c col1 = MIN (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3127'>column2</a> 3127 src/editor/edit.c col2 = MAX (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L470'>column2</a> 470 src/editor/editcmd.c b = MAX (MIN (c, d), MIN (edit->column1, edit->column2));</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L471'>column2</a> 471 src/editor/editcmd.c c = MAX (c, MAX (edit->column1, edit->column2));</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L517'>column2</a> 517 src/editor/editcmd.c c1 = MIN (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L518'>column2</a> 518 src/editor/editcmd.c c2 = MAX (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L520'>column2</a> 520 src/editor/editcmd.c edit->column2 = c2;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L588'>column2</a> 588 src/editor/editcmd.c if ((x >= edit->column1 && x < edit->column2)</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L589'>column2</a> 589 src/editor/editcmd.c || (x >= edit->column2 && x < edit->column1) || c == '\n')</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1344'>column2</a> 1344 src/editor/editcmd.c col_delta = labs (edit->column2 - edit->column1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1394'>column2</a> 1394 src/editor/editcmd.c c1 = MIN (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1395'>column2</a> 1395 src/editor/editcmd.c c2 = MAX (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L586'>column2</a> 586 src/editor/editdraw.c cl = MIN (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L589'>column2</a> 589 src/editor/editdraw.c cl = MAX (edit->column1, edit->column2);</span>
|
|
<span class='curline'><a href='../S/src--editor--editwidget.h.html#L112'>column2</a> 112 src/editor/editwidget.h long column2; // position of column highlight end</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L133'>column2</a> 133 tests/src/editor/edit_insert_column_of_text.c if ((x >= test_edit->column1 && x < test_edit->column2)</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L134'>column2</a> 134 tests/src/editor/edit_insert_column_of_text.c || (x >= test_edit->column2 && x < test_edit->column1) || c == '\n')</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L195'>column2</a> 195 tests/src/editor/edit_insert_column_of_text.c test_edit->column2 = 4;</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L207'>column2</a> 207 tests/src/editor/edit_insert_column_of_text.c const long col_delta = labs (test_edit->column2 - test_edit->column1);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|