Home | History | Annotate | Download | only in src

Lines Matching refs:expl

567 	local($expl);
571 $expl = "stopped";
573 expl = "signal " . ($status & 0x7f);
575 $expl = "exit-code " . (($status >> 8) & 0xff);
578 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";