Lines Matching refs:stuff
710 char stuff[BUFSZ]; in dotypeinv() local
722 if(u.ugold) stuff[stct++] = '$'; in dotypeinv()
723 stuff[stct] = 0; in dotypeinv()
725 if (!strchr (stuff, otmp->olet)) { in dotypeinv()
726 stuff[stct++] = otmp->olet; in dotypeinv()
727 stuff[stct] = 0; in dotypeinv()
732 if(unpd) stuff[stct++] = 'u'; in dotypeinv()
733 if(billx) stuff[stct++] = 'x'; in dotypeinv()
734 stuff[stct] = 0; in dotypeinv()
738 stuff); in dotypeinv()
742 c = stuff[0]; in dotypeinv()
765 stuff[stct++] = ilet; in dotypeinv()
768 stuff[stct] = '\0'; in dotypeinv()
772 doinv (stuff); in dotypeinv()