Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c721 int stemStatus = do_stem(&z[iStartOffset], n, c->zToken, &temp); in aproposPorterNext() local
722 if (stemStatus != SQLITE_OK) in aproposPorterNext()
723 return stemStatus; in aproposPorterNext()