mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
24 lines
2.1 KiB
HTML
24 lines
2.1 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>record_macro_buf</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#L3311'>record_macro_buf</a> 3311 src/editor/edit.c record_macro_buf[macro_index].action = command;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3312'>record_macro_buf</a> 3312 src/editor/edit.c record_macro_buf[macro_index++].ch = char_for_insertion;</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L181'>record_macro_buf</a> 181 src/editor/editmacros.c action_name = keybind_lookup_actionname (record_macro_buf[i].action);</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L191'>record_macro_buf</a> 191 src/editor/editmacros.c m_act.action = record_macro_buf[i].action;</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L192'>record_macro_buf</a> 192 src/editor/editmacros.c m_act.ch = record_macro_buf[i].ch;</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L194'>record_macro_buf</a> 194 src/editor/editmacros.c g_string_append_printf (macros_string, "%s:%i;", action_name, (int) record_macro_buf[i].ch);</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L362'>record_macro_buf</a> 362 src/editor/editmacros.c edit_execute_cmd (edit, record_macro_buf[i].action, record_macro_buf[i].ch);</span>
|
|
<span class='curline'><a href='../S/src--setup.c.html#L209'>record_macro_buf</a> 209 src/setup.c struct macro_action_t record_macro_buf[MAX_MACRO_LENGTH];</span>
|
|
<span class='curline'><a href='../S/src--setup.h.html#L137'>record_macro_buf</a> 137 src/setup.h extern struct macro_action_t record_macro_buf[MAX_MACRO_LENGTH];</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|