Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.invent.c369 char ilet,ilet1,ilet2; in getobj() local
389 ilet = 'a'; in getobj()
392 bp[foo++] = flags.invlet_constant ? otmp->invlet : ilet; in getobj()
405 if(ilet == 'z') ilet = 'A'; else ilet++; in getobj()
414 while ((ilet = bp[++foo2] = bp[++foo])) { in getobj()
415 if(ilet == ilet1+1){ in getobj()
424 ilet1 = ilet; in getobj()
440 ilet = readchar(); in getobj()
441 while(isdigit((unsigned char)ilet) && allowcnt) { in getobj()
443 cnt = 10*cnt + (ilet - '0'); in getobj()
[all …]