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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c241 m_gt_1(const char *z) function
539 if (z[0] == 'l' && m_gt_1(z + 2)) {
544 if (z[0] == 'e' && z[2] == 'n' && (z[3] == 'a' || z[3] == 'e') && m_gt_1(z + 4)) {
549 if (z[0] == 'r' && m_gt_1(z + 2)) {
554 if (z[0] == 'c' && m_gt_1(z + 2)) {
559 if (z[0] == 'e' && z[2] == 'b' && (z[3] == 'a' || z[3] == 'i') && m_gt_1(z + 4)) {
566 if (m_gt_1(z + 3)) {
570 if (!stem(&z, "tneme", "", m_gt_1)
571 && !stem(&z, "tnem", "", m_gt_1)
573 stem(&z, "tne", "", m_gt_1);
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c193178 static int m_gt_1(const char *z){ function
[all...]

Completed in 699 milliseconds