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

29 lines
2.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>bookmarks</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/lib--util.c.html#L981'>bookmarks</a> 981 lib/util.c GArray **bookmarks)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1001'>bookmarks</a> 1001 lib/util.c if (bookmarks != NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1002'>bookmarks</a> 1002 lib/util.c *bookmarks = g_array_sized_new (FALSE, FALSE, sizeof (size_t), MAX_SAVED_BOOKMARKS);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1044'>bookmarks</a> 1044 lib/util.c else if (bookmarks != NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1055'>bookmarks</a> 1055 lib/util.c g_array_append_val (*bookmarks, val);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1075'>bookmarks</a> 1075 lib/util.c GArray *bookmarks)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1112'>bookmarks</a> 1112 lib/util.c if (line != 1 || column != 0 || bookmarks != NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1116'>bookmarks</a> 1116 lib/util.c if (bookmarks != NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1117'>bookmarks</a> 1117 lib/util.c for (i = 0; i &lt; bookmarks-&gt;len &amp;&amp; i &lt; MAX_SAVED_BOOKMARKS; i++)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1118'>bookmarks</a> 1118 lib/util.c if (fprintf (f, ";%zu", g_array_index (bookmarks, size_t, i)) &lt; 0)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1150'>bookmarks</a> 1150 lib/util.c if (bookmarks != NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1151'>bookmarks</a> 1151 lib/util.c g_array_free (bookmarks, TRUE);</span>
<span class='curline'><a href='../S/lib--util.h.html#L257'>bookmarks</a> 257 lib/util.h GArray **bookmarks);</span>
<span class='curline'><a href='../S/lib--util.h.html#L260'>bookmarks</a> 260 lib/util.h GArray *bookmarks);</span>
</pre>
</body>
</html>