NetBSD/usr.sbin/makemandb
abhinav 357f7b44ef Encapsulate all the arguments required by the query callback function in a struct.
If we want to add or remove arguments from the callback functions, it requires
changing the callback interface all over the place. By letting the callback simply
expect a single struct argument, it would clean things up a bit.

ok christos
2017-11-25 14:29:38 +00:00
..
DBSCHEMA
Makefile Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
apropos-utils.3
apropos-utils.c Encapsulate all the arguments required by the query callback function in a struct. 2017-11-25 14:29:38 +00:00
apropos-utils.h Encapsulate all the arguments required by the query callback function in a struct. 2017-11-25 14:29:38 +00:00
apropos.1
apropos.c Encapsulate all the arguments required by the query callback function in a struct. 2017-11-25 14:29:38 +00:00
close_db.3
custom_apropos_tokenizer.c Casting variable of type int * to size_t *, may cause 2017-10-31 10:14:27 +00:00
custom_apropos_tokenizer.h Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
fts3_tokenizer.h Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
init_db.3
makemandb.8
makemandb.c
nostem.txt Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
run_query.3
stopwords.txt
whatis.1
whatis.c