Searched refs:oe (Results 1 - 25 of 69) sorted by relevance

123

/netbsd-current/external/bsd/tmux/dist/fuzz/
H A Dinput-fuzzer.c74 const struct options_table_entry *oe; local
80 for (oe = options_table; oe->name != NULL; oe++) {
81 if (oe->scope & OPTIONS_TABLE_SERVER)
82 options_default(global_options, oe);
83 if (oe->scope & OPTIONS_TABLE_SESSION)
84 options_default(global_s_options, oe);
85 if (oe->scope & OPTIONS_TABLE_WINDOW)
86 options_default(global_w_options, oe);
[all...]
/netbsd-current/usr.bin/sed/
H A Dmisc.c110 static char *oe; local
113 if (oe != NULL)
114 free(oe);
116 oe = xmalloc(s);
117 (void)regerror(errcode, preg, oe, s);
118 return (oe);
/netbsd-current/external/bsd/tmux/dist/
H A Doptions.c244 options_empty(struct options *oo, const struct options_table_entry *oe) argument
248 o = options_add(oo, oe->name);
249 o->tableentry = oe;
251 if (oe->flags & OPTIONS_TABLE_IS_ARRAY)
258 options_default(struct options *oo, const struct options_table_entry *oe) argument
264 o = options_empty(oo, oe);
267 if (oe->flags & OPTIONS_TABLE_IS_ARRAY) {
268 if (oe->default_arr == NULL) {
269 options_array_assign(o, oe->default_str, NULL);
272 for (i = 0; oe
289 options_default_to_string(const struct options_table_entry *oe) argument
638 const struct options_table_entry *oe, *found; local
792 const struct options_table_entry *oe; local
944 options_from_string_check(const struct options_table_entry *oe, const char *value, char **cause) argument
993 options_find_choice(const struct options_table_entry *oe, const char *value, char **cause) argument
1012 options_from_string_choice(const struct options_table_entry *oe, struct options *oo, const char *name, const char *value, char **cause) argument
1031 options_from_string(struct options *oo, const struct options_table_entry *oe, const char *name, const char *value, int append, char **cause) argument
[all...]
H A Dcmd-show-options.c203 const struct options_table_entry *oe; local
218 for (oe = options_table; oe->name != NULL; oe++) {
219 if (~oe->scope & scope)
224 (oe->flags & OPTIONS_TABLE_IS_HOOK)) ||
226 (~oe->flags & OPTIONS_TABLE_IS_HOOK)))
229 o = options_get_only(oo, oe->name);
233 o = options_get(oo, oe->name);
H A Dwindow-customize.c114 const struct options_table_entry *oe)
118 if (oe == NULL)
120 offset = ((const char *)oe - (const char *)options_table) / sizeof *options_table;
234 const struct options_table_entry *oe = options_table_entry(o); local
258 tag = window_customize_get_tag(o, idx, oe);
275 const struct options_table_entry *oe = options_table_entry(o); local
283 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_HOOK))
285 if (oe != NULL && (oe
113 window_customize_get_tag(struct options_entry *o, int idx, const struct options_table_entry *oe) argument
657 const struct options_table_entry *oe; local
962 const struct options_table_entry *oe; local
1011 const struct options_table_entry *oe; local
[all...]
H A Dtmux.c339 const struct options_table_entry *oe; local
464 for (oe = options_table; oe->name != NULL; oe++) {
465 if (oe->scope & OPTIONS_TABLE_SERVER)
466 options_default(global_options, oe);
467 if (oe->scope & OPTIONS_TABLE_SESSION)
468 options_default(global_s_options, oe);
469 if (oe->scope & OPTIONS_TABLE_WINDOW)
470 options_default(global_w_options, oe);
[all...]
H A Dcmd-display-menu.c301 struct options_entry *oe; local
364 oe = options_get(o, "menu-border-lines");
365 lines = options_find_choice(options_table_entry(oe), value,
402 struct options_entry *oe; local
442 oe = options_get(o, "popup-border-lines");
443 lines = options_find_choice(options_table_entry(oe), value,
H A Dstatus.c1626 const struct options_table_entry *oe; local
1664 for (oe = options_table; oe->name != NULL; oe++) {
1665 if (strncmp(oe->name, s, slen) == 0)
1666 status_prompt_add_list(&list, size, oe->name);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-reassoc.c572 operand_entry *oe = operand_entry_pool.allocate (); variable
574 oe->op = op;
575 oe->rank = get_rank (op);
576 oe->id = next_operand_entry_id++;
577 oe->count = 1;
578 oe->stmt_to_insert = stmt_to_insert;
579 ops->safe_push (oe);
589 operand_entry *oe = operand_entry_pool.allocate (); variable
591 oe->op = op;
592 oe
798 operand_entry *oe; local
882 operand_entry *oe; local
2145 operand_entry *oe; local
2265 operand_entry *oe; variable
2337 operand_entry *oe; local
2696 operand_entry *oe = (*ops)[range->idx]; local
3202 operand_entry *oe = (*ops)[ranges[i].idx]; local
3488 operand_entry *oe = (*ops)[ranges[i].idx]; local
3642 operand_entry *oe = (*ops)[ranges[i].idx]; local
3739 operand_entry *oe; local
3966 operand_entry *oe; local
4245 operand_entry *oe = operand_entry_pool.allocate (); local
4491 operand_entry *oe = operand_entry_pool.allocate (); local
4509 operand_entry *oe = operand_entry_pool.allocate (); local
4543 operand_entry *oe = operand_entry_pool.allocate (); local
4872 operand_entry *oe; local
5137 operand_entry *oe = ops[op_index--]; local
5808 operand_entry *oe; local
6110 operand_entry *oe; variable
6583 operand_entry *oe; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc613 operand_entry *oe = operand_entry_pool.allocate (); local
615 oe->op = op;
616 oe->rank = get_rank (op);
617 oe->id = next_operand_entry_id++;
618 oe->count = 1;
619 oe->stmt_to_insert = stmt_to_insert;
620 ops->safe_push (oe);
630 operand_entry *oe = operand_entry_pool.allocate (); local
632 oe->op = op;
633 oe
865 operand_entry *oe; local
949 operand_entry *oe; local
2214 operand_entry *oe; local
2338 operand_entry *oe; local
2410 operand_entry *oe; local
2803 operand_entry *oe = (*ops)[this_range->idx]; local
2826 operand_entry *oe = (*ops)[idx]; local
3390 operand_entry *oe = (*ops)[ranges[i].idx]; local
3795 operand_entry *oe = (*ops)[ranges[i].idx]; local
3949 operand_entry *oe = (*ops)[ranges[i].idx]; local
4046 operand_entry *oe; local
4285 operand_entry *oe; local
4609 operand_entry *oe = operand_entry_pool.allocate (); local
4859 operand_entry *oe = operand_entry_pool.allocate (); local
4877 operand_entry *oe = operand_entry_pool.allocate (); local
4935 operand_entry *oe = operand_entry_pool.allocate (); local
5267 operand_entry *oe; local
5532 operand_entry *oe = ops[op_index--]; local
6189 operand_entry *oe; local
6528 operand_entry *oe; local
7002 operand_entry *oe; local
[all...]
/netbsd-current/lib/libedit/
H A Drefresh.c544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; local
571 oe = o;
572 *oe = '\0';
661 if ((oe - ols) < MIN_END_KEEP) {
662 ols = oe;
689 ols = oe;
693 ols = oe;
705 ols = oe;
709 ols = oe;
732 ELRE_DEBUG(1, (__F, "ofd %td, osb %td, ose %td, ols %td, oe
[all...]
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dadmgpio.c113 uint32_t oe; local
116 oe = __SHIFTOUT(admgpio_read(sc), ADM5120_GPIO0_OE);
122 if ((oe & (1 << pin)) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Dmsys.s48 ; type operand: odd, even, oe
50 mrcfbcb R0,#0,#oe,#0,#0,#0,#0,#0,#0 ; oe = 2
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dtestutils.inc199 .macro checkpair_qword lo, hi, base, oe
200 checkpair_xendian \lo, \hi, \base, \oe, q
203 .macro checkpair_dword lo, hi, base, oe
204 checkpair_xendian \lo, \hi, \base, \oe, d
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-relay/
H A Dop.c186 wrap_oex.oe.oe_key = (char *) wrap_bd->be_private + (which); \
187 LDAP_SLIST_INSERT_HEAD( &(op)->o_extra, &wrap_oex.oe, oe_next ); \
191 LDAP_SLIST_REMOVE( &(op)->o_extra, &wrap_oex.oe, OpExtra, oe_next ); \
/netbsd-current/sys/arch/arm/ti/
H A Dti_gpio.c153 uint32_t oe; local
157 oe = RD4(sc, GPIO_OE);
159 oe |= __BIT(pin);
161 oe &= ~__BIT(pin);
162 WR4(sc, GPIO_OE, oe);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Ddisplay.c1468 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1707 of the distance between ne and new and oe and old, respectively, to
1709 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1713 if (ofd == oe && nfd == ne)
1744 ols = old + _rl_find_prev_mbchar (old, oe - old, MB_FIND_ANY);
1771 ols = oe - 1; /* find last same */
1786 ols = oe;
2173 if (_rl_horizontal_scroll_mode && ((oe
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c1632 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1779 oe = old + omax;
1848 for (od = 0, oe = ofd; od < omax && *oe; oe++, od++);
1943 of the distance between ne and new and oe and old, respectively, to
1945 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1949 if (ofd == oe
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c1694 oex.oe.oe_key = (void *)backend_group;
1695 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1702 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
1855 oex.oe.oe_key = (void *)backend_attribute;
1856 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1863 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
2043 oex.oe.oe_key = (void *)backend_operational;
2044 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
2052 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
H A Dadd.c194 oex->oe.oe_key = (void *)do_add;
196 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex->oe, oe_next);
206 LDAP_SLIST_REMOVE(&op->o_extra, &oex->oe, OpExtra, oe_next);
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_subst.c1306 char *oe; local
1309 if ((oe = malloc(sz)) == NULL)
1312 (void)regerror(errcode, preg, oe, sz);
1313 msgq(sp, M_ERR, "RE error: %s", oe);
1314 free(oe);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dadd.c34 Entry *p = NULL, *oe = op->ora_e; local
269 if (!acl_check_modlist(op, oe, op->ora_modlist)) {
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c387 int oe = errno; local
393 errno = oe;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc64-tdep.c75 #define insn_xo(opcd, rt, ra, rb, oe, rc, opc2) \
80 | (((unsigned (oe)) & 0x1) << 10) \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) {

Completed in 232 milliseconds

123