OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copy_stemmer
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/makemandb/
custom_apropos_tokenizer.c
350
copy_stemmer
(const char *zIn, size_t nIn, char *zOut, size_t *pnOut)
function
409
copy_stemmer
(zIn, nIn, zOut, pnOut);
423
copy_stemmer
(zIn, nIn, zOut, pnOut);
634
* call porter stemmer to stem it, or call
copy_stemmer
to keep it
635
* as it is (
copy_stemmer
converts simply converts it to lower case)
652
copy_stemmer
(zIn, nIn, zOut, pnOut);
/src/external/public-domain/sqlite/dist/
sqlite3.c
202391
static void
copy_stemmer
(const char *zIn, int nIn, char *zOut, int *pnOut){
function
[
all
...]
Completed in 96 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026