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

39 lines
4.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</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#L111'>macros</a> 111 src/editor/editmacros.c macros_t *macros;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L113'>macros</a> 113 src/editor/editmacros.c macros = &amp;g_array_index (macros_list, struct macros_t, indx);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L114'>macros</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#L147'>macros</a> 147 src/editor/editmacros.c GArray *macros = NULL;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L185'>macros</a> 185 src/editor/editmacros.c if (macros == NULL)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L187'>macros</a> 187 src/editor/editmacros.c macros = g_array_new (TRUE, FALSE, sizeof (macro_action_t));</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L193'>macros</a> 193 src/editor/editmacros.c g_array_append_val (macros, m_act);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L197'>macros</a> 197 src/editor/editmacros.c if (macros == NULL)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L204'>macros</a> 204 src/editor/editmacros.c macro.macro = macros;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L251'>macros</a> 251 src/editor/editmacros.c GArray *macros = NULL;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L286'>macros</a> 286 src/editor/editmacros.c if (macros == NULL)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L287'>macros</a> 287 src/editor/editmacros.c macros = g_array_new (TRUE, FALSE, sizeof (m_act));</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L289'>macros</a> 289 src/editor/editmacros.c g_array_append_val (macros, m_act);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L296'>macros</a> 296 src/editor/editmacros.c if (macros != NULL)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L300'>macros</a> 300 src/editor/editmacros.c .macro = macros,</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L385'>macros</a> 385 src/editor/editmacros.c const macros_t *macros;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L387'>macros</a> 387 src/editor/editmacros.c macros = &amp;g_array_index (macros_list, struct macros_t, indx);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L388'>macros</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'>macros</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'>macros</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#L494'>macros</a> 494 src/main.c macros_t *macros;</span>
<span class='curline'><a href='../S/src--main.c.html#L496'>macros</a> 496 src/main.c macros = &amp;g_array_index (macros_list, struct macros_t, i);</span>
<span class='curline'><a href='../S/src--main.c.html#L497'>macros</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'>macros</a> 498 src/main.c (void) g_array_free (macros-&gt;macro, TRUE);</span>
</pre>
</body>
</html>