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

  /src/games/hack/
hack.options.c 98 boolean negated; local in function:parseoptions
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 in function:unary_operators
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 363 sljit_s32 negated, ones, right; local in function:logical_imm
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 14 milliseconds