Searched refs:oo (Results 1 - 25 of 116) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dinline1.C3 int oo() function in struct:f
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Dinline1.C3 int oo() function in struct:f
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb41.C6 std::ostream_iterator<std::string> oo(std::cout);
10 *oo = "Hello, ";
11 ++oo;
12 *oo = "world!\n";
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb41.C6 std::ostream_iterator<std::string> oo(std::cout);
10 *oo = "Hello, ";
11 ++oo;
12 *oo = "world!\n";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Drtti2.C12 void f(class1 * oo) argument
14 class2 * oj = dynamic_cast <class2 *>(oo) ;
16 delete oo;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Drtti2.C12 void f(class1 * oo) argument
14 class2 * oj = dynamic_cast <class2 *>(oo) ;
16 delete oo;
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Doptions.c40 options_init(struct options *oo, struct options *parent) argument
42 SPLAY_INIT(&oo->tree);
43 oo->parent = parent;
47 options_free(struct options *oo) argument
51 while (!SPLAY_EMPTY(&oo->tree)) {
52 o = SPLAY_ROOT(&oo->tree);
53 SPLAY_REMOVE(options_tree, &oo->tree, o);
64 options_find1(struct options *oo, const char *name) argument
69 return (SPLAY_FIND(options_tree, &oo->tree, &p));
73 options_find(struct options *oo, cons argument
89 options_remove(struct options *oo, const char *name) argument
106 options_set_string(struct options *oo, const char *name, const char *fmt, ...) argument
128 options_get_string(struct options *oo, const char *name) argument
140 options_set_number(struct options *oo, const char *name, long long value) argument
159 options_get_number(struct options *oo, const char *name) argument
171 options_set_data( struct options *oo, const char *name, void *value, void (*freefn)(void *)) argument
192 options_get_data(struct options *oo, const char *name) argument
[all...]
H A Dcmd-show-options.c59 struct options *oo; local
64 oo = &global_options;
70 oo = &global_w_options;
75 oo = &wl->window->options;
80 oo = &global_s_options;
85 oo = &s->options;
90 if ((o = options_find1(oo, oe->name)) == NULL)
H A Dcmd-set-option.c125 struct options *oo; local
153 oo = &global_options;
156 oo = &global_w_options;
161 oo = &wl->window->options;
165 oo = &global_s_options;
170 oo = &s->options;
179 if (cmd_set_option_unset(self, ctx, oe, oo, valstr) != 0)
182 if (cmd_set_option_set(self, ctx, oe, oo, valstr) != 0)
200 const struct options_table_entry *oe, struct options *oo, const char *value)
213 options_remove(oo, o
199 cmd_set_option_unset(struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
220 cmd_set_option_set(struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
265 cmd_set_option_string(struct cmd *self, unused struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
286 cmd_set_option_number(unused struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
303 cmd_set_option_keys(unused struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
330 cmd_set_option_colour(unused struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
345 cmd_set_option_attributes(unused struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
360 cmd_set_option_flag(unused struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
387 cmd_set_option_choice(unused struct cmd *self, struct cmd_ctx *ctx, const struct options_table_entry *oe, struct options *oo, const char *value) argument
[all...]
H A Dserver-client.c270 struct options *oo; local
291 oo = &c->session->options;
319 if (options_get_number(oo, "mouse-select-pane") &&
331 options_get_number(oo, "mouse-select-window") &&
332 options_get_number(oo, "status")) {
350 if (options_get_number(oo, "mouse-resize-pane"))
472 struct options *oo = &c->session->options; local
481 status = options_get_number(oo, "status");
502 options_get_number(oo, "mouse-select-pane"))
504 else if (options_get_number(oo, "mous
[all...]
H A Doptions-table.c607 const struct options_table_entry *table, struct options *oo)
613 options_set_string(oo, oe->name, "%s", oe->default_str);
615 options_set_number(oo, oe->name, oe->default_num);
606 options_table_populate_tree( const struct options_table_entry *table, struct options *oo) argument
H A Dscreen-redraw.c267 struct options *oo = &s->options; local
280 colour = options_get_number(oo, "display-panes-colour");
281 active_colour = options_get_number(oo, "display-panes-active-colour");
H A Dstatus.c653 struct options *oo = &wl->window->options; local
659 fg = options_get_number(oo, "window-status-fg");
662 bg = options_get_number(oo, "window-status-bg");
665 attr = options_get_number(oo, "window-status-attr");
668 fmt = options_get_string(oo, "window-status-format");
670 fg = options_get_number(oo, "window-status-current-fg");
673 bg = options_get_number(oo, "window-status-current-bg");
676 attr = options_get_number(oo, "window-status-current-attr");
679 fmt = options_get_string(oo, "window-status-current-format");
683 fg = options_get_number(oo, "windo
[all...]
H A Dwindow-choose.c337 struct options *oo = &wp->window->options; local
348 colour_set_fg(&gc, options_get_number(oo, "mode-fg"));
349 colour_set_bg(&gc, options_get_number(oo, "mode-bg"));
350 gc.attr |= options_get_number(oo, "mode-attr");
/netbsd-6-1-5-RELEASE/lib/libpam/libpam/
H A Dpam_std_option.c63 struct opttab *oo; local
68 oo = other_options;
72 else if (extra && (oo == NULL || oo->name == NULL))
78 if (oo->value != i)
80 oo->value, i);
81 options->opt[i].name = oo->name;
82 oo++;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengtype.c2042 options_p oo;
2046 for (oo = d->opt; oo; oo = oo->next)
2047 if (strcmp (oo->name, "length") == 0)
2048 length = oo->info;
2049 else if (strcmp (oo->name, "maybe_undef") == 0)
2051 else if (strncmp (oo->name, "use_param", 9) == 0
2052 && (oo
2035 options_p oo; local
2328 options_p oo; local
3197 options_p oo; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype.c1512 options_p oo;
1516 for (oo = d->opt; oo; oo = oo->next)
1517 if (strcmp (oo->name, "length") == 0)
1518 length = oo->info;
1519 else if (strcmp (oo->name, "maybe_undef") == 0)
1521 else if (strncmp (oo->name, "use_param", 9) == 0
1522 && (oo
1509 options_p oo; local
1787 options_p oo; local
2581 options_p oo; local
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_bswap.c216 struct ocg *on, *oo; local
219 oo = (struct ocg *)o;
222 on->cg_btot[i] = bswap32(oo->cg_btot[i]);
224 on->cg_b[i][j] = bswap16(oo->cg_b[i][j]);
226 memmove(on->cg_iused, oo->cg_iused, 256);
227 on->cg_magic = bswap32(oo->cg_magic);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dalpha-opc.c343 #define BRA_(oo) OP(oo)
345 #define BRA(oo) BRA_(oo), BRA_MASK
348 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5))
350 #define FP(oo,fff) FP_(oo,fff), FP_MASK
353 #define MEM_(oo) OP(oo)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dalpha-opc.c343 #define BRA_(oo) OP(oo)
345 #define BRA(oo) BRA_(oo), BRA_MASK
348 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5))
350 #define FP(oo,fff) FP_(oo,fff), FP_MASK
353 #define MEM_(oo) OP(oo)
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_raid5.c200 RF_SectorNum_t oo = failedPDA->startSector; local
261 (long) oo, failedPDA->col,
H A Drf_raid1.c178 RF_SectorNum_t oo; local
209 oo = failedPDA->startSector;
233 (long) oo,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_dat.c644 const ASN1_OBJECT *oo= &o; local
656 op=OBJ_bsearch_ln(&oo, ln_objs, NUM_LN);
664 const ASN1_OBJECT *oo= &o; local
676 op=OBJ_bsearch_sn(&oo, sn_objs, NUM_SN);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dopts.c769 char *oo = opts; local
807 oo = o;
813 return oo;
818 return oo;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/
H A Dconfigure4028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
[all...]

Completed in 355 milliseconds

12345