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

23 lines
1.9 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_pair</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#L258'>macro_pair</a> 258 src/editor/editmacros.c char **macro_pair;</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L260'>macro_pair</a> 260 src/editor/editmacros.c macro_pair = g_strsplit (*curr_values, ":", 2);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L262'>macro_pair</a> 262 src/editor/editmacros.c if (macro_pair != NULL)</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L269'>macro_pair</a> 269 src/editor/editmacros.c if (macro_pair[0] != NULL &amp;&amp; macro_pair[0][0] != '\0')</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L270'>macro_pair</a> 270 src/editor/editmacros.c m_act.action = keybind_lookup_action (macro_pair[0]);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L272'>macro_pair</a> 272 src/editor/editmacros.c if (macro_pair[1] != NULL &amp;&amp; macro_pair[1][0] != '\0')</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L273'>macro_pair</a> 273 src/editor/editmacros.c m_act.ch = strtol (macro_pair[1], NULL, 0);</span>
<span class='curline'><a href='../S/src--editor--editmacros.c.html#L292'>macro_pair</a> 292 src/editor/editmacros.c g_strfreev (macro_pair);</span>
</pre>
</body>
</html>