Searched refs:ExitValue (Results 1 – 3 of 3) sorted by relevance
55 gMD->ExitValue = (int)ExitVal; in exitCleanup()189 ExitVal = (INTN)gMD->ExitValue; in ShellAppMain()
92 int ExitValue; ///< Value being returned by _Exit() member
119 gMD->ExitValue = status; // Save our exit status. Allows a status of 0. in _Exit()