Searched refs:wl (Results 1 - 25 of 102) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dwhere.c182 ffewhere_line_content (ffewhereLine wl)
184 assert (wl != NULL);
185 return wl->content;
191 ffewhere_line_file (ffewhereLine wl)
195 assert (wl != NULL);
196 ll = ffewhere_ll_lookup_ (wl->line_num);
203 ffewhere_line_filelinenum (ffewhereLine wl)
207 assert (wl != NULL);
208 ll = ffewhere_ll_lookup_ (wl->line_num);
209 return wl
181 ffewhere_line_content(ffewhereLine wl) argument
190 ffewhere_line_file(ffewhereLine wl) argument
202 ffewhere_line_filelinenum(ffewhereLine wl) argument
214 ffewhere_line_kill(ffewhereLine wl) argument
227 malloc_kill_ks (ffe_pool_file (), wl, local
244 ffewhereLine wl = ffewhere_root_line_.last; local
314 ffewhere_line_use(ffewhereLine wl) argument
388 ffewhere_track(ffewhereLine *wl, ffewhereColumn *wc, ffewhereTrack wt, ffewhereIndex i, ffewhereLineNumber ln, ffewhereColumnNumber cn) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/
H A Dltcf-cxx.sh81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
84 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
85 export_dynamic_flag_spec='${wl}--export-dynamic'
90 wlarc='${wl}'
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dltcf-cxx.sh81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
84 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
85 export_dynamic_flag_spec='${wl}--export-dynamic'
90 wlarc='${wl}'
[all...]
/openbsd-current/usr.bin/tmux/
H A Dalerts.c72 alerts_action_applies(struct winlink *wl, const char *name) argument
82 action = options_get_number(wl->session->options, name);
86 return (wl == wl->session->curw);
88 return (wl != wl->session->curw);
106 struct winlink *wl; local
108 RB_FOREACH(wl, winlinks, &s->windows)
109 alerts_check_all(wl->window);
186 struct winlink *wl; local
224 struct winlink *wl; local
260 struct winlink *wl; local
294 alerts_set_message(struct winlink *wl, const char *type, const char *option) argument
[all...]
H A Dcmd-rename-window.c50 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);
H A Dcmd-kill-pane.c49 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);
H A Dsession.c205 struct winlink *wl; local
227 wl = RB_ROOT(&s->windows);
228 notify_session_window("window-unlinked", s, wl->window);
229 winlink_remove(&s->windows, wl);
340 struct winlink *wl; local
342 if ((wl = winlink_add(&s->windows, idx)) == NULL) {
346 wl->session = s;
347 winlink_set_window(wl, w);
351 return (wl);
356 session_detach(struct session *s, struct winlink *wl) argument
379 struct winlink *wl; local
403 session_next_alert(struct winlink *wl) argument
417 struct winlink *wl; local
434 session_previous_alert(struct winlink *wl) argument
448 struct winlink *wl; local
468 struct winlink *wl; local
478 struct winlink *wl; local
491 session_set_current(struct session *s, struct winlink *wl) argument
653 struct winlink *wl, *wl2; local
710 struct winlink *wl, *wl1, *wl_new; local
[all...]
H A Dcmd-kill-window.c60 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
[all...]
H A Dcmd-kill-session.c51 struct winlink *wl; local
54 RB_FOREACH(wl, winlinks, &s->windows) {
55 wl->window->flags &= ~WINDOW_ALERTFLAGS;
56 wl->flags &= ~WINLINK_ALERTFLAGS;
H A Dcmd-find.c212 struct winlink *wl, *wl_loop; local
216 wl = NULL;
218 wl = fs->s->curw;
222 wl = wl_loop;
227 if (wl == NULL)
229 fs->wl = wl;
230 fs->idx = fs->wl->idx;
311 /* Find window from string. Fills in s, wl, w. */
334 fs->wl
351 struct winlink *wl; local
667 struct winlink *wl; local
738 cmd_find_from_winlink(struct cmd_find_state *fs, struct winlink *wl, int flags) argument
792 cmd_find_from_winlink_pane(struct cmd_find_state *fs, struct winlink *wl, struct window_pane *wp, int flags) argument
[all...]
H A Dcmd-list-panes.c56 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, argument
128 TAILQ_FOREACH(wp, &wl->window->panes, entry) {
131 format_defaults(ft, NULL, s, wl, wp);
H A Dcmd-move-window.c68 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);
H A Dcmd-switch-client.c58 struct winlink *wl; local
74 wl = target.wl;
119 if (wl != NULL && wp != NULL && wp != wl->window->active) {
120 w = wl->window;
128 if (wl != NULL) {
129 session_set_current(s, wl);
H A Dcmd-break-pane.c56 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);
122 wl = session_attach(dst_s, w, idx, &cause); /* can't fail */
124 session_select(dst_s, wl->idx);
138 cp = format_single(item, template, tc, dst_s, wl, w
[all...]
H A Dcmd-respawn-window.c55 struct winlink *wl = target->wl; local
61 sc.wl = wl;
89 server_redraw_window(wl->window);
H A Dcmd-attach-session.c60 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);
H A Dcmd-respawn-pane.c54 struct winlink *wl = target->wl; local
61 sc.wl = wl;
H A Dwindow-tree.c297 window_tree_build_pane(struct session *s, struct winlink *wl, argument
310 item->winlink = wl->idx;
313 text = format_single(NULL, data->format, NULL, s, wl, wp);
322 window_tree_filter_pane(struct session *s, struct winlink *wl, argument
331 cp = format_single(NULL, filter, NULL, s, wl, wp);
339 window_tree_build_window(struct session *s, struct winlink *wl, argument
354 item->winlink = wl->idx;
357 text = format_single(NULL, data->format, NULL, s, wl, NULL);
358 xasprintf(&name, "%u", wl->idx);
365 mti = mode_tree_add(data->data, parent, item, (uint64_t)wl, nam
413 struct winlink *wl, **l; local
537 struct winlink *wl; local
831 struct winlink *wl; local
882 struct winlink *wl; local
1007 struct winlink *wl; local
1103 struct winlink *wl; local
1175 struct winlink *wl; local
1232 window_tree_key(struct window_mode_entry *wme, struct client *c, __unused struct session *s, __unused struct winlink *wl, key_code key, struct mouse_event *m) argument
[all...]
H A Dwindow.c101 struct winlink *wl; local
103 RB_FOREACH(wl, winlinks, wwl) {
104 if (wl->window == w)
105 return (wl);
114 struct winlink wl; local
119 wl.idx = idx;
120 return (RB_FIND(winlinks, wwl, &wl));
126 struct winlink *wl; local
128 RB_FOREACH(wl, winlinks, wwl) {
129 if (wl
155 struct winlink *wl; local
168 struct winlink *wl; local
184 winlink_set_window(struct winlink *wl, struct window *w) argument
196 winlink_remove(struct winlinks *wwl, struct winlink *wl) argument
210 winlink_next(struct winlink *wl) argument
216 winlink_previous(struct winlink *wl) argument
222 winlink_next_by_number(struct winlink *wl, struct session *s, int n) argument
233 winlink_previous_by_number(struct winlink *wl, struct session *s, int n) argument
244 winlink_stack_push(struct winlink_stack *stack, struct winlink *wl) argument
255 winlink_stack_remove(struct winlink_stack *stack, struct winlink *wl) argument
863 window_printable_flags(struct winlink *wl, int escape) argument
1171 window_pane_key(struct window_pane *wp, struct client *c, struct session *s, struct winlink *wl, key_code key, struct mouse_event *m) argument
1516 winlink_clear_flags(struct winlink *wl) argument
1531 winlink_shuffle_up(struct session *s, struct winlink *wl, int before) argument
[all...]
H A Dspawn.c57 struct winlink *wl = sc->wl; local
64 if (wl != NULL && wp0 != NULL)
65 xsnprintf(tmp, sizeof tmp, "wl=%d wp0=%%%u", wl->idx, wp0->id);
66 else if (wl != NULL)
67 xsnprintf(tmp, sizeof tmp, "wl=%d wp0=none", wl->idx);
69 xsnprintf(tmp, sizeof tmp, "wl=none wp0=%%%u", wp0->id);
71 xsnprintf(tmp, sizeof tmp, "wl
84 struct winlink *wl; local
[all...]
H A Dcmd-new-window.c61 struct winlink *wl = target->wl, *new_wl = NULL; local
75 RB_FOREACH(wl, winlinks, &s->windows) {
76 if (strcmp(wl->window->name, expanded) != 0)
79 new_wl = wl;
101 idx = winlink_shuffle_up(s, wl, before);
/openbsd-current/gnu/lib/libstdc++/
H A Dltcf-cxx.sh81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
84 hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
85 export_dynamic_flag_spec='${wl}--export-dynamic'
90 wlarc='${wl}'
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra-colorize.c359 struct conflict_link *wl; local
362 for (wl = web->conflict_list; wl; wl = wl->next)
364 struct web *pweb = wl->t;
459 struct conflict_link *wl; local
480 for (wl = web->conflict_list; wl; wl
573 struct conflict_link *wl; local
668 struct conflict_link *wl; local
725 struct conflict_link *wl; local
1195 struct conflict_link *wl; local
1284 struct conflict_link *wl; local
1701 struct conflict_link *wl; local
1908 struct conflict_link *wl; local
2016 struct conflict_link *wl; local
2163 struct conflict_link *wl; local
2232 struct conflict_link *wl; local
[all...]
/openbsd-current/gnu/gcc/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...]
/openbsd-current/gnu/usr.bin/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...]

Completed in 404 milliseconds

12345