| /src/games/dab/ |
| player.cc | 56 void PLAYER::wl(size_t sc) function in class:PLAYER
|
| /src/lib/libcurses/ |
| delwin.c | 54 struct __winlist *wl, *pwl; local 84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) { 85 if (wl->winp != win) 88 pwl->nextp = wl->nextp; 90 screen->winlistp = wl->nextp; 91 free(wl); [all...] |
| /src/external/bsd/tmux/dist/ |
| cmd-rename-window.c | 50 struct winlink *wl = target->wl; local 54 window_set_name(wl->window, newname); 55 options_set_number(wl->window->options, "automatic-rename", 0); 57 server_redraw_window_borders(wl->window); 58 server_status_window(wl->window);
|
| cmd-kill-pane.c | 49 struct winlink *wl = target->wl; local 53 server_unzoom_window(wl->window); 54 TAILQ_FOREACH_SAFE(loopwp, &wl->window->panes, entry, tmpwp) { 59 window_remove_pane(wl->window, loopwp); 61 server_redraw_window(wl->window);
|
| cmd-kill-session.c | 51 struct winlink *wl; local 54 RB_FOREACH(wl, winlinks, &s->windows) { 55 wl->window->flags &= ~WINDOW_ALERTFLAGS; 56 wl->flags &= ~WINLINK_ALERTFLAGS;
|
| cmd-kill-window.c | 60 struct winlink *wl = target->wl, *loop; local 61 struct window *w = wl->window; 70 server_unlink_window(s, wl); 76 if (RB_PREV(winlinks, &s->windows, wl) == NULL && 77 RB_NEXT(winlinks, &s->windows, wl) == NULL) 84 if (loop->window != wl->window) { 98 if (loop->window == wl->window) 102 server_kill_window(wl->window, 0); 108 server_kill_window(wl->window, 1) [all...] |
| cmd-respawn-pane.c | 54 struct winlink *wl = target->wl; local 61 sc.wl = wl;
|
| cmd-respawn-window.c | 55 struct winlink *wl = target->wl; local 61 sc.wl = wl; 89 server_redraw_window(wl->window);
|
| cmd-attach-session.c | 60 struct winlink *wl; local 89 wl = target.wl; 92 if (wl != NULL) { 95 session_set_current(s, wl); 97 cmd_find_from_winlink_pane(current, wl, wp, 0); 99 cmd_find_from_winlink(current, wl, 0); 103 cwd = format_single(item, cflag, c, s, wl, wp);
|
| cmd-move-window.c | 68 struct winlink *wl = source->wl; local 95 if (target.wl != NULL) 96 idx = winlink_shuffle_up(dst, target.wl, before); 103 if (server_link_window(src, wl, dst, idx, kflag, !dflag, &cause) != 0) { 109 server_unlink_window(src, wl);
|
| cmd-resize-window.c | 51 struct winlink *wl = target->wl; local 52 struct window *w = wl->window;
|
| cmd-rotate-window.c | 49 struct winlink *wl = target->wl; local 50 struct window *w = wl->window; 110 cmd_find_from_winlink_pane(current, wl, wp, 0);
|
| cmd-select-layout.c | 76 struct winlink *wl = target->wl; local 77 struct window *w = wl->window;
|
| cmd-select-window.c | 91 struct winlink *wl = target->wl; local 131 if (args_has(args, 'T') && wl == s->curw) { 139 } else if (session_select(s, wl->idx) == 0) {
|
| cmd-switch-client.c | 58 struct winlink *wl; local 75 wl = target.wl; 120 if (wl != NULL && wp != NULL && wp != wl->window->active) { 121 w = wl->window; 129 if (wl != NULL) { 130 session_set_current(s, wl);
|
| cmd-break-pane.c | 56 struct winlink *wl = source->wl; local 60 struct window *w = wl->window; 67 if (target->wl != NULL) 68 idx = winlink_shuffle_up(dst_s, target->wl, before); 77 if (server_link_window(src_s, wl, dst_s, idx, 0, 87 server_unlink_window(src_s, wl); 88 wl = winlink_find_by_window(&dst_s->windows, w); 89 if (wl == NULL) 125 wl = session_attach(dst_s, w, idx, &cause); /* can't fail * [all...] |
| cmd-list-panes.c | 56 struct winlink *wl = target->wl; local 63 cmd_list_panes_window(self, s, wl, item, 0); 81 struct winlink *wl; local 83 RB_FOREACH(wl, winlinks, &s->windows) 84 cmd_list_panes_window(self, s, wl, item, type); 88 cmd_list_panes_window(struct cmd *self, struct session *s, struct winlink *wl, 128 TAILQ_FOREACH(wp, &wl->window->panes, entry) { 131 format_defaults(ft, NULL, s, wl, wp);
|
| cmd-list-windows.c | 89 struct winlink *wl; local 110 RB_FOREACH(wl, winlinks, &s->windows) { 113 format_defaults(ft, NULL, s, wl, NULL);
|
| cmd-select-pane.c | 91 struct winlink *wl = target->wl; local 92 struct window *w = wl->window; 128 cmd_find_from_winlink(current, wl, 0); 145 if (args_has(args, 'M') || server_is_marked(s, wl, wp)) 148 server_set_marked(s, wl, wp); 237 cmd_find_from_winlink_pane(current, wl, wp, 0);
|
| alerts.c | 71 alerts_action_applies(struct winlink *wl, const char *name) 81 action = options_get_number(wl->session->options, name); 85 return (wl == wl->session->curw); 87 return (wl != wl->session->curw); 105 struct winlink *wl; local 107 RB_FOREACH(wl, winlinks, &s->windows) 108 alerts_check_all(wl->window); 185 struct winlink *wl; local 223 struct winlink *wl; local 259 struct winlink *wl; local [all...] |
| cmd-display-message.c | 67 struct winlink *wl = target->wl; local 130 format_defaults(ft, c, s, wl, wp);
|
| cmd-new-window.c | 62 struct winlink *wl = target->wl, *new_wl = NULL; local 76 RB_FOREACH(wl, winlinks, &s->windows) { 77 if (strcmp(wl->window->name, expanded) != 0) 80 new_wl = wl; 102 idx = winlink_shuffle_up(s, wl, before);
|
| cmd-pipe-pane.c | 63 struct winlink *wl = target->wl; local 119 format_defaults(ft, tc, s, wl, wp);
|
| cmd-resize-pane.c | 56 struct winlink *wl = target->wl; local 57 struct window *w = wl->window; 146 server_redraw_window(wl->window); 154 struct winlink *wl; local 164 wl = cmd_mouse_window(m, NULL); 165 if (wl == NULL) { 169 w = wl->window;
|
| /src/external/bsd/libbind/dist/isc/ |
| ev_waits.c | 58 evWaitList *wl = evGetWaitList(ctx, tag, 1); local 65 if (wl->last != NULL) 66 wl->last->next = new; 68 wl->first = new; 69 wl->last = new; 83 evWaitList *wl = evGetWaitList(ctx, tag, 0); local 86 if (!wl) { 91 first = wl->first; 98 ctx->waitDone.last = wl->last; 99 evFreeWaitList(ctx, wl); 111 evWaitList *wl; local 189 evWaitList *wl; local [all...] |