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

  /src/usr.sbin/makemandb/
apropos-utils.c 502 /* nhitcount: number of times the current phrase occurs
510 int nhitcount = phraseinfo[3 * icol]; local in function:rank_func
523 if (nglobalhitcount > 0 && nhitcount)
524 tf += (((double)nhitcount * weight)
apropos-utils.c 502 /* nhitcount: number of times the current phrase occurs
510 int nhitcount = phraseinfo[3 * icol]; local in function:rank_func
523 if (nglobalhitcount > 0 && nhitcount)
524 tf += (((double)nhitcount * weight)

Completed in 22 milliseconds