Home
last modified time | relevance | path

Searched refs:stripl (Results 1 – 25 of 134) sorted by relevance

123456

/dports/news/golded+/golded-plus/golded+/goldlib/hunspell/
H A Daffentry.cxx27 stripl = dp->stripl; // length of strip string in PfxEntry()
65 (!stripl || (strncmp(word, strip, stripl) == 0)) && in add()
151 tmpl += stripl; in check()
211 tmpl += stripl; in check_twosfx()
258 tmpl += stripl; in check_twosfx_morph()
308 tmpl += stripl; in check_morph()
356 stripl = dp->stripl; // length of strip string in SfxEntry()
397 (!stripl || (strcmp(word + len - stripl, strip) == 0)) && in add()
490 tmpl += stripl; in check()
584 tmpl += stripl; in check_twosfx()
[all …]
/dports/textproc/enchant/enchant-1.6.0/src/myspell/
H A Daffentry.cxx36 stripl = dp->stripl; // length of strip string in PfxEntry()
73 (!stripl || (strncmp(word, strip, stripl) == 0)) && in add()
184 tmpl += stripl; in checkword()
246 tmpl += stripl; in check_twosfx()
293 tmpl += stripl; in check_twosfx_morph()
344 tmpl += stripl; in check_morph()
409 stripl = dp->stripl; // length of strip string in SfxEntry()
448 (!stripl || (strcmp(word + len - stripl, strip) == 0)) && in add()
583 if (stripl) { in checkword()
683 if (stripl) { in check_twosfx()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/spelling/hunspell/
H A Daffentry.cxx22 stripl = dp->stripl; // length of strip string in PfxEntry()
60 (!stripl || (strncmp(word, strip, stripl) == 0)) && in add()
182 tmpl += stripl; in checkword()
244 tmpl += stripl; in check_twosfx()
291 tmpl += stripl; in check_twosfx_morph()
342 tmpl += stripl; in check_morph()
406 stripl = dp->stripl; // length of strip string in SfxEntry()
446 (!stripl || (strcmp(word + len - stripl, strip) == 0)) && in add()
597 if (stripl) { in checkword()
697 if (stripl) { in check_twosfx()
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/spelling/hunspell/
H A Daffentry.cxx26 stripl = dp->stripl; // length of strip string in PfxEntry()
61 (!stripl || (strncmp(word, strip, stripl) == 0)) && in add()
174 if (stripl) { in checkword()
239 if (stripl) { in check_twosfx()
289 if (stripl) { in check_twosfx_morph()
343 if (stripl) { in check_morph()
427 stripl = dp->stripl; // length of strip string in SfxEntry()
466 (!stripl || (strcmp(word + len - stripl, strip) == 0)) && in add()
633 if (stripl) { in checkword()
737 if (stripl) { in check_twosfx()
[all …]
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/hunspell/
H A Daffentry.cxx26 stripl = dp->stripl; // length of strip string in PfxEntry()
61 (!stripl || (strncmp(word, strip, stripl) == 0)) && in add()
174 if (stripl) { in checkword()
239 if (stripl) { in check_twosfx()
289 if (stripl) { in check_twosfx_morph()
343 if (stripl) { in check_morph()
427 stripl = dp->stripl; // length of strip string in SfxEntry()
466 (!stripl || (strcmp(word + len - stripl, strip) == 0)) && in add()
634 if (stripl) { in checkword()
738 if (stripl) { in check_twosfx()
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/hunspell/src/hunspell/
H A Daffentry.cxx26 stripl = dp->stripl; // length of strip string in PfxEntry()
61 (!stripl || (strncmp(word, strip, stripl) == 0)) && in add()
174 if (stripl) { in checkword()
239 if (stripl) { in check_twosfx()
289 if (stripl) { in check_twosfx_morph()
343 if (stripl) { in check_morph()
427 stripl = dp->stripl; // length of strip string in SfxEntry()
466 (!stripl || (strcmp(word + len - stripl, strip) == 0)) && in add()
633 if (stripl) { in checkword()
737 if (stripl) { in check_twosfx()
[all …]
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dtgood.cpp299 if (flent->stripl) in pfx_list_chk()
314 tlen += flent->stripl; in pfx_list_chk()
330 if (flent->stripl) in pfx_list_chk()
471 if (flent->stripl) in suf_list_chk()
474 tlen += flent->stripl; in suf_list_chk()
506 && pfxent->stripl != 0) in suf_list_chk()
510 cp += pfxent->stripl; in suf_list_chk()
512 if (flent->stripl) in suf_list_chk()
516 cp += flent->stripl; in suf_list_chk()
608 tlen -= flent->stripl; in pr_pre_expansion()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dlocal.mk26 @echo '/^ *$$/{' > stripl.sed
27 @echo 'N' >> stripl.sed
28 @echo '/^ *\\n *$$/D' >> stripl.sed
29 @echo '}' >> stripl.sed
31 cat tmp.mdf |sed -f stripl.sed > dx.mdf
32 @rm -f stripl.sed tmp.mdf
H A Dlocal.mk.in26 @echo '/^ *$$/{' > stripl.sed
27 @echo 'N' >> stripl.sed
28 @echo '/^ *\\n *$$/D' >> stripl.sed
29 @echo '}' >> stripl.sed
31 cat tmp.mdf |sed -f stripl.sed > dx.mdf
32 @rm -f stripl.sed tmp.mdf
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/tools/
H A Dunmunch.c193 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
197 nptr->stripl = 0; in parse_aff_file()
346 ((aent->stripl == 0) || in pfx_add()
347 (strncmp(aent->strip, word, aent->stripl) == 0))) { in pfx_add()
363 strcpy(pp, (word + aent->stripl)); in pfx_add()
364 tlen = tlen + len - aent->stripl; in pfx_add()
395 ((aent->stripl == 0) || in suf_add()
396 (strcmp(aent->strip, word + len - aent->stripl) == 0))) { in suf_add()
405 if (aent->stripl) { in suf_add()
406 tlen -= aent->stripl; in suf_add()
[all …]
H A Dmunch.c272 nptr->stripl = 0; in parse_aff_file()
422 && tlen + aent->stripl >= aent->numconds) { in pfx_chk()
435 tlen += aent->stripl; in pfx_chk()
470 && tlen + aent->stripl >= aent->numconds) { in suf_chk()
474 if (aent->stripl) { in suf_chk()
476 tlen += aent->stripl; in suf_chk()
689 strcpy(pp, (word + aent->stripl)); in pfx_add()
690 tlen = tlen + len - aent->stripl; in pfx_add()
730 if (aent->stripl) { in suf_add()
731 tlen -= aent->stripl; in suf_add()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Daffix.cpp87 byte stripl; member
377 nptr->stripl = s0.size(); in parse_file()
380 nptr->stripl = 0; in parse_file()
402 if (nptr->stripl != 0) { in parse_file()
1054 int alen = word.size - stripl; in add()
1106 tmpl += stripl; in check()
1161 lci->pre_strip_len = stripl; in check()
1199 int alen = word.size - stripl; in add()
1244 if (stripl) { in check()
1246 tmpl += stripl; in check()
[all …]
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Daffix.cpp87 byte stripl; member
377 nptr->stripl = s0.size(); in parse_file()
380 nptr->stripl = 0; in parse_file()
402 if (nptr->stripl != 0) { in parse_file()
1057 int alen = word.size - stripl; in add()
1109 tmpl += stripl; in check()
1164 lci->pre_strip_len = stripl; in check()
1202 int alen = word.size - stripl; in add()
1247 if (stripl) { in check()
1249 tmpl += stripl; in check()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/myspell/
H A Dmunch.c306 nptr->stripl = 0; in parse_aff_file()
455 && tlen + aent->stripl >= aent->numconds) { in pfx_chk()
468 tlen += aent->stripl; in pfx_chk()
503 && tlen + aent->stripl >= aent->numconds) { in suf_chk()
507 if (aent->stripl) { in suf_chk()
509 tlen += aent->stripl; in suf_chk()
720 strcpy(pp, (word + aent->stripl)); in pfx_add()
721 tlen = tlen + len - aent->stripl; in pfx_add()
760 if (aent->stripl) { in suf_add()
761 tlen -= aent->stripl; in suf_add()
[all …]
/dports/textproc/aspell/aspell-0.60.8/myspell/
H A Dmunch.c306 nptr->stripl = 0; in parse_aff_file()
455 && tlen + aent->stripl >= aent->numconds) { in pfx_chk()
468 tlen += aent->stripl; in pfx_chk()
503 && tlen + aent->stripl >= aent->numconds) { in suf_chk()
507 if (aent->stripl) { in suf_chk()
509 tlen += aent->stripl; in suf_chk()
720 strcpy(pp, (word + aent->stripl)); in pfx_add()
721 tlen = tlen + len - aent->stripl; in pfx_add()
760 if (aent->stripl) { in suf_add()
761 tlen -= aent->stripl; in suf_add()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/tools/
H A Dunmunch.cxx242 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
246 nptr->stripl = 0; in parse_aff_file()
274 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
405 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in pfx_add()
406 ((aent->stripl == 0) || in pfx_add()
407 (strncmp(aent->strip, word, aent->stripl) == 0))) { in pfx_add()
419 tword.append(word + aent->stripl); in pfx_add()
443 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in suf_add()
444 ((aent->stripl == 0) || in suf_add()
445 (strcmp(aent->strip, word + len - aent->stripl) == 0))) { in suf_add()
[all …]
H A Dmunch.cxx328 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
332 nptr->stripl = 0; in parse_aff_file()
350 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
488 tlen + aent->stripl >= aent->numconds) { in pfx_chk()
531 tlen + aent->stripl >= aent->numconds) { in suf_chk()
714 if ((len > aent->stripl) && (len >= aent->numconds)) { in pfx_add()
729 strcpy(pp, (word + aent->stripl)); in pfx_add()
755 if ((len > aent->stripl) && (len >= aent->numconds)) { in suf_add()
766 if (aent->stripl) { in suf_add()
767 tlen -= aent->stripl; in suf_add()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/tools/
H A Dunmunch.cxx242 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
246 nptr->stripl = 0; in parse_aff_file()
274 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
405 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in pfx_add()
406 ((aent->stripl == 0) || in pfx_add()
407 (strncmp(aent->strip, word, aent->stripl) == 0))) { in pfx_add()
419 tword.append(word + aent->stripl); in pfx_add()
443 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in suf_add()
444 ((aent->stripl == 0) || in suf_add()
445 (strcmp(aent->strip, word + len - aent->stripl) == 0))) { in suf_add()
[all …]
H A Dmunch.cxx328 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
332 nptr->stripl = 0; in parse_aff_file()
350 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
488 tlen + aent->stripl >= aent->numconds) { in pfx_chk()
531 tlen + aent->stripl >= aent->numconds) { in suf_chk()
714 if ((len > aent->stripl) && (len >= aent->numconds)) { in pfx_add()
729 strcpy(pp, (word + aent->stripl)); in pfx_add()
755 if ((len > aent->stripl) && (len >= aent->numconds)) { in suf_add()
766 if (aent->stripl) { in suf_add()
767 tlen -= aent->stripl; in suf_add()
/dports/textproc/hunspell/hunspell-1.7.0/src/tools/
H A Dunmunch.cxx242 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
246 nptr->stripl = 0; in parse_aff_file()
274 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
405 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in pfx_add()
406 ((aent->stripl == 0) || in pfx_add()
407 (strncmp(aent->strip, word, aent->stripl) == 0))) { in pfx_add()
419 tword.append(word + aent->stripl); in pfx_add()
443 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in suf_add()
444 ((aent->stripl == 0) || in suf_add()
445 (strcmp(aent->strip, word + len - aent->stripl) == 0))) { in suf_add()
[all …]
H A Dmunch.cxx328 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
332 nptr->stripl = 0; in parse_aff_file()
350 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
488 tlen + aent->stripl >= aent->numconds) { in pfx_chk()
531 tlen + aent->stripl >= aent->numconds) { in suf_chk()
714 if ((len > aent->stripl) && (len >= aent->numconds)) { in pfx_add()
729 strcpy(pp, (word + aent->stripl)); in pfx_add()
755 if ((len > aent->stripl) && (len >= aent->numconds)) { in suf_add()
766 if (aent->stripl) { in suf_add()
767 tlen -= aent->stripl; in suf_add()
/dports/textproc/nuspell/nuspell-5.0.1/external/hunspell/tools/
H A Dunmunch.cxx242 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
246 nptr->stripl = 0; in parse_aff_file()
274 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
405 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in pfx_add()
406 ((aent->stripl == 0) || in pfx_add()
407 (strncmp(aent->strip, word, aent->stripl) == 0))) { in pfx_add()
419 tword.append(word + aent->stripl); in pfx_add()
443 if ((len + fullstrip > aent->stripl) && (len >= aent->numconds) && in suf_add()
444 ((aent->stripl == 0) || in suf_add()
445 (strcmp(aent->strip, word + len - aent->stripl) == 0))) { in suf_add()
[all …]
H A Dmunch.cxx328 nptr->stripl = strlen(nptr->strip); in parse_aff_file()
332 nptr->stripl = 0; in parse_aff_file()
350 nptr->appndl, nptr->strip, nptr->stripl); in parse_aff_file()
488 tlen + aent->stripl >= aent->numconds) { in pfx_chk()
531 tlen + aent->stripl >= aent->numconds) { in suf_chk()
714 if ((len > aent->stripl) && (len >= aent->numconds)) { in pfx_add()
729 strcpy(pp, (word + aent->stripl)); in pfx_add()
755 if ((len > aent->stripl) && (len >= aent->numconds)) { in suf_add()
766 if (aent->stripl) { in suf_add()
767 tlen -= aent->stripl; in suf_add()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c17 short stripl; member
62 if (entry->stripl) in linit()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsplit-path-7.c17 short stripl; member
62 if (entry->stripl) in linit()

123456