Home | History | Annotate | Download | only in src

Lines Matching refs:weight

46 	int weight;
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func)
92 new->weight = weight;
99 total_weight += weight;
106 int weight;
118 weight = total_weight;
120 weight+=50;
121 value = rand() % weight;
124 running += ptr->weight;