Home | History | Annotate | Download | only in hack

Lines Matching refs:st1

159 done(const char *st1)
163 if (wizard && *st1 == 'd') {
181 if (*st1 == 'q' && u.uhp < 1) {
182 st1 = "died";
185 if (*st1 == 's')
187 else if (*st1 == 'd' && st1[1] == 'r')
189 else if (*st1 == 'p')
191 else if (*st1 == 't')
193 else if (!strchr("bcd", *st1))
194 killer = st1;
199 if (strchr("bcds", *st1)) {
207 if (*st1 == 'c')
208 killer = st1; /* after outrip() */
217 if (*st1 == 'd' || *st1 == 'b')
224 if (*st1 == 'e') {
231 killer = st1;
283 st1, dlevel, u.urexp);
289 u.ulevel, u.uhpmax, st1);
290 if (*st1 == 'e' && !done_stopprint) {