Home
last modified time | relevance | path

Searched refs:s_words (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/p5-Text-Aspell/Text-Aspell-0.09/t/
H A D05-core.t60 my @s_words = $speller->suggest($new_word);
61 ok( @s_words > 2, "search for testt returned more than 2 [@s_words]" );
70 @s_words = $speller->suggest($new_word);
71 ok( grep(/$new_word/, @s_words), "'$new_word' added to session now is returned in suggest" );
85 @s_words = $speller->suggest($new_word);
86 ok( !grep(/$new_word/, @s_words), "'$new_word' should not be a suggestion after clearing the sessio…
87 or diag( "suggested words were [@s_words]" );
/dports/math/gecode/gecode-0916a1a/examples/
H A Dscowl.hpp60 char* s_words[limit_len]; member in Dictionary
13451 const char** s_words[] = { variable
13477 n_words[i]=0; s_words[i]=nullptr; in Dictionary()
13501 s_words[l] = c; in init()
13504 *c++ = ::s_words[l][i][j]; in init()
13554 s_words[l] = c; c += (l+1)*n_words[l]; in init()
13578 *s_words[n]++ = s[static_cast<unsigned int>(i)]; in init()
13579 *s_words[n]++ = 0; in init()
13591 s_words[l] = c; c += (l+1)*n_words[l]; in init()
13612 return s_words[l]+i*(l+1); in word()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dadvlib.c1039 u_int16_t s_addr, u_int16_t s_words, int count) in AscMemWordSetLram() argument
1045 ASC_SET_CHIP_LRAM_DATA(iot, ioh, s_words); in AscMemWordSetLram()
/dports/science/openbabel/openbabel-3.1.1/scripts/R/examples/openbabelR/src/
H A Dopenbabel-R.cpp19956 SWIGEXPORT SEXP R_swig_FptIndexHeader_words_set ( SEXP self, SEXP s_words) { in R_swig_FptIndexHeader_words_set() argument
19961 …arg1 = reinterpret_cast< OpenBabel::FptIndexHeader * >(argp1); ecode2 = SWIG_AsVal_int(s_words, &v… in R_swig_FptIndexHeader_words_set()