Home
last modified time | relevance | path

Searched refs:CUMBER (Results 1 – 9 of 9) sorted by relevance

/original-bsd/games/battlestar/
H A Dsave.c31 fread(&CUMBER, sizeof CUMBER, 1, fp); in restore()
85 fwrite(&CUMBER, sizeof CUMBER, 1, fp); in save()
H A Dglobals.c15 int CUMBER = MAXCUMBER; variable
H A Dcom1.c177 CUMBER -= 5; in news()
181 CUMBER -= 2; in news()
188 if (carrying > WEIGHT || encumber > CUMBER) in news()
H A Dcypher.c212 printf("Your arms are %d%% full.\n",encumber*100/CUMBER); in cypher()
272 printf("CUMBER (was %d) = ",CUMBER); in cypher()
275 sscanf(buffer,"%d", &CUMBER); in cypher()
H A Dinit.c94 CUMBER = 3;
H A Dextern.h246 int CUMBER; variable
H A Dcom5.c71 CUMBER = MAXCUMBER; in love()
H A Dcom3.c150 CUMBER = MAXCUMBER; in drink()
H A Dcom4.c33 bulky = (encumber + objcumber[value]) <= CUMBER;