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

  /src/usr.sbin/makemandb/
apropos-utils.c 479 const unsigned int *matchinfo; local in function:rank_func
492 matchinfo = (const unsigned int *) sqlite3_value_blob(apval[0]);
493 nphrase = matchinfo[0];
494 ncol = matchinfo[1];
495 ndoc = matchinfo[2 + 3 * ncol * nphrase + ncol];
499 &matchinfo[2 + ncol + iphrase * ncol * 3];
513 doclen = matchinfo[2 + icol ];
618 " rank_func(matchinfo(mandb, \"pclxn\")) AS rank"
638 " rank_func(matchinfo(mandb, \"pclxn\")) AS rank"
  /src/sys/kern/
subr_autoconf.c 158 struct matchinfo { struct
187 static void mapply(struct matchinfo *, cfdata_t);
784 mapply(struct matchinfo *m, cfdata_t cf)
1144 struct matchinfo m;
1227 struct matchinfo m;

Completed in 14 milliseconds