Home
last modified time | relevance | path

Searched refs:added_word (Results 1 – 6 of 6) sorted by relevance

/dports/print/texinfo/texinfo-6.8/tp/Texinfo/Convert/
H A DParagraphNonXS.pm325 my ($empty_segment, $spaces, $fullwidth_segment, $added_word)
395 } elsif (defined $added_word) {
396 my $tmp = $added_word;
402 $result .= _add_next($paragraph, $added_word, undef,
409 and $added_word =~ /^[$after_punctuation_characters]*$/o) {
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dxspara.c1003 char *added_word; in xspara_add_text() local
1004 added_word = malloc (char_len + 1); in xspara_add_text()
1005 memcpy (added_word, p, char_len); in xspara_add_text()
1006 added_word[char_len] = '\0'; in xspara_add_text()
1008 xspara__add_next (&result, added_word, char_len, 0); in xspara_add_text()
1009 free (added_word); in xspara_add_text()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dspellfile.pro6 void mkspell(int fcount, char_u **fnames, int ascii, int over_write, int added_word);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dutil.cpp326 CTempString added_word(sequence, pos+m_NumWords, m_WordSize); in ComputeSlidingWindowEntropy() local
328 counts.insert(TCounts::value_type(added_word, 0)).first; in ComputeSlidingWindowEntropy()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dspellfile.c1824 static void spell_reload_one(char_u *fname, bool added_word) in spell_reload_one() argument
1843 if (added_word && !didit) { in spell_reload_one()
5268 static void mkspell(int fcount, char_u **fnames, bool ascii, bool over_write, bool added_word) in mkspell() argument
5281 spin.si_verbose = !added_word; in mkspell()
5446 spell_reload_one(wfname, added_word); in mkspell()
/dports/editors/vim/vim-8.2.3745/src/
H A Dspellfile.c1752 int added_word) // invoked through "zg" in spell_reload_one() argument
1772 if (added_word && !didit) in spell_reload_one()
5893 int added_word) // invoked through "zg" in mkspell() argument
5907 spin.si_verbose = !added_word; in mkspell()
6106 spell_reload_one(wfname, added_word); in mkspell()