Home
last modified time | relevance | path

Searched refs:rootshell (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/sh/
H A Dmain.c86 int rootshell; variable
158 rootshell = 1; in main()
176 if (state == 0 || iflag == 0 || ! rootshell || in main()
210 rootshell = 1; in main()
H A Dmain.h38 extern int rootshell; /* true if we aren't a child of the main shell */
H A Derror.c118 if (rootshell && iflag) in onint()