Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.invent.c374 xchar allowcnt = 0; /* 0, 1 or 2 */ in getobj() local
381 if(*let == '0') let++, allowcnt = 1; in getobj()
441 while(isdigit((unsigned char)ilet) && allowcnt) { in getobj()
446 allowcnt = 2; /* signal presence of cnt */ in getobj()
463 if(!(allowcnt == 2 && cnt < u.ugold)) in getobj()
500 if(allowcnt == 2) { /* cnt given */ in getobj()