Searched refs:is_default (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/usr.bin/jot/
H A Djot.c55 #define is_default(s) (strcmp((s), "-") == 0) macro
135 if (!is_default(argv[3])) {
143 if (!is_default(argv[2])) {
151 if (!is_default(argv[1])) {
161 if (!is_default(argv[0])) {
/openbsd-current/usr.sbin/ripd/
H A Dripd.c457 u_int8_t is_default = 0; local
464 is_default = 1;
478 if (is_default)
486 if (is_default)
499 if (is_default)
512 if (is_default)
/openbsd-current/sbin/isakmpd/
H A Dconf.c70 int is_default; member in struct:conf_trans
82 int is_default; member in struct:conf_binding
156 int is_default)
163 if (!is_default)
181 node->is_default = is_default;
857 char *value, int override, int is_default)
870 node->is_default = is_default;
891 int is_default)
155 conf_set_now(char *section, char *tag, char *value, int override, int is_default) argument
856 conf_trans_node(int transaction, enum conf_op op, char *section, char *tag, char *value, int override, int is_default) argument
890 conf_set(int transaction, char *section, char *tag, char *value, int override, int is_default) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp41 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { argument
43 m_max_depth_is_default = is_default;
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h69 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default);
/openbsd-current/usr.sbin/eigrpd/
H A Drde.c576 uint8_t is_default = 0; local
581 is_default = 1;
586 if (is_default)
592 if (is_default)
598 if (is_default)
604 if (is_default)
612 if (is_default)
625 if (is_default)
/openbsd-current/usr.sbin/ospfd/
H A Dospfd.c546 int is_default, depend_ok; local
551 is_default = (kr->prefix.s_addr == INADDR_ANY && kr->prefixlen == 0);
576 if (is_default)
587 if (is_default)
603 if (is_default) {
620 if (is_default) {
/openbsd-current/usr.sbin/ospf6d/
H A Dospf6d.c521 u_int8_t is_default = 0; local
526 is_default = 1;
551 if (is_default)
562 if (is_default)
578 if (is_default) {
596 if (is_default) {
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm578 my($self, $url, $is_default, $name, $content_type, $media, $_code) = @_;
592 if($is_default) { unshift @{ $self->_css_wad }, $bunch }
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4507 bool is_default = !option_value->OptionWasSet(); local
4508 return {option_value->GetCurrentValue(), is_default};
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables15780 my $is_default = 0; # Is this table the default one for the property?
15782 # To calculate $is_default, we find if this table is the same as the
15791 $is_default = 1 if defined $default_table && $parent == $default_table;
15871 $loose_defaults{$standard} = 1 if $is_default;
/openbsd-current/gnu/usr.bin/perl/
H A Dop.c736 bool is_idfirst, is_default; local
750 is_default = len == 2 && name[1] == '_';
753 if (!is_our && (!is_idfirst || is_default)) {

Completed in 347 milliseconds