HomeSort by: relevance | last modified time | path
    Searched defs:remove_stopwords (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/makemandb/
apropos.c 63 static char *remove_stopwords(const char *);
208 query = remove_stopwords(lower(str));
324 * remove_stopwords--
330 remove_stopwords(const char *query) function in typeref:typename:char *

Completed in 11 milliseconds