Home | History | Annotate | Download | only in phantasia

Lines Matching defs:sptr

35 	short  *sptr;		/* pointer to short item to change */
331 sptr = &playerp->p_type;
336 sptr = &playerp->p_specialtype;
341 sptr = &playerp->p_lives;
346 sptr = &playerp->p_crowns;
351 sptr = &playerp->p_charms;
356 sptr = &playerp->p_amulets;
361 sptr = &playerp->p_holywater;
366 sptr = &playerp->p_lastused;
391 sptr = &playerp->p_ring.ring_type;
396 sptr = &playerp->p_ring.ring_duration;
431 mvprintw(23, 0, "%s = %d; %s = ", prompt, *sptr, prompt);
434 *sptr = (short) dtemp;