HomeSort by: relevance | last modified time | path
    Searched refs:reached (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varname-dot-objdir.exp 1 : purge-cache was reached.
cond-cmp-unary.exp 1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
doterror.mk 8 @echo not reached
error.mk 12 .info this is not reached because of the .error above
15 : this is not reached because of the .error
varname-dot-objdir.mk 15 : ${.TARGET} was reached.
jobs-empty-commands-error.mk 19 : 'Not reached'
directive-else.mk 12 . warning must not be reached
24 . warning must not be reached
33 . warning must not be reached
directive-for-errors.mk 53 # XXX: This should not be reached. It should be skipped, as already done
56 . warning Should not be reached.
65 . warning Should not be reached.
72 . info Would be reached if there were items to loop over.
cmdline-redirect-stdin.mk 21 # If this branch is ever reached, the shell from the assignment to line1
cond-cmp-unary.mk 53 # expect+1: This is only reached because of a bug in EvalTruthy.
54 . info This is only reached because of a bug in EvalTruthy.
escape.mk 9 # unescaped <newline> is reached.
directive-for-empty.mk 35 . error # not reached, due to the leaky abstraction
  /src/usr.bin/xlint/lint1/
func.c 55 /* Is set as long as a statement can be reached. Must be set at level 0. */
56 bool reached = true; variable in typeref:typename:bool
60 * Is reset to true whenever 'reached' changes.
65 * In conjunction with 'reached', controls printing of "fallthrough on ..."
171 reached ? "reachable" : "unreachable",
173 reached = new_reached;
178 * Prints a warning if a statement cannot be reached.
183 if (!reached && warn_about_unreachable) {
184 /* '%s' statement not reached */
343 if (reached) {
    [all...]
externs1.h 327 extern bool reached;
tree.c 4830 if (ln->tn_op == NAME && (reached || !warn_about_unreachable)) {
4856 if (ln->tn_op == NAME && (reached || !warn_about_unreachable)) {
4872 if (ln->tn_op == NAME && !szof && (reached || !warn_about_unreachable)) {
  /src/usr.sbin/sysinst/
msg.pm.en 63 message limitcount {Limit for the device count was reached!}
  /src/sys/arch/m68k/m68k/
oc_cksum.s 165 bne .L2 | loop until reached
  /src/sys/arch/mvme68k/mvme68k/
locore.s 321 cmpl %a0,%d1 | reached end?
516 cmpl %a0,%d1 | reached end?
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 104 the uncompressed data has been reached. Seeking backwards, seeking relative

Completed in 145 milliseconds