Lines Matching defs:temp1
88 __LDATA *start, *temp1, *temp2;
154 temp1 = &win->alines[y]->line[win->maxx - 1];
155 temp2 = temp1 - cw;
160 while (temp1 > temp2 + cw) {
161 np = temp1->nsp;
168 temp1->nsp = NULL;
170 temp1->ch = win->bch;
171 if (_cursesi_copy_nsp(win->bnsp, temp1) == ERR)
173 temp1->attr = win->battr;
174 temp1->wcols = 1;
175 temp1--;
179 (void)memcpy(temp1, temp2, sizeof(__LDATA));
180 temp1--, temp2--;
200 temp1 = start + 1;
203 temp1->ch = wch->vals[0];
204 temp1->wcols = x - ex;
205 temp1->nsp = NULL;
206 temp1->cflags |= CA_CONTINUATION;
207 ex++, temp1++;