Home | History | Annotate | Download | only in src

Lines Matching full:expl

578 	local($expl);
582 $expl = "stopped";
584 $expl = "signal " . ($status & 0x7f);
586 $expl = "exit-code " . (($status >> 8) & 0xff);
589 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";