Symbol: stem
usr.sbin/makemandb/custom_apropos_tokenizer.c
434
!stem(&z, "sess", "ss", 0) &&
usr.sbin/makemandb/custom_apropos_tokenizer.c
435
!stem(&z, "sei", "i", 0) &&
usr.sbin/makemandb/custom_apropos_tokenizer.c
436
!stem(&z, "ss", "ss", 0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
443
if (stem(&z, "dee", "ee", m_gt_0)) {
usr.sbin/makemandb/custom_apropos_tokenizer.c
446
(stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
usr.sbin/makemandb/custom_apropos_tokenizer.c
449
if (stem(&z, "ta", "ate", 0) ||
usr.sbin/makemandb/custom_apropos_tokenizer.c
450
stem(&z, "lb", "ble", 0) ||
usr.sbin/makemandb/custom_apropos_tokenizer.c
451
stem(&z, "zi", "ize", 0)) {
usr.sbin/makemandb/custom_apropos_tokenizer.c
466
if (!stem(&z, "lanoita", "ate", m_gt_0)) {
usr.sbin/makemandb/custom_apropos_tokenizer.c
467
stem(&z, "lanoit", "tion", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
471
if (!stem(&z, "icne", "ence", m_gt_0)) {
usr.sbin/makemandb/custom_apropos_tokenizer.c
472
stem(&z, "icna", "ance", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
476
stem(&z, "rezi", "ize", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
479
stem(&z, "igol", "log", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
482
if (!stem(&z, "ilb", "ble", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
483
&& !stem(&z, "illa", "al", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
484
&& !stem(&z, "iltne", "ent", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
485
&& !stem(&z, "ile", "e", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
487
stem(&z, "ilsuo", "ous", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
491
if (!stem(&z, "noitazi", "ize", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
492
&& !stem(&z, "noita", "ate", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
494
stem(&z, "rota", "ate", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
498
if (!stem(&z, "msila", "al", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
499
&& !stem(&z, "ssenevi", "ive", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
500
&& !stem(&z, "ssenluf", "ful", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
502
stem(&z, "ssensuo", "ous", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
506
if (!stem(&z, "itila", "al", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
507
&& !stem(&z, "itivi", "ive", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
509
stem(&z, "itilib", "ble", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
517
if (!stem(&z, "etaci", "ic", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
518
&& !stem(&z, "evita", "", m_gt_0)
usr.sbin/makemandb/custom_apropos_tokenizer.c
520
stem(&z, "ezila", "al", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
524
stem(&z, "itici", "ic", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
527
if (!stem(&z, "laci", "ic", m_gt_0)) {
usr.sbin/makemandb/custom_apropos_tokenizer.c
528
stem(&z, "luf", "", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
532
stem(&z, "ssen", "", m_gt_0);
usr.sbin/makemandb/custom_apropos_tokenizer.c
570
if (!stem(&z, "tneme", "", m_gt_1)
usr.sbin/makemandb/custom_apropos_tokenizer.c
571
&& !stem(&z, "tnem", "", m_gt_1)
usr.sbin/makemandb/custom_apropos_tokenizer.c
573
stem(&z, "tne", "", m_gt_1);
usr.sbin/makemandb/custom_apropos_tokenizer.c
584
stem(&z, "noi", "", m_gt_1);
usr.sbin/makemandb/custom_apropos_tokenizer.c
593
if (!stem(&z, "eta", "", m_gt_1)) {
usr.sbin/makemandb/custom_apropos_tokenizer.c
594
stem(&z, "iti", "", m_gt_1);