Searched refs:wl (Results 26 - 50 of 193) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/build-aux/
H A Dconfig.rpath42 wl=
44 wl='-Wl,'
48 wl='-Wl,'
53 wl='-Wl,'
60 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
76 wl='-Wl,'
79 wl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dconfig.rpath42 wl=
44 wl='-Wl,'
48 wl='-Wl,'
53 wl='-Wl,'
60 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
76 wl='-Wl,'
79 wl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/
H A Dconfig.rpath42 wl=
44 wl='-Wl,'
48 wl='-Wl,'
53 wl='-Wl,'
60 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
76 wl='-Wl,'
79 wl
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dwindow.c82 struct winlink *wl; local
84 RB_FOREACH(wl, winlinks, wwl) {
85 if (wl->window == w)
86 return (wl);
95 struct winlink wl; local
100 wl.idx = idx;
101 return (RB_FIND(winlinks, wwl, &wl));
124 struct winlink *wl; local
128 RB_FOREACH(wl, winlinks, wwl)
137 struct winlink *wl; local
153 winlink_set_window(struct winlink *wl, struct window *w) argument
160 winlink_remove(struct winlinks *wwl, struct winlink *wl) argument
179 winlink_next(struct winlink *wl) argument
185 winlink_previous(struct winlink *wl) argument
191 winlink_next_by_number(struct winlink *wl, struct session *s, int n) argument
202 winlink_previous_by_number(struct winlink *wl, struct session *s, int n) argument
213 winlink_stack_push(struct winlink_stack *stack, struct winlink *wl) argument
223 winlink_stack_remove(struct winlink_stack *stack, struct winlink *wl) argument
527 window_printable_flags(struct session *s, struct winlink *wl) argument
[all...]
H A Dcmd-respawn-window.c45 struct winlink *wl; local
53 if ((wl = cmd_find_window(ctx, args_get(args, 't'), &s)) == NULL)
55 w = wl->window;
62 "window still active: %s:%d", s->name, wl->idx);
H A Dcmd-select-window.c90 struct winlink *wl; local
129 wl = cmd_find_window(ctx, args_get(args, 't'), &s);
130 if (wl == NULL)
133 if (session_select(s, wl->idx) == 0)
H A Dcmd-choose-buffer.c54 struct winlink *wl; local
64 if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
70 if (window_pane_set_mode(wl->window->active, &window_choose_mode) != 0)
76 window_choose_add(wl->window->active, idx - 1,
89 window_choose_ready(wl->window->active,
H A Dcmd-choose-client.c54 struct winlink *wl; local
63 if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
66 if (window_pane_set_mode(wl->window->active, &window_choose_mode) != 0)
78 window_choose_add(wl->window->active, i,
92 window_choose_ready(wl->window->active,
H A Dcmd-choose-session.c54 struct winlink *wl; local
65 if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
68 if (window_pane_set_mode(wl->window->active, &window_choose_mode) != 0)
85 window_choose_add(wl->window->active, s->idx,
99 window_choose_ready(wl->window->active,
H A Dcmd-choose-window.c56 struct winlink *wl, *wm; local
68 if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
71 if (window_pane_set_mode(wl->window->active, &window_choose_mode) != 0)
84 if (wm == wl)
91 window_choose_add(wl->window->active,
110 window_choose_ready(wl->window->active,
H A Dcmd-split-window.c56 struct winlink *wl; local
67 if ((wl = cmd_find_pane(ctx, args_get(args, 't'), &s, &wp)) == NULL)
69 w = wl->window;
132 session_select(s, wl->idx);
140 paneidx = window_pane_index(wl->window, new_wp);
141 ctx->print(ctx, "%s:%u.%u", s->name, wl->idx, paneidx);
H A Dcmd-resize-pane.c88 struct winlink *wl; local
93 if ((wl = cmd_find_pane(ctx, args_get(args, 't'), NULL, &wp)) == NULL)
114 server_redraw_window(wl->window);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-dw2-10.d1 #readelf: -wl
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-prop.c59 ipa_methodlist_not_empty (ipa_methodlist_p wl) argument
61 return (wl != NULL);
66 ipa_methodlist_method (ipa_methodlist_p wl) argument
68 return wl->method_p;
73 ipa_methodlist_method_set (ipa_methodlist_p wl, struct cgraph_node *mt) argument
75 wl->method_p = mt;
81 ipa_methodlist_next_method (ipa_methodlist_p wl) argument
83 return wl->next_method;
98 ipa_methodlist_p wl; local
100 wl
110 ipa_add_method(ipa_methodlist_p * wl, struct cgraph_node *mt) argument
123 ipa_remove_method(ipa_methodlist_p * wl) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/config/
H A Dconfig.rpath47 wl=
49 wl='-Wl,'
53 wl='-Wl,'
56 wl='-Wl,'
59 wl='-Wl,'
68 wl='-Qoption,ld,'
72 wl='-Wl,'
75 wl='-Wl,'
78 wl='-Qoption ld '
82 wl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dconfig.rpath47 wl=
49 wl='-Wl,'
53 wl='-Wl,'
56 wl='-Wl,'
59 wl='-Wl,'
68 wl='-Qoption,ld,'
72 wl='-Wl,'
75 wl='-Wl,'
78 wl='-Qoption ld '
82 wl
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/support/
H A Dconfig.rpath55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,'
79 wl='-Wl,'
84 wl='-Wl,'
89 wl='-Wl,'
92 wl
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/utils/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
80 wl='-Wl,'
83 wl='-Wl,'
86 wl='-Wl,'
89 wl
[all...]
/netbsd-6-1-5-RELEASE/games/dab/
H A Dplayer.cc56 void PLAYER::wl(size_t sc) function in class:PLAYER

Completed in 499 milliseconds

12345678