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

1 2 3 4 5

  /src/external/bsd/tmux/dist/
options.c 111 options_parent_table_entry(struct options *oo, const char *s)
115 if (oo->parent == NULL)
117 o = options_get(oo->parent, s);
173 struct options *oo; local
175 oo = xcalloc(1, sizeof *oo);
176 RB_INIT(&oo->tree);
177 oo->parent = parent;
178 return (oo);
182 options_free(struct options *oo)
351 struct options *oo = o->owner; local
1264 struct options *oo = o->owner; local
    [all...]
cmd-show-options.c 81 struct options *oo; local
89 scope = options_scope_from_flags(args, window, target, &oo,
98 return (cmd_show_options_all(self, item, scope, oo));
112 scope = options_scope_from_name(args, window, name, target, &oo,
121 o = options_get_only(oo, name);
123 o = options_get(oo, name);
200 struct options *oo)
211 o = options_first(oo);
229 o = options_get_only(oo, oe->name);
233 o = options_get(oo, oe->name)
    [all...]
cmd-set-option.c 90 struct options *oo; local
131 scope = options_scope_from_name(args, window, name, target, &oo,
140 o = options_get_only(oo, name);
141 parent = options_get(oo, name);
193 options_set_string(oo, name, append, "%s", value);
195 error = options_from_string(oo, options_table_entry(parent),
209 o = options_empty(oo, options_table_entry(parent));
window-customize.c 91 struct options *oo; member in struct:window_customize_itemdata
162 return (item->oo == window_customize_get_tree(item->scope, fsp));
236 struct options *oo = options_owner(o); local
254 item->oo = oo;
277 struct options *oo = options_owner(o); local
324 item->oo = oo;
342 window_customize_find_user_options(struct options *oo, const char ***list,
349 o = options_first(oo);
966 struct options *oo = item->oo; local
1015 struct options *oo; local
1155 struct options *oo; local
    [all...]
notify.c 60 struct options *oo; local
77 oo = global_s_options;
79 oo = fs.s->options;
80 o = options_get(oo, ne->name);
82 oo = fs.wp->options;
83 o = options_get(oo, ne->name);
86 oo = fs.wl->window->options;
87 o = options_get(oo, ne->name);
98 value = options_get_string(oo, ne->name);
cmd-select-pane.c 95 struct options *oo = wp->options; local
168 o = options_set_string(oo, "window-style", 0, "%s", style);
173 options_set_string(oo, "window-active-style", 0, "%s", style);
177 cmdq_print(item, "%s", options_get_string(oo, "window-style"));
style.c 367 style_add(struct grid_cell *gc, struct options *oo, const char *name,
376 sy = options_string_to_style(oo, name, ft);
393 style_apply(struct grid_cell *gc, struct options *oo, const char *name,
397 style_add(gc, oo, name, ft);
416 style_set_scrollbar_style_from_option(struct style *sb_style, struct options *oo)
420 sy = options_string_to_style(oo, "pane-scrollbars-style", NULL);
cmd-new-session.c 76 struct options *oo; local
262 oo = options_create(global_s_options);
268 options_set_string(oo, "default-size", 0, "%ux%u", dsx, dsy);
278 s = session_create(prefix, newname, cwd, env, oo, tiop);
cmd-display-panes.c 65 struct options *oo = s->options; local
127 colour = options_get_number(oo, "display-panes-colour");
128 active_colour = options_get_number(oo, "display-panes-active-colour");
job.c 85 struct options *oo; local
100 oo = s->options;
102 oo = global_s_options;
103 shell = options_get_string(oo, "default-shell");
environ.c 182 environ_update(struct options *oo, struct environ *src, struct environ *dst)
191 o = options_get(oo, "update-environment");
screen-redraw.c 124 struct options *oo = wp->window->options; local
140 switch (options_get_number(oo, "pane-border-indicators")) {
612 struct options *oo = s->options; local
623 if (lines != 0 && options_get_number(oo, "status-position") == 0)
717 struct options *oo = w->options; local
726 style_apply(&wp->border_gc, oo, "pane-active-border-style", ft);
728 style_apply(&wp->border_gc, oo, "pane-border-style", ft);
741 struct options *oo = w->options; local
765 style_add(&ctx->no_pane_gc, oo, "pane-border-style",
797 switch (options_get_number(oo, "pane-border-indicators"))
    [all...]
screen.c 188 screen_set_default_cursor(struct screen *s, struct options *oo)
192 c = options_get_number(oo, "cursor-colour");
195 c = options_get_number(oo, "cursor-style");
input.c 1440 struct options *oo; local
1616 oo = ictx->wp->options;
1618 oo = global_options;
1619 p = options_get_number(oo, "cursor-style");
2465 struct options *oo; local
2503 oo = wp->options;
2505 oo = global_options;
2506 opt_ps = options_get_number(oo, "cursor-style");
2531 struct options *oo; local
2546 oo = wp->options
    [all...]
cmd-queue.c 361 struct options *oo; local
375 oo = global_s_options;
377 oo = s->options;
383 o = options_get(oo, name);
  /src/external/gpl3/binutils/dist/opcodes/
ft32-dis.c 46 const ft32_opc_info_t *oo; local
48 for (oo = ft32_opc_info; oo->name; oo++)
49 if ((iword & oo->mask) == oo->bits)
52 if (oo->name)
54 int f = oo->fields;
57 fpr (stream, "%s", oo->name);
58 if (oo->dw
    [all...]
alpha-opc.c 342 #define BRA_(oo) OP(oo)
344 #define BRA(oo) BRA_(oo), BRA_MASK
347 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5))
349 #define FP(oo,fff) FP_(oo,fff), FP_MASK
352 #define MEM_(oo) OP(oo)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ft32-dis.c 46 const ft32_opc_info_t *oo; local
48 for (oo = ft32_opc_info; oo->name; oo++)
49 if ((iword & oo->mask) == oo->bits)
52 if (oo->name)
54 int f = oo->fields;
57 fpr (stream, "%s", oo->name);
58 if (oo->dw
    [all...]
alpha-opc.c 342 #define BRA_(oo) OP(oo)
344 #define BRA(oo) BRA_(oo), BRA_MASK
347 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5))
349 #define FP(oo,fff) FP_(oo,fff), FP_MASK
352 #define MEM_(oo) OP(oo)
    [all...]
  /src/lib/libpam/libpam/
pam_std_option.c 63 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++;
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 2703 options_p oo;
2707 for (oo = d->opt; oo; oo = oo->next)
2708 if (strcmp (oo->name, "length") == 0 && oo->kind == OPTION_STRING)
2709 length = oo->info.string;
2710 else if (strcmp (oo->name, "maybe_undef") == 0)
2712 else if (strcmp (oo->name, "desc") == 0 && oo->kind == OPTION_STRING
2695 options_p oo; local
3019 options_p oo; local
3057 options_p oo; local
4370 options_p oo; local
    [all...]
  /src/sys/ufs/ffs/
ffs_bswap.c 220 struct ocg *on, *oo; local
223 oo = (struct ocg *)o;
226 on->cg_btot[i] = bswap32(oo->cg_btot[i]);
228 on->cg_b[i][j] = bswap16(oo->cg_b[i][j]);
230 memmove(on->cg_iused, oo->cg_iused, 256);
231 on->cg_magic = bswap32(oo->cg_magic);
  /src/sys/dev/raidframe/
rf_raid5.c 200 RF_SectorNum_t oo = failedPDA->startSector; local
261 (long) oo, failedPDA->col,
rf_raid1.c 183 RF_SectorNum_t oo __unused;
214 oo = failedPDA->startSector;
238 (long) oo,
  /src/external/bsd/am-utils/dist/amd/
opts.c 767 char *oo = opts; local
805 oo = o;
811 return oo;
816 return oo;

Completed in 79 milliseconds

1 2 3 4 5