Lines Matching +defs:temp +defs:string
1092 short *temp; /* a pointer to template RAM */
1157 temp = (short *) qdmap[unit].template;
1162 temp += (8 * 1024) - 32;
1164 *(short *)datap = *temp++;
2843 char *string;
2844 string = q_special[chr & 0x7F];
2845 while(*string)
2846 (*tp->t_linesw->l_rint)(*string++, tp);
2938 volatile short *temp;
2943 temp = (short *) qdmap[unit].template;
2953 temp += (8 * 1024) - 32; /* cursor is 32 WORDS from the end */
2956 *temp++ = *bitmap++;