Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetusershell.c81 static char **curshell; variable
92 if (curshell == NULL) in getusershell()
93 curshell = initshells(); in getusershell()
94 ret = *curshell; in getusershell()
96 curshell++; in getusershell()
110 curshell = NULL; in endusershell()
117 curshell = initshells(); in setusershell()