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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c379 const unsigned int *matchinfo; local
389 matchinfo = (const unsigned int *) sqlite3_value_blob(apval[0]);
390 nphrase = matchinfo[0];
391 ncol = matchinfo[1];
392 ndoc = matchinfo[2 + 3 * ncol * nphrase + ncol];
395 const unsigned int *phraseinfo = &matchinfo[2 + ncol+ iphrase * ncol * 3];
408 doclen = matchinfo[2 + icol ];
524 " rank_func(matchinfo(mandb, \"pclxn\")) AS rank"
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_autoconf.c147 struct matchinfo { struct
162 static void mapply(struct matchinfo *, cfdata_t);
673 mapply(struct matchinfo *m, cfdata_t cf)
942 struct matchinfo m;
1006 struct matchinfo m;

Completed in 112 milliseconds