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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos.c61 static char *remove_stopwords(const char *);
147 query = remove_stopwords(lower(str));
150 /* if any error occured in remove_stopwords, exit */
230 * remove_stopwords--
236 remove_stopwords(const char *query) function

Completed in 49 milliseconds