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

20 lines
1.3 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>longdef</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--etags.c.html#L91'>longdef</a> 91 src/editor/etags.c GString *longdef = NULL;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L108'>longdef</a> 108 src/editor/etags.c if (longdef == NULL)</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L109'>longdef</a> 109 src/editor/etags.c longdef = g_string_sized_new (32);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L111'>longdef</a> 111 src/editor/etags.c g_string_append_c (longdef, c);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L165'>longdef</a> 165 src/editor/etags.c *long_name = longdef == NULL ? NULL : g_string_free (longdef, FALSE);</span>
</pre>
</body>
</html>