mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
77 lines
12 KiB
HTML
77 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>edit_cursor_move</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-impl.h.html#L150'>edit_cursor_move</a> 150 src/editor/edit-impl.h void edit_cursor_move (WEdit *edit, off_t increment);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L489'>edit_cursor_move</a> 489 src/editor/edit.c edit_cursor_move (edit, offset);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L835'>edit_cursor_move</a> 835 src/editor/edit.c edit_cursor_move (edit, -edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L868'>edit_cursor_move</a> 868 src/editor/edit.c edit_cursor_move (edit, b - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L883'>edit_cursor_move</a> 883 src/editor/edit.c edit_cursor_move (edit, b - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L945'>edit_cursor_move</a> 945 src/editor/edit.c edit_cursor_move (edit, -1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L984'>edit_cursor_move</a> 984 src/editor/edit.c edit_cursor_move (edit, 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1031'>edit_cursor_move</a> 1031 src/editor/edit.c edit_cursor_move (edit, char_length);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1055'>edit_cursor_move</a> 1055 src/editor/edit.c edit_cursor_move (edit, -char_length);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1088'>edit_cursor_move</a> 1088 src/editor/edit.c edit_cursor_move (edit, p - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1171'>edit_cursor_move</a> 1171 src/editor/edit.c edit_cursor_move (edit, 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1174'>edit_cursor_move</a> 1174 src/editor/edit.c edit_cursor_move (edit, -1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1259'>edit_cursor_move</a> 1259 src/editor/edit.c edit_cursor_move (edit, 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1262'>edit_cursor_move</a> 1262 src/editor/edit.c edit_cursor_move (edit, -1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1502'>edit_cursor_move</a> 1502 src/editor/edit.c edit_cursor_move (edit, curs - edit->buffer.curs1 + 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1504'>edit_cursor_move</a> 1504 src/editor/edit.c edit_cursor_move (edit, current - edit->buffer.curs1 + 1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1585'>edit_cursor_move</a> 1585 src/editor/edit.c edit_cursor_move (edit, q - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1607'>edit_cursor_move</a> 1607 src/editor/edit.c edit_cursor_move (edit, cur_bol - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1616'>edit_cursor_move</a> 1616 src/editor/edit.c edit_cursor_move (edit, b - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1648'>edit_cursor_move</a> 1648 src/editor/edit.c edit_cursor_move (edit, cur_bol - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1735'>edit_cursor_move</a> 1735 src/editor/edit.c edit_cursor_move (edit, edit->buffer.size - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1747'>edit_cursor_move</a> 1747 src/editor/edit.c edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1758'>edit_cursor_move</a> 1758 src/editor/edit.c edit_cursor_move (edit, cursor - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1820'>edit_cursor_move</a> 1820 src/editor/edit.c edit_cursor_move (edit, curs - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1993'>edit_cursor_move</a> 1993 src/editor/edit.c edit_cursor_move (edit, -ins_len);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2068'>edit_cursor_move</a> 2068 src/editor/edit.c edit_cursor_move (edit, -ins_len);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L2962'>edit_cursor_move</a> 2962 src/editor/edit.c edit_cursor_move (edit,</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3004'>edit_cursor_move</a> 3004 src/editor/edit.c edit_cursor_move (edit, b - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3008'>edit_cursor_move</a> 3008 src/editor/edit.c edit_cursor_move (edit, b - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3649'>edit_cursor_move</a> 3649 src/editor/edit.c edit_cursor_move (edit, -HALF_TAB_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3663'>edit_cursor_move</a> 3663 src/editor/edit.c edit_cursor_move (edit, HALF_TAB_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L482'>edit_cursor_move</a> 482 src/editor/editcmd.c edit_cursor_move (edit, p - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L492'>edit_cursor_move</a> 492 src/editor/editcmd.c edit_cursor_move (edit, r - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L529'>edit_cursor_move</a> 529 src/editor/editcmd.c edit_cursor_move (edit, start_mark - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L702'>edit_cursor_move</a> 702 src/editor/editcmd.c edit_cursor_move (edit, edit->buffer.size - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L713'>edit_cursor_move</a> 713 src/editor/editcmd.c edit_cursor_move (edit, edit_move_forward3 (edit, p, col, 0) - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L727'>edit_cursor_move</a> 727 src/editor/editcmd.c edit_cursor_move (edit, cursor - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1354'>edit_cursor_move</a> 1354 src/editor/editcmd.c edit_cursor_move (edit, copy_buf->len);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1427'>edit_cursor_move</a> 1427 src/editor/editcmd.c edit_cursor_move (edit, current - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1446'>edit_cursor_move</a> 1446 src/editor/editcmd.c edit_cursor_move (edit, start_mark - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1454'>edit_cursor_move</a> 1454 src/editor/editcmd.c edit_cursor_move (edit, current - edit->buffer.curs1 - x);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1466'>edit_cursor_move</a> 1466 src/editor/editcmd.c edit_cursor_move (edit, count_orig - start_mark);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L503'>edit_cursor_move</a> 503 src/editor/editsearch.c edit_cursor_move (edit, edit->search_start - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L524'>edit_cursor_move</a> 524 src/editor/editsearch.c edit_cursor_move (edit, edit->found_start - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L930'>edit_cursor_move</a> 930 src/editor/editsearch.c edit_cursor_move (edit, edit->found_start - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L356'>edit_cursor_move</a> 356 src/editor/format.c edit_cursor_move (edit, q - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L419'>edit_cursor_move</a> 419 src/editor/format.c edit_cursor_move (edit, p - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L428'>edit_cursor_move</a> 428 src/editor/format.c edit_cursor_move (edit, p - edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--format.c.html#L443'>edit_cursor_move</a> 443 src/editor/format.c edit_cursor_move (edit, cursor - edit->buffer.curs1); // restore cursor position</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L629'>edit_cursor_move</a> 629 src/editor/spell.c edit_cursor_move (edit, word_len - cut_len);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L674'>edit_cursor_move</a> 674 src/editor/spell.c edit_cursor_move (edit, -edit->buffer.curs1);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L691'>edit_cursor_move</a> 691 src/editor/spell.c edit_cursor_move (edit, 1);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L256'>edit_cursor_move</a> 256 tests/src/editor/edit_complete_word_cmd.c edit_cursor_move (test_edit, data->input_position);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L328'>edit_cursor_move</a> 328 tests/src/editor/edit_complete_word_cmd.c edit_cursor_move (test_edit, data->input_position);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L198'>edit_cursor_move</a> 198 tests/src/editor/edit_insert_column_of_text.c edit_cursor_move (test_edit, -test_edit->buffer.curs1 + data->offset);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L314'>edit_cursor_move</a> 314 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L338'>edit_cursor_move</a> 338 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L362'>edit_cursor_move</a> 362 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L386'>edit_cursor_move</a> 386 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L410'>edit_cursor_move</a> 410 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L434'>edit_cursor_move</a> 434 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L458'>edit_cursor_move</a> 458 tests/src/editor/edit_replace_cmd.c edit_cursor_move (test_edit, 0);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|