HomeSort by: relevance | last modified time | path
    Searched defs:negated (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/games/hack/
hack.options.c 98 boolean negated; local
112 negated = FALSE;
118 negated = !negated;
122 flags.standout = !negated;
126 flags.nonull = negated;
130 flags.notombstone = negated;
134 flags.nonews = negated;
138 flags.time = !negated;
143 flags.no_rest_on_space = negated;
    [all...]
hack.options.c 98 boolean negated; local
112 negated = FALSE;
118 negated = !negated;
122 flags.standout = !negated;
126 flags.nonull = negated;
130 flags.notombstone = negated;
134 flags.nonews = negated;
138 flags.time = !negated;
143 flags.no_rest_on_space = negated;
    [all...]
  /src/tests/usr.bin/indent/
lsym_unary_op.c 75 bool negated = !condition; local
lsym_unary_op.c 75 bool negated = !condition; local
  /src/crypto/external/bsd/openssh/dist/
auth-rhosts.c 89 int negated; local
129 negated = 0;
131 /* Process negated host names, or positive netgroups. */
133 negated = 1;
139 negated = 1;
170 /* If the entry was negated, deny access. */
171 if (negated) {
auth-rhosts.c 89 int negated; local
129 negated = 0;
131 /* Process negated host names, or positive netgroups. */
133 negated = 1;
139 negated = 1;
170 /* If the entry was negated, deny access. */
171 if (negated) {
match.c 127 int negated; local
133 /* Check if the subpattern is negated. */
135 negated = 1;
138 negated = 0;
162 if (negated)
match.c 127 int negated; local
133 /* Check if the subpattern is negated. */
135 negated = 1;
138 negated = 0;
162 if (negated)
  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 222 /* might be a negated element, in which case get the value. */
224 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
225 if (!cfg_obj_isvoid(negated)) {
226 ce = negated;
249 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
756 /* Might be a negated element */
757 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
758 if (!cfg_obj_isvoid(negated)) {
    [all...]
aclconf.c 222 /* might be a negated element, in which case get the value. */
224 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
225 if (!cfg_obj_isvoid(negated)) {
226 ce = negated;
249 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
756 /* Might be a negated element */
757 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
758 if (!cfg_obj_isvoid(negated)) {
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
aclconf.c 227 /* might be a negated element, in which case get the value. */
229 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
230 if (!cfg_obj_isvoid(negated)) {
231 ce = negated;
254 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
699 /* Might be a negated element */
700 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
701 if (!cfg_obj_isvoid(negated)) {
    [all...]
aclconf.c 227 /* might be a negated element, in which case get the value. */
229 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
230 if (!cfg_obj_isvoid(negated)) {
231 ce = negated;
254 cfg_obj_isvoid(cfg_tuple_get(ce, "negated")))
699 /* Might be a negated element */
700 const cfg_obj_t *negated = cfg_tuple_get(ce, "negated"); local
701 if (!cfg_obj_isvoid(negated)) {
    [all...]
  /src/external/bsd/atf/dist/atf-sh/
atf-check.cpp 75 bool negated; member in struct:__anon6384::status_check
81 negated(p_negated),
98 bool negated; member in struct:__anon6384::output_check
104 negated(p_negated),
234 bool negated = (arg.compare(0, 4, "not-") == 0); local
236 const std::string action = negated ? action_str.substr(4) : action_str;
245 if (negated)
247 negated = false;
256 if (negated)
263 if (negated)
284 const bool negated = (arg.compare(0, 4, "not-") == 0); local
    [all...]
atf-check.cpp 75 bool negated; member in struct:__anon6384::status_check
81 negated(p_negated),
98 bool negated; member in struct:__anon6384::output_check
104 negated(p_negated),
234 bool negated = (arg.compare(0, 4, "not-") == 0); local
236 const std::string action = negated ? action_str.substr(4) : action_str;
245 if (negated)
247 negated = false;
256 if (negated)
263 if (negated)
284 const bool negated = (arg.compare(0, 4, "not-") == 0); local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 261 /* Record occurrences of ad in filter. Ignore in negated filters. */
264 int *nfn, nestgroup_filterinst_t **nfp, int *negated )
273 *negated = 1;
299 nestgroup_filter_instances( op, ad, f, not, nfn, nfp, negated );
720 int mbr_nf = 0, mof_nf = 0, negated = 0; local
732 nestgroup_filter_instances( op, ngi->ngi_member, op->ors_filter, 0, &mbr_nf, &mbr_f, &negated );
739 nestgroup_filter_instances( op, ngi->ngi_memberOf, op->ors_filter, 0, &mof_nf, &mof_f, &negated );
790 if ( negated ) nc->nc_needed |= NG_NEGATED;
nestgroup.c 261 /* Record occurrences of ad in filter. Ignore in negated filters. */
264 int *nfn, nestgroup_filterinst_t **nfp, int *negated )
273 *negated = 1;
299 nestgroup_filter_instances( op, ad, f, not, nfn, nfp, negated );
720 int mbr_nf = 0, mof_nf = 0, negated = 0; local
732 nestgroup_filter_instances( op, ngi->ngi_member, op->ors_filter, 0, &mbr_nf, &mbr_f, &negated );
739 nestgroup_filter_instances( op, ngi->ngi_memberOf, op->ors_filter, 0, &mof_nf, &mof_f, &negated );
790 if ( negated ) nc->nc_needed |= NG_NEGATED;
  /src/external/mit/isl/dist/
isl_tab.h 28 unsigned negated : 1; member in struct:isl_tab_var
isl_tab.h 28 unsigned negated : 1; member in struct:isl_tab_var
  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 36 e.g. negated options, and stop them from being further shortened to
37 a prefix that could use the negated option as an argument. For
445 /* Whether the original option is a negated form of the option
447 bool negated; member in struct:option_map
531 if (option->cl_reject_negative && option_map[i].negated)
596 value = !option_map[i].negated;
1161 /* Remove arguments which are negated by others after them. */
opts-common.cc 36 e.g. negated options, and stop them from being further shortened to
37 a prefix that could use the negated option as an argument. For
445 /* Whether the original option is a negated form of the option
447 bool negated; member in struct:option_map
531 if (option->cl_reject_negative && option_map[i].negated)
596 value = !option_map[i].negated;
1161 /* Remove arguments which are negated by others after them. */
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 36 e.g. negated options, and stop them from being further shortened to
37 a prefix that could use the negated option as an argument. For
445 /* Whether the original option is a negated form of the option
447 bool negated; member in struct:option_map
509 if (option->cl_reject_negative && option_map[i].negated)
574 value = !option_map[i].negated;
1132 /* Remove arguments which are negated by others after them. */
opts-common.cc 36 e.g. negated options, and stop them from being further shortened to
37 a prefix that could use the negated option as an argument. For
445 /* Whether the original option is a negated form of the option
447 bool negated; member in struct:option_map
509 if (option->cl_reject_negative && option_map[i].negated)
574 value = !option_map[i].negated;
1132 /* Remove arguments which are negated by others after them. */
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 363 sljit_s32 negated, ones, right; local
391 negated = 0;
393 negated = 1;
417 if (negated)
sljitNativeARM_64.c 363 sljit_s32 negated, ones, right; local
391 negated = 0;
393 negated = 1;
417 if (negated)
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 136 CASES+= variable-ifdef-negated
137 LINES.variable-ifdef-negated= \
141 # expect: Parse_PushInput: variable-ifdef-negated.tmp:1
142 # expect: Parse_PushInput: variable-ifdef-negated.tmp:1

Completed in 93 milliseconds

1 2