HomeSort by: relevance | last modified time | path
    Searched refs:rootshell (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/sh/
main.h 38 extern int rootshell; /* true if we aren't a child of the main shell */
main.c 86 int rootshell; variable in typeref:typename:int
158 rootshell = 1;
176 if (state == 0 || iflag == 0 || ! rootshell ||
210 rootshell = 1;
jobs.c 170 if (on == jobctl || rootshell == 0)
994 if (force || (!loginsh && mflag && rootshell)) {
1014 if (!rootshell)
1229 if (!iflag || !rootshell)
1348 if (rootshell && mode != FORK_NOJOB && mflag) {
1370 if (/* iflag && rootshell && */ n)
1385 wasroot = rootshell;
1390 rootshell = 0;
1694 if (!rootshell || !iflag)
1704 "mode=%#x rootshell=%d, job=%p [%d]\n"
    [all...]
trap.c 514 if (rootshell && !vforked && action == S_DFL) {
527 if (rootshell && iflag)
533 if (rootshell && mflag)
892 if (rootshell)
error.c 118 if (rootshell && iflag)

Completed in 55 milliseconds