HomeSort by: relevance | last modified time | path
    Searched defs:wlp (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libcurses/
touchwin.c 168 __LINE *wlp; local in function:wtouchln
187 wlp = win->alines[y];
188 if (*wlp->firstchp >= win->ch_off &&
189 *wlp->firstchp < win->maxx + win->ch_off)
190 *wlp->firstchp = win->maxx + win->ch_off;
191 if (*wlp->lastchp >= win->ch_off &&
192 *wlp->lastchp < win->maxx + win->ch_off)
193 *wlp->lastchp = win->ch_off;
194 wlp->flags &= ~(__ISDIRTY | __ISFORCED);
background.c 173 __LINE *wlp; local in function:wbkgrndset
254 wlp = win->alines[wy];
256 if (wlp->line[wx].cflags & CA_BACKGROUND) {
257 _cursesi_copy_wchar(&nbkgrnd, &wlp->line[wx]);
newwin.c 265 struct __winlist *wlp, *wlp2; local in function:__makenew
308 if ((wlp = malloc(sizeof(struct __winlist))) == NULL) {
315 wlp->winp = win;
316 wlp->nextp = NULL;
318 screen->winlistp = wlp;
323 wlp2->nextp = wlp;
color.c 95 struct __winlist *wlp; local in function:start_color
247 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
248 win = wlp->winp;
249 if (wlp->winp != __virtscr && wlp->winp != curscr) {
656 struct __winlist *wlp; local in function:__change_pair
663 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp)
    [all...]
refresh.c 160 __LINE *wlp, *vlp, *dwlp; local in function:_wnoutrefresh
237 wlp = swin->alines[wy];
242 wy, *wlp->firstchp, *wlp->lastchp, wlp->flags);
256 "_wnoutrefresh: %s maxx %d\tch_off %d wlp %p\n",
257 _wintype, dwin->maxx, dwin->ch_off, wlp);
259 if (((wlp->flags & (__ISDIRTY | __ISFORCED)) == 0) &&
266 wlp = swin->alines[wy];
269 if ((*wlp->firstchp < maxx + swin->ch_off &
551 __LINE *wlp, *vlp; local in function:doupdate
1147 __LINE *wlp; local in function:makech
    [all...]

Completed in 90 milliseconds