HomeSort by: relevance | last modified time | path
    Searched refs:oe (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/bsd/tmux/dist/fuzz/
input-fuzzer.c 74 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...]
  /src/usr.bin/sed/
misc.c 97 static char *oe; local
100 if (oe != NULL)
101 free(oe);
103 oe = emalloc(s);
104 (void)regerror(errcode, preg, oe, s);
105 return (oe);
  /src/external/bsd/tmux/dist/
options.c 244 options_empty(struct options *oo, const struct options_table_entry *oe)
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)
265 o = options_empty(oo, oe);
268 if (oe->flags & OPTIONS_TABLE_IS_ARRAY) {
269 if (oe->default_arr == NULL) {
270 options_array_assign(o, oe->default_str, NULL);
273 for (i = 0; oe->default_arr[i] != NULL; i++
668 const struct options_table_entry *oe, *found; local
859 const struct options_table_entry *oe; local
    [all...]
cmd-show-options.c 203 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);
window-customize.c 115 const struct options_table_entry *oe)
119 if (oe == NULL)
121 offset = ((const char *)oe - (const char *)options_table) / sizeof *options_table;
235 const struct options_table_entry *oe = options_table_entry(o); local
259 tag = window_customize_get_tag(o, idx, oe);
276 const struct options_table_entry *oe = options_table_entry(o); local
284 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_HOOK))
286 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)
658 const struct options_table_entry *oe; local
965 const struct options_table_entry *oe; local
1014 const struct options_table_entry *oe; local
    [all...]
