Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 5 of 5) sorted by relevance

/csrg-svn/games/hack/
H A Dhack.mkobj.c124 weight(obj) in weight() function
H A Ddef.objects.h16 #define FOOD(name,prob,delay,weight,nutrition) { name, NULL, NULL, 1, 1,\ argument
/csrg-svn/games/gomoku/
H A Dmakemove.c22 int weight[5] = { 0, 1, 7, 22, 100 }; variable
/csrg-svn/usr.bin/window/
H A Dcompress.c51 short weight; member
70 #define wthreshp(weight, length) ((short) (weight) >= cc_wthresholds[length]) argument
72 #define wthreshp(weight, length) (0) argument
/csrg-svn/usr.sbin/sendmail/src/
H A Ddomain.c96 int weight[MAXMXHOSTS]; local