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

34 lines
3.9 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>speller</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#L60'>speller</a> 60 src/editor/spell.c AspellSpeller *speller;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L288'>speller</a> 288 src/editor/spell.c if (global_speller-&gt;speller != NULL)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L289'>speller</a> 289 src/editor/spell.c mc_delete_aspell_speller (global_speller-&gt;speller);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L291'>speller</a> 291 src/editor/spell.c global_speller-&gt;speller = NULL;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L300'>speller</a> 300 src/editor/spell.c global_speller-&gt;speller = mc_to_aspell_speller (error);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L414'>speller</a> 414 src/editor/spell.c mc_aspell_speller_add_to_personal (global_speller-&gt;speller, word, word_size);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L416'>speller</a> 416 src/editor/spell.c if (mc_aspell_speller_error (global_speller-&gt;speller) != 0)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L419'>speller</a> 419 src/editor/spell.c mc_aspell_speller_error_message (global_speller-&gt;speller));</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L423'>speller</a> 423 src/editor/spell.c mc_aspell_speller_save_all_word_lists (global_speller-&gt;speller);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L425'>speller</a> 425 src/editor/spell.c if (mc_aspell_speller_error (global_speller-&gt;speller) != 0)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L428'>speller</a> 428 src/editor/spell.c mc_aspell_speller_error_message (global_speller-&gt;speller));</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L450'>speller</a> 450 src/editor/spell.c if (word != NULL &amp;&amp; global_speller != NULL &amp;&amp; global_speller-&gt;speller != NULL)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L454'>speller</a> 454 src/editor/spell.c wordlist = mc_aspell_speller_suggest (global_speller-&gt;speller, word, word_size);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L493'>speller</a> 493 src/editor/spell.c if (word != NULL &amp;&amp; global_speller != NULL &amp;&amp; global_speller-&gt;speller != NULL)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L494'>speller</a> 494 src/editor/spell.c res = mc_aspell_speller_check (global_speller-&gt;speller, word, word_size);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L542'>speller</a> 542 src/editor/spell.c global_speller-&gt;speller = NULL;</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L550'>speller</a> 550 src/editor/spell.c global_speller-&gt;speller = mc_to_aspell_speller (error);</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L570'>speller</a> 570 src/editor/spell.c if (global_speller-&gt;speller != NULL)</span>
<span class='curline'><a href='../S/src--editor--spell.c.html#L571'>speller</a> 571 src/editor/spell.c mc_delete_aspell_speller (global_speller-&gt;speller);</span>
</pre>
</body>
</html>