| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | alpha-opc.c | 340 #define BRA_(oo) OP(oo) argument 342 #define BRA(oo) BRA_(oo), BRA_MASK argument 345 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5)) argument 347 #define FP(oo,fff) FP_(oo,fff), FP_MASK argument 350 #define MEM_(oo) OP(oo) argument 352 #define MEM(oo) MEM_(oo), MEM_MASK argument 355 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument 357 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument 360 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14)) argument 362 #define MBR(oo,h) MBR_(oo,h), MBR_MASK argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | alpha-opc.c | 393 #define BRA_(oo) OP(oo) argument 395 #define BRA(oo) BRA_(oo), BRA_MASK argument 398 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5)) argument 400 #define FP(oo,fff) FP_(oo,fff), FP_MASK argument 403 #define MEM_(oo) OP(oo) argument 405 #define MEM(oo) MEM_(oo), MEM_MASK argument 408 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF)) argument 410 #define MFC(oo,ffff) MFC_(oo,ffff), MFC_MASK argument 413 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14)) argument 415 #define MBR(oo,h) MBR_(oo,h), MBR_MASK argument [all …]
|
| /openbsd/src/usr.bin/tmux/ |
| D | options.c | 111 options_parent_table_entry(struct options *oo, const char *s) in options_parent_table_entry() 173 struct options *oo; in options_create() local 182 options_free(struct options *oo) in options_free() 192 options_get_parent(struct options *oo) in options_get_parent() 198 options_set_parent(struct options *oo, struct options *parent) in options_set_parent() 204 options_first(struct options *oo) in options_first() 216 options_get_only(struct options *oo, const char *name) in options_get_only() 229 options_get(struct options *oo, const char *name) in options_get() 244 options_empty(struct options *oo, const struct options_table_entry *oe) in options_empty() 258 options_default(struct options *oo, const struct options_table_entry *oe) in options_default() [all …]
|
| D | style.c | 358 style_add(struct grid_cell *gc, struct options *oo, const char *name, in style_add() 384 style_apply(struct grid_cell *gc, struct options *oo, const char *name, in style_apply() 407 style_set_scrollbar_style_from_option(struct style *sb_style, struct options *oo) in style_set_scrollbar_style_from_option()
|
| D | cmd-show-options.c | 82 struct options *oo; in cmd_show_options_exec() local 201 struct options *oo) in cmd_show_options_all()
|
| D | window-customize.c | 91 struct options *oo; member 236 struct options *oo = options_owner(o); in window_customize_build_array() local 277 struct options *oo = options_owner(o); in window_customize_build_option() local 342 window_customize_find_user_options(struct options *oo, const char ***list, in window_customize_find_user_options() 966 struct options *oo = item->oo; in window_customize_set_option_callback() local 1015 struct options *oo; in window_customize_set_option() local 1155 struct options *oo; in window_customize_reset_option() local
|
| D | screen-redraw.c | 120 struct options *oo = wp->window->options; in screen_redraw_pane_border() local 591 struct options *oo = s->options; in screen_redraw_set_context() local 696 struct options *oo = w->options; in screen_redraw_draw_borders_style() local 720 struct options *oo = w->options; in screen_redraw_draw_borders_cell() local
|
| D | cmd-select-pane.c | 95 struct options *oo = wp->options; in cmd_select_pane_exec() local
|
| D | cmd-set-option.c | 90 struct options *oo; in cmd_set_option_exec() local
|
| D | cmd-new-session.c | 76 struct options *oo; in cmd_new_session_exec() local
|
| D | environ.c | 182 environ_update(struct options *oo, struct environ *src, struct environ *dst) in environ_update()
|
| D | cmd-display-panes.c | 65 struct options *oo = s->options; in cmd_display_panes_draw_pane() local
|
| D | notify.c | 61 struct options *oo; in notify_insert_hook() local
|
| D | colour.c | 1087 colour_palette_from_option(struct colour_palette *p, struct options *oo) in colour_palette_from_option()
|
| D | job.c | 87 struct options *oo; in job_run() local
|
| D | screen.c | 175 screen_set_default_cursor(struct screen *s, struct options *oo) in screen_set_default_cursor()
|
| D | session.c | 114 struct environ *env, struct options *oo, struct termios *tio) in session_create()
|
| D | window-tree.c | 537 struct options *oo = s->options; in window_tree_draw_session() local 671 struct options *oo = s->options; in window_tree_draw_window() local
|
| D | cmd-queue.c | 362 struct options *oo; in cmdq_insert_hook() local
|
| D | mode-tree.c | 654 struct options *oo = wp->window->options; in mode_tree_draw() local
|
| D | status.c | 1287 struct options *oo = c->session->options; in status_prompt_key() local
|
| D | window-copy.c | 4386 struct options *oo = wp->window->options; in window_copy_write_line() local 4669 struct options *oo = wp->window->options; in window_copy_set_selection() local 5461 struct options *oo = wp->window->options; in window_copy_cursor_next_word_end_pos() local 5490 struct options *oo = wp->window->options; in window_copy_cursor_next_word_end() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/ |
| D | inline1.C | 3 int oo() in oo() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype.c | 1506 options_p oo; local 1534 options_p oo; local 2240 options_p oo; local
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gengtype.c | 1534 options_p oo; in walk_type() local 1812 options_p oo; in walk_type() local 2606 options_p oo; in write_root() local
|