Home
last modified time | relevance | path

Searched refs:default_type (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DBase.pm42 sub default_type { subroutine
236 my ($default_type, $what, $indent, $declare_types)
245 $type = $_->{type} || $default_type;
261 $type = $default_type;
264 if ($type eq $default_type
684 my $default_type = shift;
694 $type ||= $default_type;
711 $what->{$default_type} = 1;
908 $default_type ||= $self->default_type();
944 default_type => $default_type, what => $what,
[all …]
H A DXS.pm135 sub default_type { subroutine
209 my ($package, $subname, $default_type, $what, $indent, $breakout) =
226 $result .= $self->dump_names ({default_type=>$default_type, what=>$what,
235 "foreach (C_constant (\"$package\", '$subname', '$default_type', \$types, ";
H A DProxySubs.pm92 my ($self, $default_type, @items) = @_;
178 my ($c_fh, $xs_fh, $c_subname, $default_type, $package)
222 $default_type, $what, $items,
230 = $self->partition_names($default_type, @items);
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm144 my ($package, $subname, $default_type, $what, $indent, $breakout, @items)
147 default_type => $default_type,
407 return ExtUtils::Constant::XS->dump_names({default_type=>$args{DEFAULT_TYPE},
541 default_type =>
/openbsd/usr.bin/tmux/
H A Dstyle.c98 sy->default_type = STYLE_DEFAULT_PUSH; in style_parse()
100 sy->default_type = STYLE_DEFAULT_POP; in style_parse()
308 if (sy->default_type != STYLE_DEFAULT_BASE) { in style_tostring()
309 if (sy->default_type == STYLE_DEFAULT_PUSH) in style_tostring()
311 else if (sy->default_type == STYLE_DEFAULT_POP) in style_tostring()
H A Dformat-draw.c843 if (sy.default_type == STYLE_DEFAULT_PUSH) { in format_draw()
846 sy.default_type = STYLE_DEFAULT_BASE; in format_draw()
847 } else if (sy.default_type == STYLE_DEFAULT_POP) { in format_draw()
849 sy.default_type = STYLE_DEFAULT_BASE; in format_draw()
H A Dtmux.h897 enum style_default_type default_type; member
/openbsd/sys/arch/sparc64/dev/
H A Debus.c391 bt->default_type = ss; in _ebus_alloc_bus_tag()
430 (int)t->default_type, (unsigned long long)offset, (int)size, in _ebus_bus_map()
458 if(((range[i].phys_hi >> 24) & 3) != t->default_type) in _ebus_bus_map()
466 "pciaddr %llx\n", (int)t->default_type, in _ebus_bus_map()
H A Dschizo.c607 bt->default_type = ss; in schizo_alloc_bus_tag()
673 t->default_type, in schizo_bus_map()
678 ss = t->default_type; in schizo_bus_map()
714 ss = t->default_type; in schizo_bus_mmap()
746 ss = t->default_type; in schizo_bus_addr()
H A Dpsycho.c956 bt->default_type = ss; in psycho_alloc_bus_tag()
1008 "flags %d", t->default_type, (unsigned long long)offset, in psycho_bus_map()
1011 ss = t->default_type; in psycho_bus_map()
1053 ss = t->default_type; in psycho_bus_mmap()
1090 ss = t->default_type; in psycho_bus_addr()
H A Dpyro.c555 bt->default_type = ss; in pyro_alloc_bus_tag()
621 t->default_type, in pyro_bus_map()
626 ss = t->default_type; in pyro_bus_map()
662 ss = t->default_type; in pyro_bus_mmap()
H A Dvpci.c472 bt->default_type = ss; in vpci_alloc_bus_tag()
542 int i, ss = t->default_type; in vpci_bus_map()
584 int i, ss = t->default_type; in vpci_bus_mmap()
H A Dsbus.c779 sbt->default_type = SBUS_BUS_SPACE; in sbus_alloc_bustag()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arc.c1806 get_arc_exp_reloc_type (data_p, default_type, exp, expnew) in get_arc_exp_reloc_type() argument
1808 int default_type;
1841 return default_type;
/openbsd/usr.sbin/httpd/
H A Dconfig.c570 memcpy(&srv_conf->default_type, in config_getserver_config()
571 &parent->default_type, sizeof(struct media_type)); in config_getserver_config()
H A Dhttpd.h481 struct media_type default_type; member
H A Dhttpd.c1152 return (&srv_conf->default_type); in media_find_config()
H A Dparse.y677 memcpy(&srv_conf->default_type, &media,
/openbsd/sys/arch/sparc64/include/
H A Dbus.h167 enum sparc_bus_type default_type; member
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.c351 int default_type, in get_arc_exp_reloc_type() argument
384 return default_type; in get_arc_exp_reloc_type()
/openbsd/sys/arch/sparc64/sparc64/
H A Dmachdep.c1525 "%016llx", buf, (int)t->default_type, (int) flags, in sparc_bus_map()
1714 .default_type = UPA_BUS_SPACE,