Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/openbsd/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h19 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument
21 #define WIFEXITED(w) (((w)&0377) == 0) argument
22 #define WRETCODE(w) ((w) >> 8) argument
23 #define WSTOPSIG(w) ((w) >> 8) argument
24 #define WCOREDUMP(w) (((w)&0200) != 0) argument
25 #define WTERMSIG(w) ((w) & 0177) argument
39 #define WRETCODE(w) (w).w_retcode argument
40 #define WSTOPSIG(w) (w).w_stopsig argument
41 #define WCOREDUMP(w) (w).w_coredump argument
42 #define WTERMSIG(w) (w).w_termsig argument
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h46 #define WIFEXITED(w) (((w)&0377) == 0) argument
50 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument
61 #define WIFSTOPPED(w) ((w)&0x40) argument
64 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument
69 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ argument
73 #define WTERMSIG(w) ((w) & 0177) argument
85 #define WCOREDUMP(w) (((w)&0200) != 0) argument
90 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) argument
92 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) argument
98 #define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig)) argument
[all …]
/openbsd/gnu/usr.bin/binutils/include/
H A Dwait.h14 #define WIFEXITED(w) (((w)&0377) == 0) argument
18 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument
29 #define WIFSTOPPED(w) ((w)&0x40) argument
32 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument
37 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ argument
41 #define WTERMSIG(w) ((w) & 0177) argument
53 #define WCOREDUMP(w) (((w)&0200) != 0) argument
57 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) argument
61 #define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8))) argument
/openbsd/usr.bin/tmux/
H A Dalerts.c46 struct window *w = arg; in alerts_timer() local
55 struct window *w, *w1; in alerts_callback() local
93 alerts_check_all(struct window *w) in alerts_check_all()
113 alerts_enabled(struct window *w, int flags) in alerts_enabled()
133 struct window *w; in alerts_reset_all() local
140 alerts_reset(struct window *w) in alerts_reset()
159 alerts_queue(struct window *w, int flags) in alerts_queue()
184 alerts_check_bell(struct window *w) in alerts_check_bell()
222 alerts_check_activity(struct window *w) in alerts_check_activity()
258 alerts_check_silence(struct window *w) in alerts_check_silence()
H A Dwindow.c198 struct window *w = wl->window; in winlink_remove() local
281 struct window w; in window_find_by_id() local
297 struct window *w; in window_create() local
339 window_destroy(struct window *w) in window_destroy()
433 struct window *w = wp->window; in window_pane_send_resize() local
643 struct window *w = wp->window; in window_zoom() local
820 struct window *w = wp->window; in window_pane_index() local
1289 struct window *w; in window_pane_find_up() local
1346 struct window *w; in window_pane_find_down() local
1403 struct window *w; in window_pane_find_left() local
[all …]
H A Dlayout.c231 layout_fix_offsets(struct window *w) in layout_fix_offsets()
243 layout_cell_is_top(struct window *w, struct layout_cell *lc) in layout_cell_is_top()
289 layout_fix_panes(struct window *w, struct window_pane *skip) in layout_fix_panes()
335 layout_resize_check(struct window *w, struct layout_cell *lc, in layout_resize_check()
383 layout_resize_adjust(struct window *w, struct layout_cell *lc, in layout_resize_adjust()
428 layout_destroy_cell(struct window *w, struct layout_cell *lc, in layout_destroy_cell()
478 layout_init(struct window *w, struct window_pane *wp) in layout_init()
489 layout_free(struct window *w) in layout_free()
496 layout_resize(struct window *w, u_int sx, u_int sy) in layout_resize()
1039 struct window *w = wp->window; in layout_close_pane() local
[all …]
H A Dlayout-set.c66 layout_set_select(struct window *w, u_int layout) in layout_set_select()
79 layout_set_next(struct window *w) in layout_set_next()
98 layout_set_previous(struct window *w) in layout_set_previous()
119 layout_set_even(struct window *w, enum layout_type type) in layout_set_even()
173 layout_set_even_h(struct window *w) in layout_set_even_h()
179 layout_set_even_v(struct window *w) in layout_set_even_v()
185 layout_set_main_h(struct window *w) in layout_set_main_h()
283 layout_set_main_v(struct window *w) in layout_set_main_v()
381 layout_set_tiled(struct window *w) in layout_set_tiled()
H A Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in resize_window()
99 clients_with_window(struct window *w) in clients_with_window()
115 struct session *s, struct window *w, int (*skip_client)(struct client *, in clients_calculate_size()
268 __unused int current, struct session *s, struct window *w) in default_window_size_skip_client()
285 default_window_size(struct client *c, struct session *s, struct window *w, in default_window_size()
345 int current, __unused struct session *s, struct window *w) in recalculate_size_skip_client()
360 recalculate_size(struct window *w, int now) in recalculate_size()
437 struct window *w; in recalculate_sizes_now() local
H A Dscreen-redraw.c194 struct window *w = c->session->curw->window; in screen_redraw_cell_border() local
227 struct window *w = c->session->curw->window; in screen_redraw_type_of_cell() local
301 struct window *w = c->session->curw->window; in screen_redraw_check_cell() local
379 struct window *w = wp->window; in screen_redraw_make_pane_status() local
442 struct window *w = c->session->curw->window; in screen_redraw_draw_pane_status() local
541 struct window *w = s->curw->window; in screen_redraw_set_context() local
631 struct window *w = s->curw->window; in screen_redraw_draw_borders_style() local
656 struct window *w = s->curw->window; in screen_redraw_draw_borders_cell() local
752 struct window *w = s->curw->window; in screen_redraw_draw_borders() local
772 struct window *w = c->session->curw->window; in screen_redraw_draw_panes() local
[all …]
H A Dnames.c36 struct window *w = arg; in name_time_callback() local
43 name_time_expired(struct window *w, struct timeval *tv) in name_time_expired()
54 check_window_name(struct window *w) in check_window_name()
108 default_window_name(struct window *w) in default_window_name()
124 format_window_name(struct window *w) in format_window_name()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dwait.h22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) argument
25 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) argument
28 #define WIFEXITED(w) (((w) & 0xff) == 0) argument
32 #define WSTOPSIG(w) (((w) >> 8) & 0xff) argument
35 #define WTERMSIG(w) ((w) & 0x7f) argument
38 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dtypedef5.C8 typedef v* (*w)(t); typedef
12 typedef v* (*w)(t const); // this is ok typedef
13 typedef v* (*w)(t); // ERROR - covers message `previously declared here' typedef
14 typedef v* (*const w)(t); // ERROR - invalid redeclaration typedef
15 typedef v const* (*w)(t); // ERROR - invalid redeclaration typedef
16 typedef v* const (*w)(t); // ERROR - invalid redeclaration typedef
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dlogging.h77 # define WARN(w) __rt_warning(WARN_FORMAT, (w), __FILE__, __LINE__) argument
79 # define WARN(w) ((void)(0)) argument
87 # define INFO(w) argument
93 # define INFO(w) __rt_warning("%s\n", (w)) argument
95 # define INFO(w) ((void)(0)) argument
113 # define TRACE(w) __rt_trace("%s ", (w)) argument
115 # define TRACE(w) ((void)(0)) argument
/openbsd/usr.sbin/unbound/sldns/
H A Dwire2str.c399 int w; in sldns_str_print() local
1356 int w; in sldns_wire2str_int8_scan() local
1366 int w; in sldns_wire2str_int16_scan() local
1376 int w; in sldns_wire2str_int32_scan() local
1386 int w; in sldns_wire2str_period_scan() local
1397 int w; in sldns_wire2str_tsigtime_scan() local
1421 int w; in sldns_wire2str_a_scan() local
1435 int w; in sldns_wire2str_aaaa_scan() local
1632 int w; in sldns_wire2str_nsec3_salt_scan() local
1932 int w; in sldns_wire2str_hip_scan() local
[all …]
/openbsd/sbin/unwind/libunbound/sldns/
H A Dwire2str.c399 int w; in sldns_str_print() local
1356 int w; in sldns_wire2str_int8_scan() local
1366 int w; in sldns_wire2str_int16_scan() local
1376 int w; in sldns_wire2str_int32_scan() local
1386 int w; in sldns_wire2str_period_scan() local
1397 int w; in sldns_wire2str_tsigtime_scan() local
1421 int w; in sldns_wire2str_a_scan() local
1435 int w; in sldns_wire2str_aaaa_scan() local
1632 int w; in sldns_wire2str_nsec3_salt_scan() local
1932 int w; in sldns_wire2str_hip_scan() local
[all …]
/openbsd/distrib/special/more/
H A Dcurses.h179 #define mvwaddch(w, y, x, ch) \ argument
185 #define mvwdelch(w, y, x) \ argument
187 #define mvwgetch(w, y, x) \ argument
191 #define mvwinch(w, y, x) \ argument
193 #define mvwinsch(w, y, x, c) \ argument
197 #define clearok(w, bf) \ argument
199 #define flushok(w, bf) \ argument
201 #define getyx(w, y, x) \ argument
203 #define leaveok(w, bf) \ argument
205 #define scrollok(w, bf) \ argument
[all …]
/openbsd/lib/libcrypto/bn/
H A Dbn_word.c64 BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word()
106 BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word()
144 BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word()
179 BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word()
226 BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
/openbsd/usr.sbin/unbound/testcode/
H A Dunittcpreuse.c54 struct waiting_tcp* w; in tcpid_addmore() local
237 struct waiting_tcp* w = outnet->tcp_wait_first; in check_waiting_tcp_list() local
257 struct waiting_tcp* w = outnet->tcp_wait_first, *n = NULL; in waiting_tcp_list_clear() local
278 struct waiting_tcp* w; in check_waiting_tcp_removal() local
318 struct waiting_tcp* w, *t = NULL; in waiting_tcp_list_test() local
363 struct waiting_tcp* w = reuse->write_wait_first; in check_reuse_write_wait() local
397 struct waiting_tcp* w = reuse->write_wait_first, *n = NULL; in reuse_write_wait_clear() local
419 struct waiting_tcp* w; in check_reuse_write_wait_removal() local
455 struct waiting_tcp* w; in reuse_write_wait_test() local
/openbsd/sys/dev/pci/
H A Dazalia_codec.c706 const widget_t *w; in azalia_codec_fnode() local
846 const widget_t *w, *ww; in azalia_mixer_init() local
1484 widget_t *w; in azalia_mixer_default() local
1617 widget_t *w; in azalia_codec_enable_unsol() local
1868 const widget_t *w; in azalia_mixer_get() local
1891 const widget_t *w; in azalia_mixer_get() local
2267 const widget_t *w; in azalia_mixer_set() local
2335 const widget_t *w; in azalia_mixer_set() local
2414 const widget_t *w; in azalia_mixer_set() local
2587 azalia_pin_config_ov(widget_t *w, int mask, int val) in azalia_pin_config_ov()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dlibgcc2.c190 const Wtype w = -a; in __negvSI2() local
201 const SItype w = -a; in __negvsi2() local
228 Wtype w = a; in __absvSI2() local
246 SItype w = a; in __absvsi2() local
267 DWtype w = a; in __absvDI2() local
419 DWunion w; in __lshrdi3() local
447 DWunion w; in __ashldi3() local
475 DWunion w; in __ashrdi3() local
1064 DWtype w; in __divdi3() local
1088 DWtype w; in __moddi3() local
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c103 #define M1(a, b, c, d, e, f, k, w) \ in sha1() argument
171 #define M2(a, b, c, d, e, f, g, h, w) \ in sha256() argument
182 #define M21(w) M2(a, b, c, d, e, f, g, h, w) in sha256() argument
183 #define M22(w) M2(h, a, b, c, d, e, f, g, w) in sha256() argument
184 #define M23(w) M2(g, h, a, b, c, d, e, f, w) in sha256() argument
185 #define M24(w) M2(f, g, h, a, b, c, d, e, w) in sha256() argument
186 #define M25(w) M2(e, f, g, h, a, b, c, d, w) in sha256() argument
187 #define M26(w) M2(d, e, f, g, h, a, b, c, w) in sha256() argument
188 #define M27(w) M2(c, d, e, f, g, h, a, b, w) in sha256() argument
189 #define M28(w) M2(b, c, d, e, f, g, h, a, w) in sha256() argument
[all …]
/openbsd/usr.sbin/unbound/libunbound/
H A Dlibworker.c94 libworker_delete_env(struct libworker* w) in libworker_delete_env()
116 libworker_delete(struct libworker* w) in libworker_delete()
125 libworker_delete_event(struct libworker* w) in libworker_delete_event()
329 struct libworker* w = (struct libworker*)arg; in libworker_handle_control_cmd() local
346 struct libworker* w = (struct libworker*)arg; in libworker_dobg() local
392 struct libworker* w; in libworker_bg() local
592 setup_qinfo_edns(struct libworker* w, struct ctx_query* q, in setup_qinfo_edns()
621 struct libworker* w = libworker_setup(ctx, 0, NULL); in libworker_fg() local
703 struct libworker* w = ctx->event_worker; in libworker_attach_mesh() local
883 struct libworker* w = (struct libworker*)arg; in libworker_alloc_cleanup() local
[all …]
/openbsd/usr.sbin/unbound/services/
H A Doutside_network.c195 waiting_tcp_delete(struct waiting_tcp* w) in waiting_tcp_delete()
374 struct waiting_tcp* w = reuse->write_wait_first; local
470 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local
869 struct waiting_tcp* w = outnet->tcp_wait_first; local
946 struct waiting_tcp* w; local
1048 struct waiting_tcp* w; local
1285 struct waiting_tcp* w = NULL; local
2300 struct waiting_tcp* w = (struct waiting_tcp*)arg; local
2413 struct waiting_tcp* w; local
2742 struct waiting_tcp* w = (struct waiting_tcp*) local
[all …]
/openbsd/sbin/unwind/libunbound/libunbound/
H A Dlibworker.c94 libworker_delete_env(struct libworker* w) in libworker_delete_env()
116 libworker_delete(struct libworker* w) in libworker_delete()
125 libworker_delete_event(struct libworker* w) in libworker_delete_event()
329 struct libworker* w = (struct libworker*)arg; in libworker_handle_control_cmd() local
346 struct libworker* w = (struct libworker*)arg; in libworker_dobg() local
392 struct libworker* w; in libworker_bg() local
592 setup_qinfo_edns(struct libworker* w, struct ctx_query* q, in setup_qinfo_edns()
621 struct libworker* w = libworker_setup(ctx, 0, NULL); in libworker_fg() local
703 struct libworker* w = ctx->event_worker; in libworker_attach_mesh() local
883 struct libworker* w = (struct libworker*)arg; in libworker_alloc_cleanup() local
[all …]
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.c195 waiting_tcp_delete(struct waiting_tcp* w) in waiting_tcp_delete()
374 struct waiting_tcp* w = reuse->write_wait_first; local
470 struct waiting_tcp* w = (struct waiting_tcp*)node->key; local
869 struct waiting_tcp* w = outnet->tcp_wait_first; local
946 struct waiting_tcp* w; local
1048 struct waiting_tcp* w; local
1285 struct waiting_tcp* w = NULL; local
2300 struct waiting_tcp* w = (struct waiting_tcp*)arg; local
2413 struct waiting_tcp* w; local
2742 struct waiting_tcp* w = (struct waiting_tcp*) local
[all …]

12345678910>>...27