Lines Matching defs:temp1
133 __LDATA *start, *temp1, *temp2;
317 temp1 = &win->alines[y]->line[win->maxx - 1];
318 temp2 = temp1 - width;
325 while (temp1 > temp2 + width) {
326 temp1->ch = win->bch;
327 if (_cursesi_copy_nsp(win->bnsp, temp1) == ERR) {
331 temp1->attr = win->battr;
332 temp1->cflags |= CA_BACKGROUND;
333 temp1->cflags &= ~CA_CONTINUATION;
334 temp1->wcols = 1;
336 "wins_nwstr: empty cell(%p)\n", temp1);
337 temp1--;
341 (void)memcpy(temp1, temp2, sizeof(__LDATA));
342 temp1--, temp2--;
368 for (lstr = slstr, temp1 = start; len; len--, lstr++) {