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

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-&gt;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>