mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.6 KiB
HTML
21 lines
1.6 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>macros_string</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--editmacros.c.html#L144'>macros_string</a> 144 src/editor/editmacros.c GString *macros_string = NULL;</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L188'>macros_string</a> 188 src/editor/editmacros.c macros_string = g_string_sized_new (250);</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L194'>macros_string</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#L206'>macros_string</a> 206 src/editor/editmacros.c mc_config_set_string (macros_config, section_name, skeyname, macros_string->str);</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L213'>macros_string</a> 213 src/editor/editmacros.c if (macros_string != NULL)</span>
|
|
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L214'>macros_string</a> 214 src/editor/editmacros.c g_string_free (macros_string, TRUE);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|