Home
last modified time | relevance | path

Searched refs:clsp (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libcurses/
H A Drefresh.c197 int clsp, nlsp; /* Last space in lines. */ local
281 clsp = cep - curscr->lines[wy]->line -
284 __CTRACE("makech: clsp = %d, nlsp = %d\n", clsp, nlsp);
286 if ((clsp - nlsp >= strlen(CE)
287 && clsp < win->maxx * __LDATASIZE) ||
295 while (wx++ <= clsp) {