Searched refs:wlp (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dtouchwin.c160 __LINE *wlp; local
176 wlp = win->alines[y];
177 if (*wlp->firstchp >= win->ch_off &&
178 *wlp->firstchp < win->maxx + win->ch_off)
179 *wlp->firstchp = win->maxx + win->ch_off;
180 if (*wlp->lastchp >= win->ch_off &&
181 *wlp->lastchp < win->maxx + win->ch_off)
182 *wlp->lastchp = win->ch_off;
183 wlp->flags &= ~(__ISDIRTY | __ISFORCED);
H A Drefresh.c157 __LINE *wlp, *vlp, *dwlp; local
231 wlp = swin->alines[wy];
236 wy, *wlp->firstchp, *wlp->lastchp, wlp->flags);
250 "_wnoutrefresh: %s maxx %d\tch_off %d wlp %p\n",
251 _wintype, dwin->maxx, dwin->ch_off, wlp);
253 if (((wlp->flags & (__ISDIRTY | __ISFORCED)) == 0) &&
260 wlp = swin->alines[wy];
263 if ((*wlp
538 __LINE *wlp, *vlp; local
1134 __LINE *wlp; local
[all...]
H A Dcolor.c95 struct __winlist *wlp; local
246 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
247 win = wlp->winp;
248 if (wlp->winp != __virtscr && wlp->winp != curscr) {
641 struct __winlist *wlp; local
648 for (wlp
[all...]
H A Dbackground.c163 __LINE *wlp; local
241 wlp = win->alines[wy];
243 if (wlp->line[wx].cflags & CA_BACKGROUND) {
244 _cursesi_copy_wchar(&nbkgrnd, &wlp->line[wx]);
H A Dnewwin.c261 struct __winlist *wlp, *wlp2; local
304 if ((wlp = malloc(sizeof(struct __winlist))) == NULL) {
311 wlp->winp = win;
312 wlp->nextp = NULL;
314 screen->winlistp = wlp;
319 wlp2->nextp = wlp;
/netbsd-current/external/bsd/tmux/dist/
H A Dwindow-tree.c154 struct winlink **wlp, struct window_pane **wp)
157 *wlp = NULL;
162 *wlp = (*sp)->curw;
163 *wp = (*wlp)->window->active;
167 *wlp = winlink_find_by_index(&(*sp)->windows, item->winlink);
168 if (*wlp == NULL) {
173 *wp = (*wlp)->window->active;
178 if (!window_has_pane((*wlp)->window, *wp))
182 *wlp = NULL;
804 struct winlink *wlp; local
153 window_tree_pull_item(struct window_tree_itemdata *item, struct session **sp, struct winlink **wlp, struct window_pane **wp) argument
[all...]
H A Dcmd.c808 struct winlink **wlp)
824 if (wlp != NULL)
825 *wlp = wl;
807 cmd_mouse_pane(struct mouse_event *m, struct session **sp, struct winlink **wlp) argument
/netbsd-current/sys/kern/
H A Dvfs_wapbl.c494 wapbl_start(struct wapbl ** wlp, struct mount *mp, struct vnode *vp, argument
668 *wlp = wl;

Completed in 185 milliseconds