HomeSort by: relevance | last modified time | path
    Searched defs:lets (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.invent.c 389 char lets[BUFSZ]; local in function:getobj
438 (void) strcpy(lets, bp);/* necessary since we destroy buf */
497 doinv(lets);
726 /* otherwise: all objects with (serial) letter in lets */
728 doinv(const char *lets)
746 if (!lets || !*lets || strchr(lets, ilet)) {
981 char lets[6]; local in function:doprarm
985 lets[ct++] = obj_to_let(uarm)
1006 char lets[3]; local in function:doprring
    [all...]
hack.invent.c 389 char lets[BUFSZ]; local in function:getobj
438 (void) strcpy(lets, bp);/* necessary since we destroy buf */
497 doinv(lets);
726 /* otherwise: all objects with (serial) letter in lets */
728 doinv(const char *lets)
746 if (!lets || !*lets || strchr(lets, ilet)) {
981 char lets[6]; local in function:doprarm
985 lets[ct++] = obj_to_let(uarm)
1006 char lets[3]; local in function:doprring
    [all...]

Completed in 21 milliseconds