Searched refs:exitshell (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dtrap.h47 void exitshell(int) __dead2;
H A Dmain.c120 exitshell(exitstatus);
177 exitshell(exitstatus);
337 exitshell(number(argv[1]));
H A Dtrap.c85 static int exiting; /* exitshell() has been called */
86 static int exiting_exitstatus; /* value passed to exitshell() */
498 exitshell(int status) function
500 TRACE(("exitshell(%d) pid=%d\n", status, getpid()));
H A Deval.c289 exitshell(exitstatus);
1031 exitshell(exitstatus);
1083 exitshell(exitstatus);

Completed in 55 milliseconds