mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
25 lines
2.0 KiB
HTML
25 lines
2.0 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>spell_module</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--spell.c.html#L53'>spell_module</a> 53 src/editor/spell.c #define ASPELL_FUNCTION_AVAILABLE(f) g_module_symbol (spell_module, #f, (void *) &mc_##f)</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L67'>spell_module</a> 67 src/editor/spell.c static GModule *spell_module = NULL;</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L170'>spell_module</a> 170 src/editor/spell.c if (spell_module != NULL)</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L173'>spell_module</a> 173 src/editor/spell.c spell_module = g_module_open ("libaspell", G_MODULE_BIND_LAZY);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L175'>spell_module</a> 175 src/editor/spell.c if (spell_module == NULL)</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L204'>spell_module</a> 204 src/editor/spell.c g_module_close (spell_module);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L205'>spell_module</a> 205 src/editor/spell.c spell_module = NULL;</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L241'>spell_module</a> 241 src/editor/spell.c if (spell_module == NULL)</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L578'>spell_module</a> 578 src/editor/spell.c g_module_close (spell_module);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L579'>spell_module</a> 579 src/editor/spell.c spell_module = NULL;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|