Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/usr.bin/tmux/
H A Doptions.c249 o->tableentry = oe; in options_empty()
311 s = xstrdup(oe->choices[oe->default_num]); in options_default_to_string()
673 for (oe = options_table; oe->name != NULL; oe++) { in options_match()
675 found = oe; in options_match()
684 found = oe; in options_match()
816 for (oe = options_table; oe->name != NULL; oe++) { in options_scope_from_name()
967 if (oe == NULL) in options_from_string_check()
973 if (oe->pattern != NULL && fnmatch(oe->pattern, value, 0) != 0) { in options_from_string_check()
1058 if (oe != NULL) { in options_from_string()
1065 type = oe->type; in options_from_string()
[all …]
H A Dwindow-customize.c119 if (oe == NULL) in window_customize_get_tag()
284 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_HOOK)) in window_customize_build_option()
286 if (oe != NULL && (oe->flags & OPTIONS_TABLE_IS_ARRAY)) in window_customize_build_option()
304 if (oe != NULL && oe->unit != NULL) in window_customize_build_option()
678 if (oe != NULL && oe->unit != NULL) { in window_customize_draw_option()
684 if (oe == NULL || oe->text == NULL) in window_customize_draw_option()
738 if (oe == NULL || oe->type == OPTIONS_TABLE_STRING) { in window_customize_draw_option()
748 if (oe != NULL && oe->type == OPTIONS_TABLE_CHOICE) { in window_customize_draw_option()
759 if (oe != NULL && oe->type == OPTIONS_TABLE_COLOUR) { in window_customize_draw_option()
1031 if (oe != NULL && ~oe->scope & OPTIONS_TABLE_PANE) in window_customize_set_option()
[all …]
H A Dcmd-show-options.c204 const struct options_table_entry *oe; in cmd_show_options_all() local
219 for (oe = options_table; oe->name != NULL; oe++) { in cmd_show_options_all()
220 if (~oe->scope & scope) in cmd_show_options_all()
225 (oe->flags & OPTIONS_TABLE_IS_HOOK)) || in cmd_show_options_all()
227 (~oe->flags & OPTIONS_TABLE_IS_HOOK))) in cmd_show_options_all()
230 o = options_get_only(oo, oe->name); in cmd_show_options_all()
234 o = options_get(oo, oe->name); in cmd_show_options_all()
H A Dtmux.c367 const struct options_table_entry *oe; in main() local
492 for (oe = options_table; oe->name != NULL; oe++) { in main()
493 if (oe->scope & OPTIONS_TABLE_SERVER) in main()
494 options_default(global_options, oe); in main()
495 if (oe->scope & OPTIONS_TABLE_SESSION) in main()
496 options_default(global_s_options, oe); in main()
497 if (oe->scope & OPTIONS_TABLE_WINDOW) in main()
498 options_default(global_w_options, oe); in main()
H A Dcmd-display-menu.c302 struct options_entry *oe; in cmd_display_menu_exec() local
365 oe = options_get(o, "menu-border-lines"); in cmd_display_menu_exec()
366 lines = options_find_choice(options_table_entry(oe), value, in cmd_display_menu_exec()
403 struct options_entry *oe; in cmd_display_popup_exec() local
443 oe = options_get(o, "popup-border-lines"); in cmd_display_popup_exec()
444 lines = options_find_choice(options_table_entry(oe), value, in cmd_display_popup_exec()
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-reassoc.c369 oe->op = op; in add_to_ops_vec()
370 oe->rank = get_rank (op); in add_to_ops_vec()
497 operand_entry_t oe; in eliminate_plus_minus_pair() local
554 operand_entry_t oe; in eliminate_not_pairs() local
573 if (oe->op == notop) in eliminate_not_pairs()
591 oe->op = fold_convert (TREE_TYPE (oe->op), integer_zero_node); in eliminate_not_pairs()
593 oe->op = build_low_bits_mask (TREE_TYPE (oe->op), in eliminate_not_pairs()
740 operand_entry_t oe; in optimize_ops_list() local
798 oelast = oe; in optimize_ops_list()
843 operand_entry_t oe; in rewrite_expr_tree() local
[all …]
/openbsd/usr.bin/sed/
H A Dmisc.c91 static char *oe; in strregerror() local
94 free(oe); in strregerror()
96 oe = xmalloc(s); in strregerror()
97 (void)regerror(errcode, preg, oe, s); in strregerror()
98 return (oe); in strregerror()
/openbsd/lib/libedit/
H A Drefresh.c527 oe = o; in re_update_line()
528 *oe = '\0'; in re_update_line()
618 ols = oe; in re_update_line()
645 ols = oe; in re_update_line()
649 ols = oe; in re_update_line()
661 ols = oe; in re_update_line()
665 ols = oe; in re_update_line()
749 p = (ols != oe) ? oe : ose; in re_update_line()
811 if (osb != oe) { in re_update_line()
862 if (ols != oe) { in re_update_line()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Tie-RefHash/t/
H A Drefhash.t55 my ($or, $ow, $oe) = @{$ordinary_results[$i]};
62 $ok = 0 if (defined($oe) != defined($te)) or ($oe ne $te);
70 defined $oe ? "\texception: $oe\n" : "\tno exception\n",
/openbsd/usr.sbin/vmd/
H A Ddhcp.c47 unsigned char *respbuf = NULL, *op, *oe, dhcptype = 0; in dhcp_request() local
114 oe = opts + optslen; in dhcp_request()
115 while (*op != DHO_END && op + 1 < oe) { in dhcp_request()
120 if (op + 2 + op[1] > oe) in dhcp_request()
/openbsd/gnu/lib/libreadline/
H A Ddisplay.c1038 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1153 for (od = ofd - old, oe = ofd; od < omax && *oe; oe++, od++);
1157 if (ofd == oe && nfd == ne)
1165 ols = old + _rl_find_prev_mbchar (old, oe - old, MB_FIND_ANY);
1188 ols = oe - 1; /* find last same */
1203 ols = oe;
1395 lendiff = (oe - old) - (ne - new);
1397 col_lendiff = _rl_col_width (old, 0, oe - old) - _rl_col_width (new, 0, ne - new);
/openbsd/sys/arch/armv7/omap/
H A Domgpio.c152 u_int32_t oe; member
297 sc->sc_regs.oe = GPIO3_OE; in omgpio_attach()
327 sc->sc_regs.oe = GPIO4_OE; in omgpio_attach()
531 reg = READ4(sc, sc->sc_regs.oe); in omgpio_pin_dir_write()
536 WRITE4(sc, sc->sc_regs.oe, reg); in omgpio_pin_dir_write()
545 reg = READ4(sc, sc->sc_regs.oe); in omgpio_pin_dir_read()
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.xs568 PerlIOEncode *oe = PerlIOSelf(o, PerlIOEncode); in PerlIOEncode_dup() local
569 if (oe->enc) { in PerlIOEncode_dup()
570 fe->enc = PerlIO_sv_dup(aTHX_ oe->enc, params); in PerlIOEncode_dup()
572 if (oe->chk) { in PerlIOEncode_dup()
573 fe->chk = PerlIO_sv_dup(aTHX_ oe->chk, params); in PerlIOEncode_dup()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3354.crt11 7taZZyxS2MLeNC8+4tkp+yg3piI4+oe/JCoRbTzZ1E+wvK+TRRGaqV53Ldef7PcX
H A D332.key12 qW0z0dOJHD/Brf5uT+2oe+33kP6LaDX+hf4HrvR+DA5JSe837tvtgTh/WC297YKr
H A D2525.key24 EfDj8c0CgYEAlT5FJHwzzXUqTT0mfaHTejKTDg7YeuON3kkVf5WuBXzfQ0ZA+9oe
H A D3406.chain36 khLK3GtpQ6rQwk7KE/oe/HXdHjRPuF1frDEjDzCyDme6JzuRhQy9cIqMgjcHYleY
H A D387.chain14 s4vAaoW5Z1D46MClHJN3pBvrUfG1VJrHX215DaVa5kRG2FLjrSWY+/hCh3LYO/oe
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_deph.t47 ok($objDePhone->eq("o\x{308}", "oe"));
58 ok($objDePhone->gt("o\x{308}", "oe"));
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c1186 char *oe; in re_error() local
1189 if ((oe = malloc(s)) == NULL) in re_error()
1192 (void)regerror(errcode, preg, oe, s); in re_error()
1193 msgq(sp, M_ERR, "RE error: %s", oe); in re_error()
1194 free(oe); in re_error()
/openbsd/regress/usr.bin/mandoc/mdoc/Nm/
H A Dlong.out_ascii7 …nnaammee,, iitt iiss ssoo lloonngg tthhaatt iitt ddooeess nnoott ffi…
/openbsd/regress/usr.bin/mandoc/man/TP/
H A Dlonghead.out_ascii10 iitt ddooeessnn''tt eevveenn ffiitt oonn tthhee lliinnee
/openbsd/regress/usr.bin/mandoc/roff/esc/
H A Dtwo.out_ascii19 ligatures: ff fi fl ffi ffl AE ae OE oe IJ ij
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/
H A Daccent-text.txi45 AE, OE ligatures: @ae{} @AE{} @oe{} @OE{}
/openbsd/regress/usr.sbin/snmpd/
H A Dsnmpd.sh275 oe="$(printf '\303\266')"

123