Home
last modified time | relevance | path

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

/original-bsd/games/hack/
H A Dhack.invent.c454 char olets[20], ilets[20]; local
487 olets[0] = 0;
500 if(!index(olets, sym)){
501 olets[oletct++] = sym;
502 olets[oletct] = 0;
510 return(askchain(invent, olets, allflag, fn, ckfn, max));
520 askchain(objchn, olets, allflag, fn, ckfn, max)
522 register char *olets; variable
534 if(olets && *olets && !index(olets, otmp->olet)) continue;