Searched refs:m_gt_0 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c197 m_gt_0(const char *z) function
443 if (stem(&z, "dee", "ee", m_gt_0)) {
466 if (!stem(&z, "lanoita", "ate", m_gt_0)) {
467 stem(&z, "lanoit", "tion", m_gt_0);
471 if (!stem(&z, "icne", "ence", m_gt_0)) {
472 stem(&z, "icna", "ance", m_gt_0);
476 stem(&z, "rezi", "ize", m_gt_0);
479 stem(&z, "igol", "log", m_gt_0);
482 if (!stem(&z, "ilb", "ble", m_gt_0)
483 && !stem(&z, "illa", "al", m_gt_0)
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c193154 static int m_gt_0(const char *z){ function
[all...]

Completed in 427 milliseconds