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

22 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>linedef</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#L93'>linedef</a> 93 src/editor/etags.c GString *linedef = NULL;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L157'>linedef</a> 157 src/editor/etags.c if (linedef == NULL)</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L158'>linedef</a> 158 src/editor/etags.c linedef = g_string_sized_new (32);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L160'>linedef</a> 160 src/editor/etags.c g_string_append_c (linedef, c);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L168'>linedef</a> 168 src/editor/etags.c if (linedef == NULL)</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L172'>linedef</a> 172 src/editor/etags.c *line = atol (linedef-&gt;str);</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L173'>linedef</a> 173 src/editor/etags.c g_string_free (linedef, TRUE);</span>
</pre>
</body>
</html>