Lines Matching refs:stuff
764 char stuff[BUFSZ]; in dotypeinv() local
776 stuff[stct++] = '$'; in dotypeinv()
777 stuff[stct] = 0; in dotypeinv()
779 if (!strchr(stuff, otmp->olet)) { in dotypeinv()
780 stuff[stct++] = otmp->olet; in dotypeinv()
781 stuff[stct] = 0; in dotypeinv()
787 stuff[stct++] = 'u'; in dotypeinv()
789 stuff[stct++] = 'x'; in dotypeinv()
790 stuff[stct] = 0; in dotypeinv()
791 assert(stct < sizeof(stuff)); in dotypeinv()
795 stuff); in dotypeinv()
800 c = stuff[0]; in dotypeinv()
822 stuff[stct++] = ilet; in dotypeinv()
827 stuff[stct] = '\0'; in dotypeinv()
828 assert(stct < sizeof(stuff)); in dotypeinv()
833 doinv(stuff); in dotypeinv()