HomeSort by: relevance | last modified time | path
    Searched refs:nostem (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
Makefile 50 nostem.c: nostem.txt
52 echo 'static const char *nostem[] = {'; \
57 DPSRCS+= stopwords.c nostem.c
58 CLEANFILES+= stopwords.c nostem.c
custom_apropos_tokenizer.c 35 #include "nostem.c"
633 * Based on whether the input word is in the nostem list or not
651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0)

Completed in 13 milliseconds