Home | History | Annotate | Download | only in src

Lines Matching refs:expl

648 	local($expl);
652 $expl = "stopped";
654 $expl = "signal " . ($status & 0x7f);
656 $expl = "exit-code " . (($status >> 8) & 0xff);
659 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";