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

33 lines
3.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>macro</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#L88'>macro</a> 88 src/editor/editmacros.c if (result == NULL || result-&gt;macro == NULL)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L114'>macro</a> 114 src/editor/editmacros.c g_array_free (macros-&gt;macro, TRUE);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L201'>macro</a> 201 src/editor/editmacros.c macros_t macro;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L203'>macro</a> 203 src/editor/editmacros.c macro.hotkey = hotkey;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L204'>macro</a> 204 src/editor/editmacros.c macro.macro = macros;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L205'>macro</a> 205 src/editor/editmacros.c g_array_append_val (macros_list, macro);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L298'>macro</a> 298 src/editor/editmacros.c macros_t macro = {</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L300'>macro</a> 300 src/editor/editmacros.c .macro = macros,</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L303'>macro</a> 303 src/editor/editmacros.c g_array_append_val (macros_list, macro);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L388'>macro</a> 388 src/editor/editmacros.c if (macros-&gt;macro-&gt;len != 0)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L394'>macro</a> 394 src/editor/editmacros.c for (i = 0; i &lt; macros-&gt;macro-&gt;len; i++)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L398'>macro</a> 398 src/editor/editmacros.c m_act = &amp;g_array_index (macros-&gt;macro, struct macro_action_t, i);</span>
<span class='curline'><a href='../S/src--main.c.html#L497'>macro</a> 497 src/main.c if (macros != NULL &amp;&amp; macros-&gt;macro != NULL)</span>
<span class='curline'><a href='../S/src--main.c.html#L498'>macro</a> 498 src/main.c (void) g_array_free (macros-&gt;macro, TRUE);</span>
<span class='curline'><a href='../S/src--setup.h.html#L70'>macro</a> 70 src/setup.h GArray *macro;</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L128'>macro</a> 128 tests/src/usermenu__test_expand_format.c char macro;</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L177'>macro</a> 177 tests/src/usermenu__test_expand_format.c if (g_ascii_islower (data-&gt;macro))</span>
<span class='curline'><a href='../S/tests--src--usermenu__test_expand_format.c.html#L183'>macro</a> 183 tests/src/usermenu__test_expand_format.c result = expand_format (data-&gt;edit_widget, data-&gt;macro, data-&gt;do_quote);</span>
</pre>
</body>
</html>