tmux.c 357 const struct options_table_entry *oe; local
484 for (oe = options_table; oe->name != NULL; oe++) {
485 if (oe->scope & OPTIONS_TABLE_SERVER)
486 options_default(global_options, oe);
487 if (oe->scope & OPTIONS_TABLE_SESSION)
488 options_default(global_s_options, oe);
489 if (oe->scope & OPTIONS_TABLE_WINDOW)
490 options_default(global_w_options, oe);
    [all...]
cmd-display-menu.c 301 struct options_entry *oe; local
364 oe = options_get(o, "menu-border-lines");
365 lines = options_find_choice(options_table_entry(oe), value,
404 struct options_entry *oe; local
476 oe = options_get(o, "popup-border-lines");
477 lines = options_find_choice(options_table_entry(oe), value,
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 615 operand_entry *oe = operand_entry_pool.allocate (); local
617 oe->op = op;
618 oe->rank = get_rank (op);
619 oe->id = next_operand_entry_id++;
620 oe->count = 1;
621 oe->stmt_to_insert = stmt_to_insert;
622 ops->safe_push (oe);
632 operand_entry *oe = operand_entry_pool.allocate (); local
634 oe->op = op;
635 oe->rank = get_rank (op)
870 operand_entry *oe; local
954 operand_entry *oe; local
2222 operand_entry *oe; local
2355 operand_entry *oe; local
2427 operand_entry *oe; local
2821 operand_entry *oe = (*ops)[this_range->idx]; local
2844 operand_entry *oe = (*ops)[idx]; local
3409 operand_entry *oe = (*ops)[ranges[i].idx]; local
3844 operand_entry *oe = (*ops)[ranges[i].idx]; local
3998 operand_entry *oe = (*ops)[ranges[i].idx]; local
4095 operand_entry *oe; local
4334 operand_entry *oe; local
4658 operand_entry *oe = operand_entry_pool.allocate (); local
4908 operand_entry *oe = operand_entry_pool.allocate (); local
4926 operand_entry *oe = operand_entry_pool.allocate (); local
4984 operand_entry *oe = operand_entry_pool.allocate (); local
5266 operand_entry *oe; local
5577 operand_entry *oe; local
5662 operand_entry *oe; local
6434 operand_entry *oe; local
6773 operand_entry *oe; local
6930 operand_entry *oe; local
7358 operand_entry *oe; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 614 operand_entry *oe = operand_entry_pool.allocate (); local
616 oe->op = op;
617 oe->rank = get_rank (op);
618 oe->id = next_operand_entry_id++;
619 oe->count = 1;
620 oe->stmt_to_insert = stmt_to_insert;
621 ops->safe_push (oe);
631 operand_entry *oe = operand_entry_pool.allocate (); local
633 oe->op = op;
634 oe->rank = get_rank (op)
866 operand_entry *oe; local
950 operand_entry *oe; local
2218 operand_entry *oe; local
2342 operand_entry *oe; local
2414 operand_entry *oe; local
2807 operand_entry *oe = (*ops)[this_range->idx]; local
2830 operand_entry *oe = (*ops)[idx]; local
3394 operand_entry *oe = (*ops)[ranges[i].idx]; local
3799 operand_entry *oe = (*ops)[ranges[i].idx]; local
3953 operand_entry *oe = (*ops)[ranges[i].idx]; local
4050 operand_entry *oe; local
4289 operand_entry *oe; local
4613 operand_entry *oe = operand_entry_pool.allocate (); local
4863 operand_entry *oe = operand_entry_pool.allocate (); local
4881 operand_entry *oe = operand_entry_pool.allocate (); local
4939 operand_entry *oe = operand_entry_pool.allocate (); local
5271 operand_entry *oe; local
5536 operand_entry *oe = ops[op_index--]; local
6193 operand_entry *oe; local
6532 operand_entry *oe; local
7006 operand_entry *oe; local
    [all...]
  /src/lib/libedit/
refresh.c 544 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 %td\n"
    [all...]
  /src/sys/arch/mips/adm5120/dev/
admgpio.c 113 uint32_t oe; local
116 oe = __SHIFTOUT(admgpio_read(sc), ADM5120_GPIO0_OE);
122 if ((oe & (1 << pin)) != 0)
  /src/external/gpl2/groff/dist/font/devdvi/
TBI 242 oe 866814,466034,0,89131 0 0033
245 OE 1195947,719440,0,119859 2 0036
TI 243 oe 750310,451470,0,78789 0 0033
246 OE 1032842,716526,0,126120 2 0036
TB 236 oe 937888,466034 0 0033
239 OE 1226245,719440 2 0036
TR 304 oe 815562,451470 0 0033
307 OE 1063142,716526 2 0036
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
testutils.inc 199 .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
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
testutils.inc 199 .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
  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
op.c 186 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 ); \
  /src/external/gpl2/groff/dist/font/devps/
text.enc 137 oe 155
140 OE 158
  /src/sys/arch/arm/ti/
ti_gpio.c 153 uint32_t oe; local
157 oe = RD4(sc, GPIO_OE);
159 oe |= __BIT(pin);
161 oe &= ~__BIT(pin);
162 WR4(sc, GPIO_OE, oe);
  /src/external/gpl3/gdb/dist/readline/readline/
display.c 1653 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1800 oe = old + omax;
1869 for (od = 0, oe = ofd; od < omax && *oe; oe++, od++);
1964 of the distance between ne and new and oe and old, respectively, to
1966 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1970 if (ofd == oe && nfd == ne
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
display.c 1653 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1800 oe = old + omax;
1869 for (od = 0, oe = ofd; od < omax && *oe; oe++, od++);
1964 of the distance between ne and new and oe and old, respectively, to
1966 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1970 if (ofd == oe && nfd == ne
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 1690 oex.oe.oe_key = (void *)backend_group;
1691 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1698 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
1851 oex.oe.oe_key = (void *)backend_attribute;
1852 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
1859 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
2039 oex.oe.oe_key = (void *)backend_operational;
2040 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex.oe, oe_next);
2048 LDAP_SLIST_REMOVE(&op->o_extra, &oex.oe, OpExtra, oe_next);
add.c 194 oex->oe.oe_key = (void *)do_add;
196 LDAP_SLIST_INSERT_HEAD(&op->o_extra, &oex->oe, oe_next);
221 LDAP_SLIST_REMOVE(&op->o_extra, &oex->oe, OpExtra, oe_next);
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 1306 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);

Completed in 30 milliseconds

1 2 3 4