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

32 lines
3.2 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>codepages</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--charsets.c.html#L46'>codepages</a> 46 lib/charsets.c GPtrArray *codepages = NULL;</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L215'>codepages</a> 215 lib/charsets.c load_codepages_list_from_file (&amp;codepages, fname);</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L220'>codepages</a> 220 lib/charsets.c load_codepages_list_from_file (&amp;codepages, fname);</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L223'>codepages</a> 223 lib/charsets.c if (codepages == NULL)</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L228'>codepages</a> 228 lib/charsets.c codepages = g_ptr_array_new_with_free_func (free_codepage_desc);</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L229'>codepages</a> 229 lib/charsets.c g_ptr_array_add (codepages, new_codepage_desc (DEFAULT_CHARSET, _ ("7-bit ASCII")));</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L238'>codepages</a> 238 lib/charsets.c g_ptr_array_free (codepages, TRUE);</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L240'>codepages</a> 240 lib/charsets.c codepages = NULL;</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L248'>codepages</a> 248 lib/charsets.c return (n &lt; 0) ? NO_TRANSLATION : ((codepage_desc *) g_ptr_array_index (codepages, n))-&gt;id;</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L257'>codepages</a> 257 lib/charsets.c : ((codepage_desc *) g_ptr_array_index (codepages, n))-&gt;name;</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L265'>codepages</a> 265 lib/charsets.c if (codepages == NULL)</span>
<span class='curline'><a href='../S/lib--charsets.c.html#L269'>codepages</a> 269 lib/charsets.c for (guint i = 0; i &lt; codepages-&gt;len; i++)</span>
<span class='curline'><a href='../S/lib--charsets.h.html#L21'>codepages</a> 21 lib/charsets.h extern GPtrArray *codepages;</span>
<span class='curline'><a href='../S/lib--search--search.c.html#L204'>codepages</a> 204 lib/search/search.c for (loop1 = 0; loop1 &lt; codepages-&gt;len; loop1++)</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L81'>codepages</a> 81 src/selcodepage.c listbox = listbox_window_centered_new (center_y, center_x, codepages-&gt;len + 1, ENTRY_LEN + 2,</span>
<span class='curline'><a href='../S/src--selcodepage.c.html#L86'>codepages</a> 86 src/selcodepage.c for (guint i = 0; i &lt; codepages-&gt;len; i++)</span>
<span class='curline'><a href='../S/src--setup.c.html#L928'>codepages</a> 928 src/setup.c if (codepages-&gt;len &gt; 1)</span>
</pre>
</body>
</html>