Home | Sort by: relevance | last modified time | path |
/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...] |