Home
last modified time | relevance | path

Searched refs:score_word (Results 1 – 7 of 7) sorted by relevance

/dports/devel/svntrac/cvstrac-2.0.1/
H A Dsearch.c39 static int score_word(const char *zWord, const char *zText, int n, int *pIdx){ in score_word() function
97 one_score = score_word(&zPattern[i], zWord, j, 0); in srchFunc()
184 score = score_word(&zPattern[i], zAll, j, &idx); in highlightFunc()
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dsearch.c39 static int score_word(const char *zWord, const char *zText, int n, int *pIdx){ in score_word() function
97 one_score = score_word(&zPattern[i], zWord, j, 0); in srchFunc()
184 score = score_word(&zPattern[i], zAll, j, &idx); in highlightFunc()
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dsearch.c39 static int score_word(const char *zWord, const char *zText, int n, int *pIdx){ in score_word() function
97 one_score = score_word(&zPattern[i], zWord, j, 0); in srchFunc()
184 score = score_word(&zPattern[i], zAll, j, &idx); in highlightFunc()
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Ddbacl.h1045 void score_word(char *tok, token_type_t tt, regex_count_t re);
H A Dcatfun.c646 void score_word(char *tok, token_type_t tt, regex_count_t re) { in score_word() function
H A Dmailinspect.c494 word_fun = score_word; in read_mbox_and_sort_list()
H A Ddbacl.c4605 word_fun = score_word; in main()