Home
last modified time | relevance | path

Searched refs:CONF_BOOL (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswconf.c78 {"conf_missiles", CONF_BOOL, {&conf_missiles}, "missiles"},
79 {"conf_solidground", CONF_BOOL, {&conf_solidground}, "solid ground"},
80 {"conf_hudsplats", CONF_BOOL, {&conf_hudsplats}, "HUD splats"},
81 {"conf_wounded", CONF_BOOL, {&conf_wounded}, "wounded planes"},
82 {"conf_animals", CONF_BOOL, {&conf_animals}, "oxen and birds"},
83 {"conf_harrykeys", CONF_BOOL, {&conf_harrykeys}, "harry keys mode"},
84 {"vid_fullscreen", CONF_BOOL, {&vid_fullscreen}, "run fullscreen"},
171 case CONF_BOOL: in swloadconf()
229 case CONF_BOOL: in swsaveconf()
274 case CONF_BOOL: in setconfig()
[all …]
H A Dswconf.h35 CONF_BOOL, enumerator
/dports/dns/zkt/zkt-1.1.4/
H A Dzconf.c86 CONF_BOOL, enumerator
144 { "PrintAge", first, last, CONF_BOOL, &def.printage, "print relative key age?" },
145 { "LeftJustify", first, last, CONF_BOOL, &def.ljust, "zone name is printed left justified?" },
193 { "--noexec", cmdln, last, CONF_BOOL, &def.noexec },
208 { "Sig_Pseudorand", first, 100, CONF_BOOL, &def.sig_pseudo },
210 { "Sig_GenerateDS", first, 100, CONF_BOOL, &def.sig_gends },
212 { "Sig_DnsKeyKSK", 99, 100, CONF_BOOL, &def.sig_dnskeyksk },
488 case CONF_BOOL: in parseconfigline()
550 case CONF_BOOL: in printconfigline()
784 case CONF_BOOL: in setconfigpar()
[all …]
H A Dtags8 CONF_BOOL zconf.c /^ CONF_BOOL,$/;" e enum:__anon2 file:
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dldap_conf.c90 { "tls_checkpeer", CONF_BOOL, LDAP_OPT_X_TLS_REQUIRE_CERT,
95 { "tls_checkpeer", CONF_BOOL, -1, &ldap_conf.tls_checkpeer },
137 { "sudoers_timed", CONF_BOOL, -1, &ldap_conf.timed },
142 { "use_sasl", CONF_BOOL, -1, &ldap_conf.use_sasl },
145 { "rootuse_sasl", CONF_BOOL, -1, &ldap_conf.rootuse_sasl },
424 case CONF_BOOL: in sudo_ldap_parse_keyword()
820 case CONF_BOOL: in sudo_ldap_set_options_table()
H A Dcvtsudoers.h66 #define CONF_BOOL 0 macro
H A Dsudo_ldap_conf.h67 #define CONF_BOOL 0 macro
H A Dcvtsudoers.c388 { "expand_aliases", CONF_BOOL, &cvtsudoers_config.expand_aliases },
389 { "prune_matches", CONF_BOOL, &cvtsudoers_config.prune_matches }
408 case CONF_BOOL: in cvtsudoers_parse_keyword()
/dports/security/pam_krb5/pam-krb5-4.9/pam-util/
H A Doptions.c59 #define CONF_BOOL(c, o) (bool *) (void *)((char *) (c) + (o)) macro
158 bp = CONF_BOOL(args->config, options[opt].location); in putil_args_defaults()
434 CONF_BOOL(args->config, opt->location)); in putil_args_krb5()
696 CONF_BOOL(args->config, option->location)); in putil_args_parse()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYrcFile.c224 #define PARSE_SET(n,v,h) {n, 1, CONF_BOOL, UNION_SET(v), 0, 0, 0, h}
233 #define MAYBE_SET(n,v,h) {n, 0, CONF_BOOL, UNION_SET(v), 0, 0, 0, h}
246 ,CONF_BOOL enumerator
728 case CONF_BOOL: in LYsetRcValue()
1018 case CONF_BOOL: in save_rc()
H A DLYReadCFG.c512 #define PARSE_SET(n,v) {n, CONF_BOOL, UNION_SET(v), 0}
528 ,CONF_BOOL /* BOOLEAN type */ enumerator
1943 case CONF_BOOL: in LYSetConfigValue()
2170 case CONF_BOOL: in do_read_cfg()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYrcFile.c241 #define PARSE_SET(n,v,h) {n, 1, CONF_BOOL, UNION_SET(v), 0, 0, 0, h}
250 #define MAYBE_SET(n,v,h) {n, 0, CONF_BOOL, UNION_SET(v), 0, 0, 0, h}
263 ,CONF_BOOL enumerator
751 case CONF_BOOL: in LYsetRcValue()
1041 case CONF_BOOL: in save_rc()
H A DLYReadCFG.c512 #define PARSE_SET(n,v) {n, CONF_BOOL, UNION_SET(v), 0}
528 ,CONF_BOOL /* BOOLEAN type */ enumerator
1955 case CONF_BOOL: in LYSetConfigValue()
2182 case CONF_BOOL: in do_read_cfg()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dconfprocess.c33 CONF_BOOL, enumerator
234 case CONF_BOOL: in set_default()
278 case CONF_BOOL: in process_configentry()
582 ct->type = CONF_BOOL; in add_bool_conf_item()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ogc/
H A Dconf.h56 CONF_BOOL = 7 enumerator
/dports/news/inn/inn-2.6.4/lib/
H A Dinnconf.c76 #define CONF_BOOL(conf, offset) (bool *) (void *)((char *) (conf) + (offset)) macro
419 bool_ptr = CONF_BOOL(config, config_table[i].location); in innconf_parse()
958 bool_val = *CONF_BOOL(innconf, config_table[i].location); in print_parameter()
1036 bool1 = *CONF_BOOL(conf1, config_table[i].location); in innconf_compare()
1037 bool2 = *CONF_BOOL(conf2, config_table[i].location); in innconf_compare()
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dinnconf.c77 #define CONF_BOOL(conf, offset) \ macro
427 bool_ptr = CONF_BOOL(config, config_table[i].location); in innconf_parse()
973 bool_val = *CONF_BOOL(innconf, config_table[i].location); in print_parameter()
1052 bool1 = *CONF_BOOL(conf1, config_table[i].location); in innconf_compare()
1053 bool2 = *CONF_BOOL(conf2, config_table[i].location); in innconf_compare()
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Dinnconf.c76 #define CONF_BOOL(conf, offset) (bool *) (void *)((char *) (conf) + (offset)) macro
419 bool_ptr = CONF_BOOL(config, config_table[i].location); in innconf_parse()
958 bool_val = *CONF_BOOL(innconf, config_table[i].location); in print_parameter()
1036 bool1 = *CONF_BOOL(conf1, config_table[i].location); in innconf_compare()
1037 bool2 = *CONF_BOOL(conf2, config_table[i].location); in innconf_compare()
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/ogc/
H A Dconf.inc19 CONF_BOOL = 7;
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dconf.c199 case CONF_BOOL: in CONF_Get()
/dports/games/sopwith/sopwith-1.8.4/src/gtk/
H A Dvideo.c148 case CONF_BOOL: in build_settings_dialog()
/dports/lang/gambit-c/gambit-4.9.3/
H A Dconfigure.ac577 CONF_BOOL="bool"
579 CONF_BOOL="int"
582 AC_SUBST(CONF_BOOL) subst
H A Dconfigure5393 CONF_BOOL="bool"
5395 CONF_BOOL="int"
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dconffile.c58 CONF_INT64, CONF_BOOL, CONF_REAL, enumerator
1939 case CONF_BOOL: in read_confline()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dconffile.c58 CONF_INT64, CONF_BOOL, CONF_REAL, enumerator
1939 case CONF_BOOL: in read_confline()

12