| /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...] |
| /src/tests/usr.bin/indent/ |
| 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) {
|
| match.c | 127 int negated; local 133 /* Check if the subpattern is negated. */ 135 negated = 1; 138 negated = 0; 162 if (negated)
|
| readconf.c | 1184 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; local 1942 negated = *arg == '!'; 1943 if (negated) 1946 if (negated) { 1948 "block because of negated match "
|
| /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...] |
| /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...] |
| /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...] |
| /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;
|
| /src/external/mit/isl/dist/ |
| 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. */
|
| tree-vect-loop.cc | 7238 tree negated = make_ssa_name (vectype_out); local 7239 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0); 7241 def0 = negated;
|
| /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. */
|
| tree-vect-loop.cc | 6339 tree negated = make_ssa_name (vectype_out); local 6340 new_stmt = gimple_build_assign (negated, NEGATE_EXPR, def0); 6342 def0 = negated;
|
| /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)
|
| /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
|
| /src/external/bsd/nsd/dist/ |
| rdata.c | 2588 uint8_t prefix, length, negated; local 2599 negated = rdata[*offset + 3] & APL_NEGATION_MASK; 2618 (negated ? "!" : ""), address_family, text_address, prefix);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 5656 whether the option was negated. */ 5661 negated, and the NOTARG field otherwise. */ 5667 /* The value to assign to *PVAR if the option is negated. If PFN is 5669 the option may not be negated. */ 5771 as_bad (_("option `%s' may not be negated"), s); 7260 'c'. We also allow a 'c' in the same place. if NEGATED is 7261 non-zero, we accept a leading 'no-' and *NEGATED is set to true, if 7262 the option is indeed negated. */ 7266 int allow_m, int *negated) 7268 /* allow negated value? * 7343 int negated; local [all...] |
| tc-xtensa.c | 1148 bool negated; 1200 directive_push (directiveE directive, bool negated, const void *datum) 1209 stack->negated = negated; 1217 directive_state[directive] = !negated; 1223 bool *negated, 1239 *negated = top->negated; 1254 bool negated; 1259 directive_pop (&directive, &negated, &file, &line, &datum) 1145 bool negated; member in struct:state_stackS_struct 1251 bool negated; local 1332 bool negated; local [all...] |
| tc-arm.c | 562 unsigned negative : 1; /* Index register was negated. */ 27427 unsigned long negated, inverted; 27429 negated = encode_arm_immediate (-value); 27438 value = negated; 27443 value = negated; 27448 value = negated; 27453 value = negated; 27507 unsigned int negated, inverted; 27509 negated = encode_thumb32_immediate (-value); 27519 value = negated; 27418 unsigned long negated, inverted; local 27498 unsigned int negated, inverted; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 5656 whether the option was negated. */ 5661 negated, and the NOTARG field otherwise. */ 5667 /* The value to assign to *PVAR if the option is negated. If PFN is 5669 the option may not be negated. */ 5771 as_bad (_("option `%s' may not be negated"), s); 7260 'c'. We also allow a 'c' in the same place. if NEGATED is 7261 non-zero, we accept a leading 'no-' and *NEGATED is set to true, if 7262 the option is indeed negated. */ 7266 int allow_m, int *negated) 7268 /* allow negated value? * 7343 int negated; local [all...] |
| tc-xtensa.c | 1148 bool negated; 1200 directive_push (directiveE directive, bool negated, const void *datum) 1209 stack->negated = negated; 1217 directive_state[directive] = !negated; 1223 bool *negated, 1239 *negated = top->negated; 1254 bool negated; 1259 directive_pop (&directive, &negated, &file, &line, &datum) 1145 bool negated; member in struct:state_stackS_struct 1251 bool negated; local 1332 bool negated; local [all...] |
| tc-arm.c | 562 unsigned negative : 1; /* Index register was negated. */ 27430 unsigned long negated, inverted; 27432 negated = encode_arm_immediate (-value); 27441 value = negated; 27446 value = negated; 27451 value = negated; 27456 value = negated; 27510 unsigned int negated, inverted; 27512 negated = encode_thumb32_immediate (-value); 27522 value = negated; 27421 unsigned long negated, inverted; local 27501 unsigned int negated, inverted; local [all...] |