Lines Matching refs:stct
765 unsigned stct; in dotypeinv() local
774 stct = 0; in dotypeinv()
776 stuff[stct++] = '$'; in dotypeinv()
777 stuff[stct] = 0; 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()
793 if (stct > 1) { in dotypeinv()
816 stct = 0; in dotypeinv()
822 stuff[stct++] = ilet; in dotypeinv()
827 stuff[stct] = '\0'; in dotypeinv()
828 assert(stct < sizeof(stuff)); in dotypeinv()
830 if (stct == 0) in dotypeinv()