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

/netbsd-current/games/hack/
H A Dhack.invent.c562 char olets[20], ilets[20]; local
601 olets[0] = 0;
616 if (!strchr(olets, sym)) {
617 olets[oletct++] = sym;
618 olets[oletct] = 0;
620 assert(oletct < sizeof(olets));
627 return (askchain(invent, olets, allflag, fn, ckfn, max));
632 * with olet in olets (if nonNULL) and satisfying ckfn (if nonNULL)
638 askchain(struct obj *objchn, char *olets, int allflag, argument
653 if (olets
[all...]

Completed in 292 milliseconds