Lines Matching defs:temp1
145 __LDATA *end, *temp1, *temp2;
167 temp1 = &win->alines[win->cury]->line[win->maxx - 1];
168 temp2 = temp1 - len;
171 np = temp1->nsp;
178 temp1->nsp = NULL;
181 (void)memcpy(temp1, temp2, sizeof(__LDATA));
182 temp1--, temp2--;
186 for (scp = str, temp1 = end, x = win->curx;
188 scp++, temp1++, x++)
190 temp1->ch = (wchar_t)*scp & __CHARTEXT;
191 temp1->attr = win->wattr;
192 temp1->cflags &= ~CA_BACKGROUND;
193 temp1->cflags &= ~CA_CONTINUATION;
195 temp1->wcols = 1;